crux icon indicating copy to clipboard operation
crux copied to clipboard

Command RuleScriptExecution failed with a nonzero exit code

Open jsoneaday opened this issue 1 year ago • 5 comments

I am able to create the counter project and have it build successfully and create the xcodegen files. But I am seeing this error in xcode when attempting to run. This is my project source files, https://github.com/jsoneaday/dechat-app-core. I am on xcode 15 ios 17 and iphone 15 sim.

Screenshot 2023-11-11 at 9 48 53 PM Screenshot 2023-11-11 at 9 51 43 PM

jsoneaday avatar Nov 12 '23 02:11 jsoneaday

Hey thanks for submitting this, and apologies for the delay getting back to you. I just went through the docs step by step and got similar errors with Xcode 15. I'm going to dig in deeper and will keep you up to date.

StuartHarris avatar Nov 14 '23 13:11 StuartHarris

This seems to be caused by recent updates to cargo-xcode. I will investigate further, but for now you could downgrade to a working version (cargo install --force cargo-xcode --version 1.7.0)

StuartHarris avatar Nov 14 '23 13:11 StuartHarris

I really like your design and that's why I was trying to use crux. Please let me know when you make some progress in testing as I would like to use it with xcode 15 once I know for sure its working.

jsoneaday avatar Nov 15 '23 01:11 jsoneaday

Hello @StuartHarris having any luck getting things working with latest?

jsoneaday avatar Nov 23 '23 19:11 jsoneaday

Hey @jsoneaday unfortunately not — cargo-xcode at version 1.7.0 works fine, but everything since then breaks. I haven't had a huge amount of time to look into why, but have been exploring alternatives. Will keep you posted

StuartHarris avatar Nov 29 '23 09:11 StuartHarris