-
-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specs satisfying the FirebaseInAppMessaging (= 11.2.0-beta) dependency were found, but they required a higher minimum deployment target. #895
Comments
@Afnan0711 please provide the console output of the build failure of the example project and if possible a zip file of the project (without node_modules) |
This screenshot doesn't tell me anything: |
Set this to your cordova
|
@roman-rr - I already added this preference but I am still getting this error |
Here is your error
Something in that lines: ensureEncodedAppIdInUrlSchemes: function (iosPlatform){
var googlePlist = plist.parse(fs.readFileSync(path.resolve(iosPlatform.dest), 'utf8')),
appPlist = plist.parse(fs.readFileSync(path.resolve(iosPlatform.appPlist), 'utf8')),
googleAppId = googlePlist["GOOGLE_APP_ID"],
encodedAppId = 'app-'+googleAppId.replace(/:/g,'-');
var result = ensureUrlSchemeInPlist(encodedAppId, appPlist);
if(result.modified){
fs.writeFileSync(path.resolve(iosPlatform.appPlist), plist.build(result.plist));
}
} I assume that Additionally, you might want to set Have a nice day :) |
Hi, |
17.0.0
works well for me, with such configuration:and config.xml
Build succeeds! 🎉
And for Android builds. Could you please check that build succeed at example project? Right now I got this:
Originally posted by @roman-rr in #892 (comment)
The text was updated successfully, but these errors were encountered: