nsomar / OAStackView

Porting UIStackView to iOS 7+
MIT License
2.14k stars 200 forks source link

Example App: Installing CocoaPods results in "Unsupported options `{:exclusive=>true}`" error #91

Open yuriiik opened 8 years ago

yuriiik commented 8 years ago
  1. cd ../OAStackView/Example
  2. run pod install

Expected: Cocoapods successfully installed. Actual: Error (see below).

[!] Invalid `Podfile` file: [!] Unsupported options `{:exclusive=>true}` for target `OAStackView_Example`..

 #  from .../OAStackView/Example/Podfile:4
 #  -------------------------------------------
 #  
 >  target 'OAStackView_Example', :exclusive => true do
 #    pod "OAStackView", :path => "../"
 #  -------------------------------------------

pod version: 1.0.1 OS X 10.10.5

delebedev commented 8 years ago

@jurassic it happens because Podfile was written for old version of cocoapods, after 1.0 is out some changes are needed. PR is welcome, as usual.

paleozogt commented 7 years ago

I've made PR #99 that fixes this issue.

nsomar commented 7 years ago

Pr #99 merged!