dpa99c/cordova-plugin-firebasex

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

Opened this issue · 4 comments

Bug report

CHECKLIST

  • I have reproduced the issue using the example project or provided the necessary information to reproduce the issue.
  • 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:

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

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.

firebase/firebase-ios-sdk#12457
firebase/firebase-ios-sdk#11403

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

@pinguluk will check with Xcode 15.2

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