You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/09/17 18:56:32 UTC

[GitHub] sambegin commented on issue #407: [ANNOUNCEMENT] Status of Xcode 10 support

sambegin commented on issue #407: [ANNOUNCEMENT] Status of Xcode 10 support
URL: https://github.com/apache/cordova-ios/issues/407#issuecomment-422130332
 
 
   Just note here that the build.json file should look like this : 
   
   ```
     "ios": {
       "release": {
         "buildFlag": [
           "-UseModernBuildSystem=0"
         ]
       }
     }
   ```
   
   not 
   ```
     "iOS": {
       "release": {
         "buildFlag": [
           "-UseModernBuildSystem=0"
         ]
       }
     }
   ```
   
   like "mentioned" in the previous comment ;p 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org