常见错误--06.18

Posted 四叔

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了常见错误--06.18相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章