@kitolog Thanks for the workaround. Works for me 👍 (using the legacy build system now allows me to archive via Xcode 10 and the app validates successfully).
@dpogue I think the issue here is that for some reason, the new build system doesn't include the `embedded.mobileprovision` within the app bundle for Cordova generated Xcode projects if you use automatic signing. I have a very basic native swift project that works fine with auto signing and the new build system. Example from running `cordova create MyApp`, `cordova platform add ios`  [ Full content available at: https://github.com/apache/cordova-ios/issues/412 ] This message was relayed via gitbox.apache.org for [email protected]
