-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
When compiling with Version Xcode 15.4, an error occurs and cannot be compiled #19
Comments
I'm not seeing a failure myself, and CI is successfully building (mostly) with Xcode 15.4. Can you include the Xcode build output? Also, which target are you trying to build and for what platform? |
Could not launch “Chime”
|
2024-07-09.22.19.41.mov |
Showing Recent Issues Showing Recent Issues |
Ok we're getting closer. "/Users/ronghuahe/myIOS/iOS: No such file or directory" This path does not appear in the project, so it must be coming from the environment somehow. I bet what is happening is the Edit target's "validate build" step is failing. This relies on being able to execute a shell script on your machine within the Xcode build phases. Somewhere in that same screen is a smaller red x next to the failing step. If you can find it and select it, you can expand it to see the full output of the step. Also, just to test. What happens if you run this from your shell?
|
Ah, that's the detail I needed. This is indeed a bug! I can reproduce the failure with a fresh check out in a path containing spaces. Looking into that now. For your (very resonable) follow-up questions, the answer is that this open source version is not functional at the moment. I'm working on it! Right now, the Quick Look extension does work for the languages currently supported. And I'm working right now on expanding that to match the released version #20 . |
Thanks so much both for reporting this and for having the patience to help me debug. I was able to fix up the build phase and this now will work when the repo is at a path with spaces. |
When compiling with Version 15.4, an error occurs and cannot be compiled:Command PhaseScriptExecution failed with a nonzero exit code;Could you fix it?
The text was updated successfully, but these errors were encountered: