@sufian4199 - I can confirm your solution works. To summarize the hacks so far:
1. While building, we need to do (if using ionic) `ionic cordova build ios -- --buildFlag="-UseModernBuildSystem=0"` 2. When you open it in Xcode, you can continue using "Automatic Sign" for the project, but when you upload the archive to App Store (for TestFlight or App Store) , you need to select "manually manage signing". When you select manual signing you will see there is no associated provisioning profile (huh...) so select one, and the right distribution profile. I've managed to upload and distribute successfullly. [ Full content available at: https://github.com/apache/cordova-ios/issues/412 ] This message was relayed via gitbox.apache.org for [email protected]
