Replies: 4 comments 1 reply
-
![]() Check 'For install builds only'! That did the trick for me. |
Beta Was this translation helpful? Give feedback.
1 reply
-
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.
0 replies
-
Try using the full path to periphery in the script. For me that's |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
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"
Beta Was this translation helpful? Give feedback.
All reactions