-
Notifications
You must be signed in to change notification settings - Fork 46
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
Getting Started Creating an App fails to build #253
Comments
Thanks for the detailed report. If you perform a clean rebuild, can you let us know if you get the same error? This has been an intermittent issue with Xcode 15 where the plugins are sometimes executed in the wrong order, and it usually goes away with a clean rebuild. (For the record, the incorrect directory reference |
I tried a clean rebuild a few times but received the same error. I also completely removed the |
How about running Xcode's Also, did the |
Unfortunately, this did not resolve the problem.
Yes, it seemed to pass.
Yes, it seemed to pass. Here is the output:
|
Hmm. Very odd. Can you try checking out the default "Hello" sample app from https://github.com/skiptools/skipapp-hello and opening that in Xcode and seeing if that builds? If not, can you post the complete gradle error log? |
Can you post the complete |
Please see the details of my previous message and original issue description for the |
I see the excerpt of the |
Here are the files using the file reference from Finder (following your instructions). |
@marcprux any news here? having same issue, when trying to build it throws |
@luisBoost I think this is a different issue: that |
@marcprux Thanks for the quick response, im not seeing the dialog, I know which one it is. but have been trying to get it to show and nothing, it just fails immediately after tapping the build button. |
after restarting the Mac, I was able to see the "enable" button to show the modal after trying to build, thanks |
Following the getting started guide and creating an app, the created app fails to build. There appears to be a missing Skip output folder (or the folder is located in the wrong location).
Skip Checkup
Creating an App
Build Failure (skip-gradle.log.txt output)
Missing directory and files
It seems the
Android/settings.gradle.kts
is expecting a directory to be located in one location when it is actually present in a different location:The text was updated successfully, but these errors were encountered: