我在项目中添加了FCM https://ionicframework.com/docs/native/fcm和Firebase动态链接https://ionicframework.com/docs/native/firebase-dynamic-links。这些在android上工作正常,但在mac上却显示错误。
** BUILD FAILED **
The following build commands failed: CompileC /Users/syedaqdaszaidi/Library/Developer/Xcode/DerivedData/Project-csjtjirmtsbvfjeblleufhvpbjvd/Build/Intermediates.noindex/Project.build/Debug-iphonesimulator/Project.build/Objects-normal/x86_64/FCMPlugin.o /Users/syedaqdaszaidi/Desktop/ionic-3/project/platforms/ios/Project/Plugins/cordova-plugin-fcm-with-dependecy-updated/FCMPlugin.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
xcodebuild: Command failed with exit code 65
由于此错误,我无法构建项目。
请帮助,几天来我一直在努力解决这个问题。