When i type \"pod install\" in a correct directory I always get this
Analyzing dependencies
[!] Could not automatically select an Xcode project. Specify
You should specific project path inside pod file
platform :ios, '8.0' use_frameworks! project 'PATH_TO_PROJECT/YOUR_PROJECT_NAME.xcodeproj' target 'Posting' do pod 'ALCameraViewController' end