我们在app中使用了Quickblox框架的pod,我们正面临着以下问题。
Failed to load Info.plist from bundle at path /Users/SandeepApple/Library/Developer/CoreSimulator/Devices/55985961-C1EC-4102-BF08-2FFD1EE5BDD0/data/Library/Caches/com.apple.mobile.installd.staging/temp.JzPbI0/extracted/GigMates.app/Frameworks/Quickblox.framework
答案 0 :(得分:1)
你在Bridging-Header.h中有这一行:
#import <Quickblox/Quickblox.h>
如果您使用pod,则需要3个pod: pod'QuickBlox' pod'Fabric' pod'Crashlytics'