cordova-plugin-firebasex icon indicating copy to clipboard operation
cordova-plugin-firebasex copied to clipboard

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

Open Cap-7 opened this issue 1 year ago • 4 comments

Bug report

CHECKLIST

  • [x] I have reproduced the issue using the example project or provided the necessary information to reproduce the issue.
  • [x] I have checked that no similar issues (open or closed) already exist.

Current behavior:

Expected behavior:

Steps to reproduce:

Screenshots

Environment information

  • Cordova CLI version
    • cordova 10
  • Cordova platform version
    • ios 5.1.1
  • Plugins & versions installed in project (including this plugin)
    • cordova plugin firebasex 14.2.1
  • Dev machine OS and version, e.g.
    • OSX
      • Mac os 13.6.4

Runtime issue

  • Device details
    • _e.g. ipad 12
  • OS details
    • _e.g. iOS 16.6.1

iOS build issue:

  • Node JS version
    • 14.21.3
  • XCode version
  • 14.2.1

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 avatar Mar 13 '24 08:03 Cap-7

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 [email protected] 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

Cap-7 avatar Mar 13 '24 09:03 Cap-7

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

pinguluk avatar Mar 14 '24 09:03 pinguluk

@pinguluk will check with Xcode 15.2

Cap-7 avatar Mar 14 '24 09:03 Cap-7

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

pinguluk avatar Mar 14 '24 11:03 pinguluk