Questions tagged [cocoapods-0.39.0]

2 questions
0
votes
1 answer

Cocoa pod v0.39.0 not working with Xcode 8

My current project using cocoa pods of version 0.39.1, and my current pod version in my system is 1.1.1, so when i try to install the cocoa pods in my project path, it gave me warning saying [!] Invalid Podfile file: [!] Unsupported options…
Madhu
  • 869
  • 1
  • 17
  • 37
0
votes
1 answer

Error when upgrading from CocoaPods 0.39 to 1.1.1

I'm trying to upgrade to the latest version of CocoaPods, but I'm running into an error. My previous Podfile looked something like this: target 'myapp-ios' do link_with *%w[myapp-dev myapp-qa myapp-prod] pod 'AFNetworking', '~> 2.6.3' #…
Andrew
  • 227,796
  • 193
  • 515
  • 708