关于swift:Xcode无法从捆绑包Carthage GoogleAppMeasurement加载info.plist

Xcode Failed to load info.plist from bundle Carthage GoogleAppMeasurement

因此,在这里我还有其他9个问题:

Could not install at this time.
Failed to load Info.plist from bundle at path /Users/vollan/Library/Developer/CoreSimulator/Devices/E47CB57D-1AE7-460B-9D31-5ADE99E70A02/data/Library/Caches/com.apple.mobile.installd.staging/temp.YGXslm/extracted/project.app/Frameworks/GoogleAppMeasurement.framework; Extra info about plist: ACL=

我已经检查了所有其他9个问题和答案,但没有一个为我解决。

我已经通过Carthage实现了它,并且所有框架都倾向于在其中包含一个头文件,但是,由于某种原因,这个头文件并没有。

这是我的迦太基文件:

1
2
3
binary"https://dl.google.com/dl/firebase/ios/carthage/FirebaseRemoteConfigBinary.json"
binary"https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json"
binary"https://dl.google.com/dl/firebase/ios/carthage/FirebaseProtobufBinary.json"


从迦太基copy-frameworks构建阶段中删除Firebase框架。

https://github.com/firebase/firebase-ios-sdk/blob/master/Carthage.md和https://github.com/firebase/firebase-ios-sdk/issues中的说明中有更多详细信息/ 5562