Replies: 5 comments 1 reply
-
Check 'For install builds only'! That did the trick for me. |
Beta Was this translation helpful? Give feedback.
-
|
I have the same issue and checking "for install builds only" nothing happens, it doesn't even run the script |
Beta Was this translation helpful? Give feedback.
-
|
Try using the full path to periphery in the script. For me that's |
Beta Was this translation helpful? Give feedback.
-
export PATH="$PATH:/opt/homebrew/bin"
PERIPHERY=$(mint which periphery | tail -1) # YMMV for whatever provides the periphery binary.
$PERIPHERY scan ... |
Beta Was this translation helpful? Give feedback.
-
|
In XCode 26+ you musn't forget to set |
Beta Was this translation helpful? Give feedback.

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"
Beta Was this translation helpful? Give feedback.
All reactions