This repository was archived by the owner on Aug 12, 2026. It is now read-only.
Replies: 5 comments 1 reply
|
I have the same issue and checking "for install builds only" nothing happens, it doesn't even run the script |
0 replies
|
Try using the full path to periphery in the script. For me that's |
0 replies
export PATH="$PATH:/opt/homebrew/bin"
PERIPHERY=$(mint which periphery | tail -1) # YMMV for whatever provides the periphery binary.
$PERIPHERY scan ... |
0 replies
|
In XCode 26+ you musn't forget to set |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I was able to successfully run periphery on the terminal, however when I create the new Target to run in Xcode and I add the buildPhase Script I get the following error when I try to build "periphery command not found"
All reactions