You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tried different combinations to put --prod flag but it didn't work for xCode 10 the buildFlag='UserModernBuildSystem=0' is needed to get away with build process as explained here #407
my issue is with the amount of time my app is taking while loading more than a minute I am guessing that it must be due to not combining --prod flag in the compiler options, I tired other optimization as recommended this blog https://blog.khophi.co/optimize-ionic-2-app-production/ but the performance issue remains same
please suggest
The text was updated successfully, but these errors were encountered:
The below command line option not working in xCode 10 environment it gives compiler errors
ionic cordova build ios --prod -- --buildFlag="-UseModernBuildSystem=0"
tried different combinations to put --prod flag but it didn't work for xCode 10 the buildFlag='UserModernBuildSystem=0' is needed to get away with build process as explained here #407
my issue is with the amount of time my app is taking while loading more than a minute I am guessing that it must be due to not combining --prod flag in the compiler options, I tired other optimization as recommended this blog https://blog.khophi.co/optimize-ionic-2-app-production/ but the performance issue remains same
please suggest
The text was updated successfully, but these errors were encountered: