danylokos / LiveView

This is a demo app that uses IOKit (libusb, libvnc) to interact with a USB camera on a jailbroken iPhone
7 stars 4 forks source link

Command PhaseScriptExecution failed with a nonzero exit code #1

Closed WennyLiang closed 2 years ago

WennyLiang commented 2 years ago

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

danylokos commented 2 years ago

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

danylokos commented 2 years ago

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

WennyLiang commented 2 years ago

OK.Think you

At 2022-08-05 13:33:14, "Danylo Kostyshyn" @.***> wrote:

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

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>