Skip to content

Instantly share code, notes, and snippets.

@snowkidind
Created December 15, 2018 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snowkidind/ed1a9c0d376b6e61434ad9cc0e2485b7 to your computer and use it in GitHub Desktop.
Save snowkidind/ed1a9c0d376b6e61434ad9cc0e2485b7 to your computer and use it in GitHub Desktop.
omg-pos-merchant
Notes for pos merchant
Xcode 10.1 / High Sierra 10.13.6
First Build:
/.../pos-merchant-ios-master/Pods/Target Support Files/Pods-POSMerchant/Pods-POSMerchant.debug.xcconfig: unable to open file (in target "POSMerchant" in project "POSMerchant") (in target 'POSMerchant')
This is an error related to cocoapods dependencies not being installed in the project, so cd into the directory and pod install:
-bash: /usr/local/bin/pod: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby: bad interpreter: No such file or directory Guess what? Ruby version not detected...
open -a Xcode Podfile "Podfile cannot be opened because it's from an unknown developer" Preferences -> Security & Privacy -> Open Anyway
sudo gem install cocoapods brew reinstall cocoapods rm '/usr/local/bin/pod' brew reinstall cocoapods rm '/usr/local/bin/xcodeproj' brew reinstall cocoapods
"Unable to find a specification in CocoaPods": pod setup (Now we're talking)
And it builds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment