LoginSignup
2
1

More than 5 years have passed since last update.

CocoaPods を1.0.0 link_with` in the Podfile is now unsupported エラー時にやったこと

Last updated at Posted at 2016-05-19

CocoaPods を1.0.0

link_with` in the Podfile is now unsupported エラー時にやったこと!


原因

※ version 1.0.0で、link_with deprecatedされた。


対策

以前バージョンのlink_with 部分を

link_with ['KokaruFramework']  

以下に変更

target 'KokaruFramework' do
    available_pods
end

http://blog.cocoapods.org/CocoaPods-1.0-Migration-Guide/
:exclusive => true and link_with have been removed in favour of the above.

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1