- IOS中提示could not insert new actio
- iOS Xcode, 解决“Could not insert
- iOS-拉outlet到代码区错误:Could not inse
- 2020-07-23 iOS-拉outlet到代码区错误:Cou
- iOS could not insert new outlet
- iOS xib报错 "could not insert new
- IOS,SWIT 解决“Could not insert new
- iOS Xcode 解决 "could not insert n
- Xcode:could not insert a new act
- could not insert new outlet conn
IOS中提示could not insert new action connection :could not find any information for the class
方法1:
在新建类的时候没有选择将这个类加入到对应的“Target”中。
检查方法很简单,选中你需要操作的类的.m文件,在“File inspector”界面的“Target Membership”中确认对应的“Target”有没有选中,如果没有选中就说明你在创建类的时候犯了一个小小的错误。
修改方法很简单,直接在“File inspector”界面的“Target Membership”中选上对应的target就好了。
方法2:
取消该文件的引用,重新添加该文件到项目中
网友评论