danylokos/LiveView

Command PhaseScriptExecution failed with a nonzero exit code

WennyLiang opened this issue · 3 comments

I Run the project 【Build target LiveView-iOS】on Xcode 13.0 on a non-jailbroken iPhone ,but alway compile fail.

It's not intended to be run on iOS device through Xcode, you can do it, but there is no point, it won't do anything. There is a "Run Script" step in the "Build Phase" (iOS target), which simply generates the deb package that you can later install on jailbroken iPhone.

The script fails because you are probably missing some of the utils, either ldid or dpkg-deb.

brew install ldid dpkg

Also, you can download a pre-built package from releases.