xcode升级之后,出现编译错误: target specifies product type 'com.apple.product-type.tool', but there's no such product type for the 'iphonesimulator' platform
原因:这个项目是越狱开发环境下创建的,升级xcode之后,xcode的配置文件:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Specifications/iPhoneOSProductType.xcspec里面没有类型为tool的配置。
当Xcode升级后,针对一个在越狱开发环境下创建的项目出现编译错误时,错误信息指出配置文件中没有类型为tool的配置项。通过重装越狱开发环境,即iOSOpenDev,成功解决了此问题。
5378





