Hi,
Whenever i add the plugin
<plugin name="cordova-plugin-firebasex" spec="16.4.0" />
with or without variables, the build time fails and voltbuild says build took too long to respond and it timesout
Can you please help ?
Hi,
Whenever i add the plugin
<plugin name="cordova-plugin-firebasex" spec="16.4.0" />
with or without variables, the build time fails and voltbuild says build took too long to respond and it timesout
Can you please help ?
I tried to increase the deployment-target for ios platform to 12.0.0 or even 17 and I’m getting this error
UserError:
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Can you attempt with the latest version 16.5.0. If it times out, please respond and we’ll review the log.
Hi. I have same problem with <plugin name="cordova-plugin-firebasex" spec="16.5.0-cli">
I have these errors:
UserError: Command took too long to execute:
Command ‘[‘cordova’, ‘build’, ‘ios’, ‘–device’, ‘–release’]’ timed out after 600 seconds
I have no problem with 16.1.0-cli
Thanks for the support!
Same issue happens with 16.5.0
Here are the logs: https://apps.volt.build/ae1a9a3d-22a2-4f84-b26d-e99299a24fe8/voltbuilder.log
Any reply on this?
Please give it another try - we’re working to speed up this process but have temporarily increased timeouts.
It is processing for more than an hour till now
We will continue to optimize this, I suspect that the job timed out.
It works now
Thank you
Hi again.
I have another problem with <plugin name="cordova-plugin-firebasex" spec="16.5.0-cli">
I have these errors:
ITMS-90863: Macs with Apple silicon support issue - The app links with libraries that aren’t present in macOS:
I suspect this is due to your App Store settings, as documented here: xcode - ERROR: Apple silicon Macs support issue. The app has LSApplicationLaunchProhibited set to true. This is not supported on Mac, How to fix it? - Stack Overflow
I don’t believe FirebaseX can work on Apple Silicon. It might be worth submitting an issue at their issue tracker: Issues · dpa99c/cordova-plugin-firebasex · GitHub
Is the app running on macOS (as well as iOS) a requirement?
Thanks for your reply.
I have uncheck the checkbox under the section iPhone and iPad Apps on Apple Silicon Macs, but the problem still appears in a new build.
I am going to downgrade from 16.5.0-cli to 16.1.0-cli
Hi again. I need to updgrade cordova-plugin-firebasex from 16.1.0-cli to 17.0.0-cli, but I have this error: CocoaPods could not find compatible versions for pod “FirebaseAuth”.
Can you help me? Thanks!
We generally see this when you’re targeting a version of iOS that’s too old. What version are you targeting? Can you try to increase it?
Hi,
In my config.xml I have: <engine name="ios" spec="7.1.1" />
That’s correct and references the cordova engine.
Specifically I’m talking about the deployment-target
preference:
<preference name="deployment-target" value="7.0" />
You want to set this to a recent version of iOS. What is yours currently set to?
I haven’t deployment-target tag. This could be the problem… What is the deployment-target value that you recommend? Thanks!
At least 13 and perhaps higher.
With <preference name="deployment-target" value="14.0" />
works perfect! Thanks so much!