Translate

顯示具有 Xcode 6 標籤的文章。 顯示所有文章
顯示具有 Xcode 6 標籤的文章。 顯示所有文章

2015年7月23日 星期四

Xcode 6 projectname-prefix-pch

參考文章
Without the question if it is proper or not, you can add PCH file manually:

1.Add new PCH file to the project: New file > Other > PCH file.

2.At the Target's Build Settings option, set the value of Prefix Header to your PCH file name, with the project name as prefix (i.e. for project named TestProject and PCH file named MyPrefixHeaderFile, add the value TestProject/MyPrefixHeaderFile.pch to the plist).

TIP: You can use things like $(SRCROOT) or $(PROJECT_DIR) to get to the path of where you put the .pch in the project.

3.At the Target's Build Settings option, set the value of Precompile Prefix Header to YES.

2015年6月11日 星期四

Xcode6 如何去除icon高光


Images.xcassets -> AppIcon -> iOS icon is pre-rendered(如图所示)

2014年10月20日 星期一

轉帖Xcode6中怎么添加空工程模板


把Empty Application.xctemplate 拷贝到
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/Project Templates/iOS/Application下就可以了
但是要保证你的Xcode的路径是正确地。退出Xcode 再打开就可以了
Empty Application.xctemplate