XCode error gradle -p ../Android launchDebug #157
Replies: 4 comments 2 replies
|
Can you post the log file and/or screenshot of the failure when running from Xcode? |
|
There are two surprising errors in there. The first, from the Xcode build errors
I'm not sure where this would be coming from. Are you able to build and run other iOS apps (e.g., one that you just create using the Xcode project creator)? And then this:
Can you let me know if that folder exists, by checking it on the Terminal? And can you let me know if you are on an ARM or Intel Mac? |
|
Did you install Skip with homebrew (i.e., Does the /opt/homebrew/ folder exist at all? If not, is it possible that you upgraded your system from a previous Intel machine (in which case Homebrew would be located in `/usr/local/ – the remedy for this is to re-install homebrew from brew.sh). Also, can you post the output of the terminal command As a temporary workaround, you may be able to set your JAVA_HOME in your |

Uh oh!
There was an error while loading. Please reload this page.
My Xcode build always fails with:
The gradle command failed. Review the log for details and consult https://skip.tools/docs/faq for common solutions. Command: gradle -p ../Android launchDebug
Yet when I run the command directly in the console it works fine and the Android app starts working on the simulator.
Checkup passes successfully.
All reactions