xcodebuild: Command failed with exit code 65
amatrix85 opened this issue · 0 comments
amatrix85 commented
Describe the bug
When I try to build the project it fails with error code 65
To Reproduce
- Install latest version of Ionic 3 (yes, I know about presence of version 5 and even know how to change code but also we'll have to rewrite almost entire design that'll take too much time)
Steps to reproduce the behavior: - Install cordova 9.0.0
- Create a blank Ionic project
- Install this plugin
- Install cordova-plugin-xcode
- Make changes according to #1033 (comment)
- Register app in Firebase console
- Download fileGoogleService-Info.plist and put it into project root
- Add iOS platform
- Install CocoaPods
- In platforms/ios/ execute command
pod init
- Add line
pod 'Firebase/Analytics'
in Podfile, then execute commandpod install
- Go to project root dir and try to execute
ionic cordova build ios
Expected behavior
Successful build operation
Screenshots
If applicable, add screenshots to help explain your problem.
Console Logs
** BUILD FAILED **
The following build commands failed:
CompileC /Users/amatrix/Library/Developer/Xcode/DerivedData/firebasetest-gklypjjtqmwhwkbmxsdmlshvotyf/Build/Intermediates.noindex/firebasetest.build/Debug-iphonesimulator/firebasetest.build/Objects-normal/x86_64/FirebasePlugin.o /Users/amatrix/firebasetest/platforms/ios/firebasetest/Plugins/cordova-plugin-firebase/FirebasePlugin.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
xcodebuild: Command failed with exit code 65
[ERROR] An error occurred while running cordova build ios (exit code 65).
Plugin Version
2.0.5
Desktop (please complete the following information):
- OS: macOS Catalina 10.15.5
- XCode 11.5 (11E608c)
- Other plugins:
cordova-plugin-device 2.0.2 "Device"
cordova-plugin-firebase 2.0.5 "Google Firebase Plugin"
cordova-plugin-firebase-analytics 4.3.0 "FirebaseAnalyticsPlugin"
cordova-plugin-ionic-keyboard 2.2.0 "cordova-plugin-ionic-keyboard"
cordova-plugin-ionic-webview 4.2.1 "cordova-plugin-ionic-webview"
cordova-plugin-splashscreen 5.0.2 "Splashscreen"
cordova-plugin-statusbar 2.4.2 "StatusBar"
cordova-plugin-whitelist 1.3.3 "Whitelist"
cordova-plugin-xcode 1.3.1 "scan x-barcode"