您的位置:首页 > 移动开发 > IOS开发

IOS个人常见错误总结001

2014-10-14 11:27 330 查看
① :lllegal configuration connection 'cellFootball' cannot have a prototype objct as its destination

非法配置连接的"cellFootball",不能够有一个目标作为原型对象.

解决:storyBoard下检查cell
的 链接是往下是否为无效的 ,和视图加载是不是加载到UItableview上

②更新证书错误:No
matching provisioning profiles found

在Xcode中当你在更新了你得证书而再重新编译你的程序,真机调试会出现“Your build settings specify a provisioning profile with the UUID‘XXX’,
however, no such provisioning profile was found. Xcode can resolve this issue by downloading a new provisioning profile from the Member Center.”。

解决:此问题类似于用git版本工具管理工程, 关键思路:删除上一版本的证书文件地址或者是编号;

1.关闭项目,找到项目文件XXXX.xcodeproj,在文件上点击右键,选择“显示包内容”(Show Package Contents)。会新打开一个Finder。

2.在新打开的Finder中找到project.pbxproj,并且打开,找到你所有包含报错的UUID‘XXX’的行,删除。

3.保存,重新启动项目,再编译,就OK了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: