jkronborg commented on PR #1502:
URL: https://github.com/apache/cordova-ios/pull/1502#issuecomment-2745182168

   Hi, thanks for the fix!
   
   The issue fixed here prevents us from upgrading to version 17 of 
[cordova-plugin-firebasex](https://github.com/dpa99c/cordova-plugin-firebasex) 
because our minimum deployment version setting of 14 is not being set in time 
for the plugin installation, meaning the Cordova default of 11 is used, causing 
the build to fail (Firebase v. 11 requires a minimum target of at least 13):
   
   > [!] CocoaPods could not find compatible versions for pod "FirebaseAuth":   
In Podfile:     FirebaseAuth (= 11.2.0)  Specs satisfying the `FirebaseAuth (= 
11.2.0)` dependency were found, but they required a higher minimum deployment 
target.
   
   This plugin upgrade is a requirement for building with Xcode 16 due to 
https://github.com/dpa99c/cordova-plugin-firebasex/issues/892, which Apple 
requires by April 24.
   
   Do you plan to release this before April 24?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to