iCepa / Tor.framework

Tor framework for the iCepa project
Other
249 stars 55 forks source link

Command PhaseScriptExecution failed with a nonzero exit code error when updating to 408.11.2 #91

Closed Fonta1n3 closed 3 months ago

Fonta1n3 commented 3 months ago

I am getting the above error when updating to 408.11.2.

I have tried:

I am out of ideas.. The only other suggestion I saw was to chmod +x on the "${PODS_ROOT}/Target Support Files/Pods-FullyNoded/Pods-FullyNoded-frameworks.sh" but I am not sure what the PODS_ROOT location is.

Any tips? Was working fine in prior version 408.10.1

Thanks for your help.

tladesignz commented 3 months ago

You will need to provide the actual error, which triggered this.

In Xcode's Drop-Down Menu:

View -> Navigators -> Reports

In the reports tab make sure "Local" is selected, not "Cloud".

The select the latest "Build" which is marked with a red X.

Then browse the log output for the actual error.

It should look something like this:

Bildschirmfoto 2024-07-04 um 12 23 01
Fonta1n3 commented 3 months ago
Screenshot 2024-07-04 at 22 33 10

Now I'm getting this. A bit more helpful.

Fonta1n3 commented 3 months ago

Somehow Xcode command line tools became uninstalled at some point on my machine which seems to have been the culprit here, working fine now. Thank you!

tladesignz commented 3 months ago

You're welcome!