amplify-flutter
amplify-flutter copied to clipboard
iOS build time is very long
With amplify ios archive/build time is so long. On firebase community created precompiled library for this and this prevent compiling every time the libraries. How can we create like this library? This could help us to save time if we create precompiled library for amplify.
Precompiled library of Firestone iOS sdk: https://github.com/intertase/firestore-ios-sdk-frameworks
I found this repo. And it's rocks! Builds 3500 to 700. It really easy to use. So so much fast run device and archive time. https://github.com/swiftyfinch/Rugby
pod install && rugby --sdk sim ios --arch x86_64 arm64 --keep-sources
if you cache alse archive
pod install && rugby --config Release --sdk ios --bitcode --keep-sources
I also try to create prebuild library. If I can do this. I'll share.