首页 > 其他 > 详细

常见错误--06.18

时间:2016-06-18 19:49:54      阅读:234      评论:0      收藏:0      [点我收藏+]

If you get the following error when you’ve created a new class in Xcode and you’ve choose also to create nib file and you try to connect for example an UILabel to the .h file of the class:

Could not insert new outlet connection: Could not find any information for the class named

技术分享

Could not insert new outlet connection: Could not find any information for the class named

Then there’s nothing wrong with your code, it’s an Xcode problem. To solve it try the one of the following:

– Remove the newly created class (don’t delete it, just remove link and then re-add it);
– Save Xib file;
– Restart Xcode;
– Delete Derived Data.

 

 

常见错误--06.18

原文:http://www.cnblogs.com/uncle4/p/5596736.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!