I have ionic project with the following info
Ionic:
ionic (Ionic CLI) : 4.12.0
Ionic Framework : @ionic/angular 7.8.2
@angular-devkit/build-angular : 17.3.2
@angular-devkit/schematics : 17.3.2
@angular/cli : 17.3.2
@ionic/angular-toolkit : 9.0.0
Cordova:
cordova (Cordova CLI) : 11.1.0
Cordova Platforms : browser 6.0.0, ios 6.3.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 5.0.0, (and 25 other plugins)
System:
ios-sim : 8.0.2
NodeJS : v18.19.1 (/usr/local/bin/node)
npm : 10.2.4
OS : macOS Unknown
Xcode : Xcode 15.3 Build version 15E204a
Recently, I upgraded the Xcode version to the latest version and upgraded angular and Jnode.
I installed all my packages from the beginning but, when I installed google plus my project crashed with the following error
** BUILD FAILED **
The following build commands failed:
Ld /Users/ABC/newapp/platforms/ios/build/emulator/newapp.app/newapp normal (in target 'newapp' from project 'newapp')
(1 failure)
xcodebuild: Command failed with exit code 65
The command I run:
ionic cordova plugin add cordova-plugin-googleplus --variable REVERSED_CLIENT_ID=com.googleusercontent.apps.535xxxxxx-djn1xxxxxxxxx --variable WEB_APPLICATION_CLIENT_ID=535xxxxxxx-djn1xxxxxxx.apps.googleusercontent.com
podfile
# DO NOT MODIFY -- auto-generated by Apache Cordova
source 'https://cdn.cocoapods.org/'
platform :ios, '12.0'
use_frameworks!
target 'newapp' do
project 'newapp.xcodeproj'
pod 'GoogleSignIn', '~> 5.0.2'
pod 'GoogleUtilities', '~> 6.7'
end
I have checked Xcode Workplace, many errors are showing. looks like the Google Plus package crashed my project.
The same things happened when installing Facebook4, Fcm, and Filetransver plugins.
Am I missing something?
Please help