OAStackView
OAStackView copied to clipboard
Example App: Installing CocoaPods results in "Unsupported options `{:exclusive=>true}`" error
- cd
../OAStackView/Example
- 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
@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.
I've made PR #99 that fixes this issue.
Pr #99 merged!