@dpogue - I'm new to the cordova command line "build for release" process so 
I'm not sure I'm doing what you need. It looks like I can't install an ipa 
signed for the app store manually, so I am doing it using an adhoc profile. 
Does that help or do you specifically need build type = app-store? Please let 
me know before I do the manual sign test on cli

Tests with adhoc profile

|                               | Export with<br>Automatic Signing | Export 
with<br>Manual Signing |
|-------------------------------|----------------------------------|-------------------------------|
| Xcode IDE                     |   Export will succeed, will not install due 
to missing profile |Export will succeed, and will successfully install          
           | 
| Cordova/Ionic CLI             |           build will succeed, install also 
succeeded irrespective of whether modernbuildsystem is disabled   or enabled 
(1)                     |          (tbd)                     |


(1) CLI build command:

```
ionic cordova build ios -- --buildFlag="-UseModernBuildSystem=0" 
--buildConfig="./build.json"
ionic cordova build ios --buildConfig="./build.json"
```

[ Full content available at: https://github.com/apache/cordova-ios/issues/412 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to