当前位置:   article > 正文

iOS xcode编译错误no such product type for the 'iphonesimulator' platform_no such type: productmaintain

no such type: productmaintain

问题:

如果你没有安装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后再进行编译,就可以正常完成编译了




声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/589064
推荐阅读
相关标签
  

闽ICP备14008679号