-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: ionic build ios
not working on Mac OS 10.11
#4414
Comments
ionic build ios
noionic build ios
not working on Mac OS 10.11
I have the same issue :D according to the cordova docs, the
while
compiles the stuff that is there (without |
@stefankp and me tracked it down to this line in the xcode npm package. I don't fully understand the fork magic going on there, but the worker object never receives the Therefore it can never trigger the So, if anybody knows a bit more about the fork magic going in on the xcode package, please explain where to dig down- where is the PS: |
Alright, we digged down right to the bottom and the short version is: This issue got fixed in the node-xcode package. Ionic depends on xcode 0.6.7, so this should be bumped to 0.8.0 (but the 0.8.0 version we got earlier didn't contain this patch yet). Anyway, everybody having the same issue, just open We will post more helpful and proper instructions after we recovered from this exhausting investigation. (Related: alunny/node-xcode#61). |
This issue was moved to ionic-team/ionic-cli#593 |
Type: bug
Platform: ios 9 webview
ionic build ios
does not work anymore, thereforeionic run ios
andionic emulate ios
also don't work, meaning I cannot run the app through the ionic CLI. The command runs for a few seconds and then exits without any logs or error messages.ionic build android
still works fine. Building and deploying the app to the simulator or phone works through Xcode.I am on Mac OS 10.11.1, with Xcode 7 and a complete fresh ionic install.
The text was updated successfully, but these errors were encountered: