-
-
Notifications
You must be signed in to change notification settings - Fork 474
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
It takes time to build the app for iOS #794
Comments
I'm seeing similar behavior with our app when upgrading to v16.0.0-cli. I haven't attempted to reproduce with the cordova-plugin-firebasex-test project yet. Our app using v14.2.1-cli, averaged an iOS build time of 1 minute 22 seconds. With v16.0.0-cli the average build time is 5 minutes 11 seconds. If I get some time, I'll attempt to recreate with cordova-plugin-firebasex-test, but I'm not sure when I'll have time to do that. |
Would the v14.2.1-cli and v16.0.0-cli be your Node or NPM version? |
Those are the versions of this plugin that I'm using. |
I confirmed, my plugin version is also ^16.0.0. |
The cause of longer build times on iOS when using v16+ of this plugin is because it now defaults to using the official (uncompiled) Firestore pod from the Firebase SDK, instead of the (unofficial) pre-compiled version (in v15 and below). |
Thanks for the answer. |
Such increases in building time make rapid development quite difficult. |
@roman-rr The increased iOS build time is due to compiling the Firestore component of the Firebase SDK. |
When trying to run
cordova build ios
while installing the firebasex plugin I noticed that it takes more than 5 minutes to complete the build.But if I remove the plugin the build takes less than 1 minute.
Is this behavior normal or could there be a problem with my machine?
The text was updated successfully, but these errors were encountered: