OAStackView icon indicating copy to clipboard operation
OAStackView copied to clipboard

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

Open yuriiik opened this issue 8 years ago • 3 comments

  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

yuriiik avatar Jul 12 '16 13:07 yuriiik

@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.

delebedev avatar Jul 12 '16 15:07 delebedev

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

paleozogt avatar Jan 18 '17 18:01 paleozogt

Pr #99 merged!

nsomar avatar Jan 19 '17 13:01 nsomar