I am a app developer using Ionic to create my first project.
Currently, I need to use:
ionic cordova run ios -- --buildFlag="-UseModernBuildSystem=0"
and not:
ionic cordova build ios
because basic ionic doesn't work with Xcode.
My Question is: Can I still publish my app to the app store even though I must use the special "--buildFlag="-UseModernBuildSystem=0" to run my code?