@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. **in progress:** I've currently uploaded - will edit this message after I know for sure it works and I can test it via test flight [ Full content available at: https://github.com/apache/cordova-ios/issues/412 ] This message was relayed via gitbox.apache.org for [email protected]
