[jira] [Commented] (CB-14227) cordova build ios does not create ipa file

2018-07-31 Thread Alexey (JIRA)


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

Alexey commented on CB-14227:
-

the answer is here - 
https://stackoverflow.com/questions/51564372/cordova-build-ios-does-not-create-ipa-file#51619875

> 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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14227) cordova build ios does not create ipa file

2018-07-30 Thread Alexey (JIRA)


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

Alexey commented on CB-14227:
-

Hi cordova devs! Any help will be appreciated. Thanks. 

> 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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org