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

2018-09-30 Thread GitBox
499978920 commented on issue #407: [ANNOUNCEMENT] Status of Xcode 10 support
URL: https://github.com/apache/cordova-ios/issues/407#issuecomment-425726104
 
 
   > when I run `ng run app:ionic-cordova-build --platform=ios 
--buildFlag="-UseModernBuildSystem=0"` I have
   > 
   > ```
   > Unknown option: '--buildFlag'
   > ```
   > I'm using ng cli 6.2.3
   > Any idea?
   > Thanks
   
   -- --buildFlag="-UseModernBuildSystem=0"


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:
us...@infra.apache.org


With regards,
Apache Git Services

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



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

2018-09-26 Thread GitBox
499978920 commented on issue #407: [ANNOUNCEMENT] Status of Xcode 10 support
URL: https://github.com/apache/cordova-ios/issues/407#issuecomment-424775836
 
 
   > You should probably create a new issue for that so this can be properly 
debugged @499978920 . Link to it here after you created the issue. Thanks.
   
   simulators  it's working fine. now.
   I have not changed anything. very strange.
   Thanks.


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:
us...@infra.apache.org


With regards,
Apache Git Services

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



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

2018-09-26 Thread GitBox
499978920 commented on issue #407: [ANNOUNCEMENT] Status of Xcode 10 support
URL: https://github.com/apache/cordova-ios/issues/407#issuecomment-424667711
 
 
   > @499978920 Your first command is missing an `--`. You need two of those 
before `buildflag` so it gets routed to `cordova` and not `ionic`.
   
   `ionic cordova build ios --emulator -- --buildFlag="-UseModernBuildSystem=0"`
   ok
   but
   `ionic cordova run ios --emulator --target="iPhone-XS" -- 
--buildFlag="-UseModernBuildSystem=0"`
   app not deployed
   but
   `ionic cordova run ios --emulator --target="iPhone-7, 11.4" -- 
--buildFlag="-UseModernBuildSystem=0"`
   app deployed
   
   some simulator  ok  eg: iPhone-XR
   some simulator can't deployed  eg: iPhone-XS iPhone-XS-Max


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:
us...@infra.apache.org


With regards,
Apache Git Services

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



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

2018-09-25 Thread GitBox
499978920 commented on issue #407: [ANNOUNCEMENT] Status of Xcode 10 support
URL: https://github.com/apache/cordova-ios/issues/407#issuecomment-424253916
 
 
   when:`ionic cordova run ios --emulator --buildFlag="-UseModernBuildSystem=0"`
   
   > ** BUILD SUCCEEDED **
   > 
   > No target specified for emulator. Deploying to iPhone-XS-Max, 12.0 
simulator
   > 
   > An error was encountered processing the command 
(domain=NSPOSIXErrorDomain, code=2):
   > Failed to install the requested application
   > An application bundle was not found at the provided path.
   > Provide a valid path to the desired application bundle.
   > logPath: /Users/Mango/desktop/app4/platforms/ios/cordova/console.log
   > 
   > [OK] Your app has been deployed.
   >  Did you know you can live-reload changes from your app with 
--livereload?
   
   but
   console.log not exist.
   app not deployed.


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:
us...@infra.apache.org


With regards,
Apache Git Services

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