You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xcode shows error Command /Applications/.../yacc failed with exit code 1
This is caused by a bug in CocoaPods 0.35.x and 0.36.x. You need to install an older version of CocoaPods, and use it instead. We recommend using Bundler to deal with this problem:
bundle install
bundle exec pod install # Instead of just "pod install"
Xcode shows error ARC forbids Objective-C objects in structs and ARC forbids Objective-C objects in unions
This is caused by an upstream bug in Handlebars-ObjC when working with CocoaPods. The workaround is to use an older version of CocoaPods. We recommend using Bundler to deal with this problem:
bundle install
bundle exec pod install # Instead of just "pod install"
See this issue for detailed technical information.
I can’t run xcode-select in the terminal.
This is possible if you’re on an old version os OS X. Read this entry.