Could not automatically select an Xcode project

后端 未结 21 1049
灰色年华
灰色年华 2021-02-02 06:03

When i type \"pod install\" in a correct directory I always get this

Analyzing dependencies

[!] Could not automatically select an Xcode project. Specify          


        
21条回答
  •  滥情空心
    2021-02-02 06:27

    platform :iOS, '8.0'
    use_frameworks!
    
    target 'Posting' do
    project 'projectpath/project.xcodeproj'
    pod 'ALCameraViewController'
    end
    

提交回复
热议问题