您好,登錄后才能下訂單哦!
今天在把iOS工程從一臺機器拷貝到一臺新機器(未裝cocoaPod)時遇到了如下的問題。
YuandeMacBook-Pro:ProjectDirectory user$ pod update
Update all pods
Updating local specs repositories
CocoaPods 1.0.0.beta.3 is available.
To update use: `gem install cocoapods --pre`
[!] This is a test version we'd love you to try.
For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.
Analyzing dependencies
[!] Could not automatically select an Xcode project. Specify one in your Podfile like so:
xcodeproj 'path/to/Project.xcodeproj'
在Podfile文件里指定下工程目錄就行了,比如我在Podfile文件添加這行就行了:
......
xcodeproj 'xxxprojectName.xcodeproj'
......
主要是讓Pod找到子目錄中的工程文件。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。