赞
踩
问题:
如果你没有安装iOS Universal Framework在Xcode,并企图编译一个universal框架项目(对于“真”框架,不是“假”框架),这会导致下列错误:
target specifies product type 'com.apple.product-type.framework.static',but there's no such product type for the 'iphonesimulator' platform
解决方法:
在xcode中安装iOS Universal Framework
1. 从 https://github.com/kstenerud/iOS-Universal-Framework 下载 iOS-Universal-Framework-master.zip
2. 解压下载的zip包后,打开终端工具,进入iOS-Universal-Framework-master下的Real Framework目录
cd iOS-Universal-Framework-master
cd Real\ Framework/
sh install.sh
出现提示
The templates will be installed in /Users/shouwei/Library/Developer/Xcode/Templates/Framework & Library:
直接回车
continue [y/N]: y
此处确认开始安装输入y
[ Installing xcspec file ]
安装完成,重启xcode后再进行编译,就可以正常完成编译了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。