dpa99c / cordova-plugin-firebasex

Cordova plugin for Google Firebase
MIT License
570 stars 457 forks source link

Ionic app not building if I have corodova firbasex installed, if I remove the plugin app will successfully install. #876

Open Cap-7 opened 2 months ago

Cap-7 commented 2 months ago

Bug report

CHECKLIST

Current behavior:

Expected behavior:

Steps to reproduce:

Screenshots

Environment information

Runtime issue

iOS build issue:

Related code:

insert any relevant code here such as plugin API calls / input parameters

Console output

console output ``` // Paste any relevant JS/native console output here ```


**Other information:**
Cap-7 commented 2 months ago

following build commands failed: compilec /Users/username/Library/Developer/Xcode/DerivedData/project name-ckvlcp@omdaaooeipnjngfxnclph/Build/Intermediates.noindex/ArchiveIntermediates /IntermediateBuildFilesPath/Pods.build/Debug-iphoneos/FirebaseMessaging.build/Objects=-normal/ara64/FIRMessagingRmqManager.o /Users/username/projectfolder/platforms/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/FIRMessagingRmqManager.a normal arm64 objective-c com.apple.co@pilers.llva.cla ng.1_0.compiler (in target 'FirebaseMessaging' from project "Pods') (1 xcodebuild: failure) Command failed with exit code 65 (ERROR] An error occurred while running subprocess cordova. cordova build ios --device exited with exit code 65.

20240313_130356 20240313_130356

pinguluk commented 2 months ago

What Xcode version have you installed? Because it's seems there's a problem with 15.3 and the workaround for now is to install the 15.2 version.

https://github.com/firebase/firebase-ios-sdk/issues/12457 https://github.com/firebase/firebase-ios-sdk/issues/11403

EDIT: I just saw that you are on Xcode 14.2.1, try to use 15.2

Cap-7 commented 2 months ago

@pinguluk will check with Xcode 15.2

pinguluk commented 2 months ago

@Cap-7 do you have any "Error" message prior the " ARCHIVE FAILED **" message?