if you’re writing a Run Shell Script build phase, you can just do:
PATH=${PATH}:/opt/local/bin
or whatever inside the script content.
Related Contents:
- Adding system header search path to Xcode
- xcrun: error: active developer path (“/Applications/Xcode.app/Contents/Developer”) does not exist
- How can I delete derived data in Xcode 8?
- How to install Xcode Command Line Tools
- Git is not working after macOS Update (xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- ‘ld: warning: directory not found for option’
- xcode-select active developer directory error
- Xcode 10 Error: Multiple commands produce
- How do I print a list of “Build Settings” in Xcode project?
- Class PLBuildVersion is implemented in both frameworks
- Can I have multiple Xcode versions installed?
- Xcode Project vs. Xcode Workspace – Differences
- Swift Protocol Extensions overriding
- ‘var’ parameters are deprecated and will be removed in Swift 3
- Can I disable autolayout for a specific subview at runtime?
- Localizing in Xcode 4 with Localizable.String
- Remove autolayout (constraints) in Interface Builder
- Xcode 6 / Beta 4: using bridging headers with framework targets is unsupported
- Symbol hiding in static libraries built with Xcode
- Why aren’t Xcode breakpoints functioning?
- How to prevent a Command Line Tool from exiting before asynchronous operation completes
- Xcode is not currently available from the Software Update server
- Archiving project in Xcode incorrectly creates multi-application bundle
- In Xcode, how to suppress all warnings in specific source files?
- Failed to create provisioning profile
- Build fails with “Command failed with a nonzero exit code”
- Cannot find executable for CFBundle CertUIFramework.axbundle
- Xcode – how to see build command and log?
- header search path in XCode 4
- IOS7 (only) stdlibc++ linking issue
- Cocoapods with Xcode 6 and 10.10 Yosemite
- Xcode Beta 6.1 and Xcode 6 GM stuck indexing for weird reason
- didFailToReceiveAdWithError not working for iOS 8 simulators
- Where do I find the line number in the Xcode editor?
- Xcode source automatic formatting
- Can git be integrated with Xcode?
- How to upload dmg file for notarization in xcode
- How to increase font size in the Xcode editor?
- How to delete an old/unused Data Model Version in Xcode
- How can I use swift in Terminal?
- On Xcode 7 I keep receiving error “No accounts with iTunes connect access”
- Where can I download old versions of Xcode? [closed]
- Stopping xcode from indexing
- How to solve “Application failed codesign verification” when uploading to iTunes Connect?
- Should *.xccheckout files in Xcode5 be ignored under VCS?
- ‘#selector’ refers to a method that is not exposed to Objective-C
- How can I set the icon for a Mac Application in Xcode?
- No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=armv7 armv7s)
- How to add an existing framework in Xcode 5
- Add preprocessor macro to a target in xcode 6