我在parse中创建了一个应用程序,用户在注册时可以选择个人资料图片。这是相关代码。varprofilePictures=PFObject(className:"ProfilePictures")letimageData=UIImagePNGRepresentation(self.profileImage.image)letimageFile=PFFile(name:"image.png",data:imageData)profilePictures["profilePhoto"]=imageFileprofilePictures["user"]=usernameField.textp
当我使用self.profilePic.profileID=user.id;我最终遇到了这个错误-[UIViewsetProfileID:]:unrecognizedselectorsenttoinstance0x69626f02012-09-1109:49:50.535TweetApp[992:c07]***Terminatingappduetouncaughtexception'NSInvalidArgumentException',reason:'-[UIViewsetProfileID:]:unrecognizedselectorsenttoinstance0x69626f0'
当我使用self.profilePic.profileID=user.id;我最终遇到了这个错误-[UIViewsetProfileID:]:unrecognizedselectorsenttoinstance0x69626f02012-09-1109:49:50.535TweetApp[992:c07]***Terminatingappduetouncaughtexception'NSInvalidArgumentException',reason:'-[UIViewsetProfileID:]:unrecognizedselectorsenttoinstance0x69626f0'