xcode
__zhangheng
这个作者很懒,什么都没留下…
展开
-
Xcode 6中添加预编译pch文件
1、新建一个PCH文件ios -》other-》PCH file 2、修改buildsetting配置文件 假设你在“pchDemo”的项目中生个 “PrefixHeader.pch” 在搜索框里输入prefix搜索一下,比较好找 (1)Precompile Prefix Header的值设置为YES (2)添加Prefix Header的路径 ${SRCROOT}/pchDem原创 2015-02-27 09:41:09 · 548 阅读 · 0 评论 -
iOS Xcode, 解决“Could not insert new outlet connection: Could not find any information for the class n
在Xcode中,我们可以在StoryBoard编辑界面或者是xib编辑界面中通过“Control键+拖拽“的方式将某个界面元素和对应的代码文件连接起来,在代码文件中创建outlet。不过,如果你的运气不太好,执行以上操作的过程中你可能会遇到下面这样的错误:Could not insert new outlet connection: Could not find any information f...转载 2018-04-12 15:13:03 · 1156 阅读 · 0 评论