amplify-flutter icon indicating copy to clipboard operation
amplify-flutter copied to clipboard

iOS build time is very long

Open MarlonJD opened this issue 2 years ago • 1 comments

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

MarlonJD avatar Jul 01 '22 20:07 MarlonJD

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.

MarlonJD avatar Jul 21 '22 12:07 MarlonJD