iOS,GoogleMaps,意外的CFBundleExecutable Key

时间:2016-01-10 20:20:37

标签: ios google-maps xcode7

我正在尝试在Xcode 7中上传TestFlight测试的存档,它给了我错误:

enter image description here

我尝试删除CFBundleExecutable密钥并将CFBundlePackageType设置为BNDL,这是建议的方式:

Unexpected CFBundleExecutable key

在这里:

https://code.google.com/p/gmaps-api-issues/issues/detail?id=8488

然而,它开始给我以下错误:

enter image description here

我的google maps版本为1.11.0

所以,我不确定下一步该尝试什么。有什么建议吗?

2 个答案:

答案 0 :(得分:0)

解决方案是将Google地图从版本1.11.0重新安装到1.11.1。无需info.plist次密钥更改/删除。在此过程中,我还面临pod install命令,需要永远运行并使用适当的解决方案:

cocoapods - 'pod install' takes forever

答案 1 :(得分:0)

CFBundleSupportedPlatforms将iPhoneSimulator替换为iPhoneOS GoogleMap.info - > info.plist和GSMCoreResources.bundle - > info.plist

同时删除GoogleMap.bundle中的可执行文件属性 - > info.plist和GSMCoreResources.bundle - > info.plist中