码迷,mamicode.com
首页 > 其他好文 > 详细

常见错误--06.18

时间:2016-06-18 19:51:47      阅读:246      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!