[ 
https://issues.apache.org/jira/browse/CB-14227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexey closed CB-14227.
-----------------------
    Resolution: Fixed

> cordova build ios does not create ipa file
> ------------------------------------------
>
>                 Key: CB-14227
>                 URL: https://issues.apache.org/jira/browse/CB-14227
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-ios
>            Reporter: Alexey
>            Priority: Major
>
> $ npm run cordova platform add ios
>  $ cat Build.json
> {code}
> {
>   "ios": {
>        "debug":{      
>         "codeSignIdentity": "iPhone Developer",      
>         "developmentTeam": "**************",      
>         "packageType": "development",      
>         "automaticProvisioning": true,      
>         "buildFlag": [        
>              "EMBEDDED_CONTENT_CONTAINS_SWIFT = YES",          
>              "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO"      
>         ]    
>      },
>     "release" {      
>         "codeSignIdentity": "iPhone Developer",      
>         "developmentTeam": "****************",      
>         "packageType": "app-store",      
>         "automaticProvisioning": true,        
>         "buildFlag": [            
>             "EMBEDDED_CONTENT_CONTAINS_SWIFT = YES",            
>             "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO"        
>           ]    
>         }
>      }
>  }
> {code}
> $ npm run cordova build ios --release --device
> Build log looks good for me - 
> [https://gist.github.com/melezhik/62c652f2b6736d13182b6c8d6981251d]
> However there is no ips files:
> $ find . type f -name "*.ipa" | wc -l
>  0
> Xcode version is 9.4
> cordova-ios@^4.5.4



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to