-
Notifications
You must be signed in to change notification settings - Fork 659
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
#593
Comments
From @mpm on September 23, 2015 12:42 I have the same issue :D according to the cordova docs, the
while
compiles the stuff that is there (without |
From @mpm on September 23, 2015 15:39 @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: |
From @mpm on September 23, 2015 16:13 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). |
Still having issues with the plugins missing. |
@jasonfutch are these plugins in the project's plugins folder and only missing in the respective platform's plugin subfolder? (after running If they are also missing the project's plugin directory, this is probably a different issue. I created a different PR that improves error handling when installing plugins that helps diagnosing missing plugins, maybe that helps. |
|
I was having the same issue, but, I my case I was having issue with cordova-whitelist-plugin, removed the plugin, and re-installed version 1.0 using [email protected] and this fixed the issue for me. |
@jasonfutch thanks :) saved me alot of time and effort :) |
@mhartington I deleted Have you found a new way to get it working since September? |
After updated to Mac OS 10.11, I got this problem also (Cannot add platform and build for both ios and android). Finally it was fixed by the following steps (only for my case):
|
For me, it caused of I update my npm to v5. |
where do i find my local parseJob.js. I'm using mac |
All - try updating cordova - theres a fix available in Cordova 5.4.0 that fixes issues with Node v5.
Let me know if this helps fix the issues. |
thanks jbavari |
|
+1 for |
thanks jbavari |
|
after upgrade cordova cli I face another issue ionic build android not working. I delete platform dir and run |
@jbavari awesome! I missed the cordova -> node v5 issue, big thanks for your comment! |
Reinstalling Cordova fixed this for me too! Thanks! |
@prosenjit-itobuz works exactly as you said following by 'build ios' and 'emulate ios'. Thanks a lot! |
+1 for @jbavari |
I also have the same problem. while i used command |
Now it is giving me error of how i fix it??? |
You can not build ios app in windows |
this is not showing any version and it has been uninstalled from my system |
So you have to install by run npm install -g cordova |
Downgraded node to 0.12.7 did it. |
I got this problem after upgrading solved the problem as follows:
|
updating cordova did the trick for me. |
My cordova version was 5.3.3, and the ionic build/run is output nothing. |
Worked for me! 👍 |
I know I am bit late in the party, however, this has stopped working for me again, without any explanation. My
cordova-ios: 4.4.0 I've the node-xcode : 0.9.3 with following code:
Now, when I run
it stops mid way after add to body class: platform-ios, on random lines, such as:
and sometimes on this line: platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:60:9: the stops at random line numbers. I tried running:
Same result. I also removed all my plugins to ensure that none them are causing problem, then did this:
Still same result, any suggestion? PS: Build does not fails, it just stops mid way without any error. |
Thanks for the issue! This issue appears to be associated with an old version of the Ionic CLI. Please update to the latest CLI version, which supports all versions of the Ionic Framework. If the issue is relevant and if it persists after updating to the latest CLI version, please create a new issue. Thank you for using Ionic! |
From @stefankp on September 23, 2015 12:24
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.
Copied from original issue: ionic-team/ionic-framework#4414
The text was updated successfully, but these errors were encountered: