Skip to content

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

@yuriiik

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions