When i type "pod install" in a correct directory I always get this
Analyzing dependencies
[!] Could not automatically select an Xcode project. Specify one in your Podfile like so:
project 'path/to/Project.xcodeproj'
podfile
platform :ios, '8.0'
use_frameworks!
target 'Posting' do
pod 'ALCameraViewController'
end
I'm in the project directory where Podfile can be found.
podfile
in the question. – Whitleather$pod install
in your project directory? – Whitleather.xcodeproj
files' in the project directory (i manually renamed files :( and then didgit clean -f -d
=> ended up '2..xcodeproj
files' in the project directory) – Buckboard