This repository has been archived by the owner on May 1, 2024. It is now read-only.
Enable Bitcode
#11317
Replies: 2 comments
-
LLVM is optimizing your code and supposed to make it more performant but to be honest it is minimal you wont even feel it. According to my experience it increases your app size on Android as well (not sure on IOS). you wont need it in general just use AOT even better Start up AOT on Android. Did you use linker to reduce your app size? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@EmilAlipiev it is said that LLVM suppose to reduce the app size, do you know if that's true? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I received a size limit warning when releasing Xamarin.Forms app for iOS.
Why is the option to "Enable Bitcode" is not available in Xamarin.Forms?
what is the suggested way to configure the Build when releasing a Xamarin.Forms app targeting iOS?
What are the advantages and disadvantages of using:
Beta Was this translation helpful? Give feedback.
All reactions