当前位置:首页 > xcode 第2页

Xcode Warning:No rule to process file xxx 解决

xjtudll12年前 (2014-05-24)51430
Xcode Warning:No rule to process file xxx 解决
在编译程序的时候,Xcode给出了警告:warning: no rule to process file '$(PROJECT_DIR)/xxx.h' of type sourcecode.c.h for architecture armv7。如图所示:......

Xcode Warning: Multiple build commands for output file /xxx 解决

xjtudll12年前 (2014-05-15)4660
Xcode Warning: Multiple build commands for output file /xxx 解决
现象:编译后有如下警告:......

Xcode查找函数(方法)调用及被调用

xjtudll12年前 (2014-05-08)100180
Xcode查找函数(方法)调用及被调用
参考资料:http://stackoverflow.com/questions/7145045/find-method-references-in-xcode......

Cocoa Mac应用程序创建DMG打包发布

xjtudll12年前 (2014-05-06)67850
Cocoa Mac应用程序创建DMG打包发布
当程序开发完成之后,面对的一个重要问题就是打包的发布,当然打包的方法有很多,不过在mac电脑环境中,比较典型的打包安装方式是dmg的镜像打包。利用系统自带工具打包dmg步骤如下:......

Xcode Error:ARC forbids explicit message send of release解决及自定义ARC

xjtudll12年前 (2014-05-02)6840
Xcode Error:ARC forbids explicit message send of release解决及自定义ARC
首先:Xcode 5中是可以选择是否用ARC的,在有ARC的时候,你完全不需要也不允许做retain,release,你要考虑strong 还是weak。推荐使用ARC。......

Xcode Error:loaded some nib but the view outlet was not set解决

xjtudll12年前 (2014-04-30)8250
Xcode Error:loaded some nib but the view outlet was not set解决
当使用 initWithNibName 函数, 并使用由nib文件生成的ViewController 的view属性时候,遇到这个问题。......

Xcode:failed to get the task for process XXX 解决办法

xjtudll12年前 (2014-04-27)43031
问题:    iOS真机调试程序,报如下错误信息:failed to get the task for process XXX原因:......

NSTextfield只允许输入数字

xjtudll12年前 (2014-04-26)15090
.wiz-todo, .wiz-todo-img {width: 16px; height: 16px; cursor: default; padding: 0 10px 0 2px; vertical-align: -10%;-webkit-user-select: none;} .wiz-tod...

Xcode5 Version与Build设置

xjtudll12年前 (2014-02-26)4980
Xcode5 Version与Build设置
在ios中,有两种version,一种是 CFBundleVersion ("Bundle Version"),也就是我们看到的Version,另一种是CFBundleShortVersionString ("Bundle version string, short&q...

Xcode5如何添加或更换图标

xjtudll12年前 (2014-02-18)7140
Xcode5如何添加或更换图标
参考文献:官方教程:https://developer.apple.com/library/ios/qa/qa1686/_index.html......