Ios webkitcore编译失败

Ios webkitcore编译失败,ios,webkit,Ios,Webkit,我在Xcode中编译webkitCore,并将基本SDK设置为ios6,但出现了一个错误: target specifies product type 'com.apple.product-type.tool', but there's no such product type for the 'iphonesimulator' platform 如何解决这个问题,thx我找到了答案: 使用文本编辑器打开xxx.xcodeproj(蓝色项目图标) 在project.pbxproj文件中,搜索

我在Xcode中编译webkitCore,并将基本SDK设置为ios6,但出现了一个错误:

target specifies product type 'com.apple.product-type.tool', but there's no such product type for the 'iphonesimulator' platform
如何解决这个问题,thx我找到了答案:

  • 使用文本编辑器打开xxx.xcodeproj(蓝色项目图标)
  • 在project.pbxproj文件中,搜索“productType
  • 将类型替换为 “productType=“com.apple.product type.library.static”
希望这能有所帮助