我的开发环境是maxox10.9 ,装有xcode5和xcode4.6.3。
iOSOpenDev这个环境,基于Xcode创建模板和编译打包。
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
参考:http://iosopendev.com/download/ 和 https://github.com/kokoabim/iOSOpenDev/wiki/_pages
我下载安装了iOSOpenDev-1.6-2.pkg。
我一次安装成功,有些人安装会出些错,这里给些常见错误解决:https://github.com/kokoabim/iOSOpenDev/wiki/Troubleshoot
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
打开xcode4.6.3,我用Logos tweak工程模板创建一个工程,clean 一下后,执行product-》Bulid for-》profiling,发现clean和profuling都报:
target specifies product type ‘com.apple.product-type.library.dynamic’, but there’s no such product type for the ‘iphoneos’ platform
可能我现在是默认的xcode5,果然用xcode5跑是没有这个错了。
我想用xcode4.6 ,所有打开终端,
执行 xcode-select -p
/Applications/Xcode.app/Contents/Developer
的确是指向xcode5,所以接着我要指向xcode4.6,执行:
sudo xcode-select --switch /Applications/Xcode4.6.3.app/Contents/Developer
然后再重装iOSOpenDev