Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error generate module with option :exclusive=>true in Podfile #154

Closed
atom-wintermute opened this issue Sep 16, 2016 · 1 comment
Closed

Comments

@atom-wintermute
Copy link
Member

.rvm/gems/ruby-2.2.1/gems/cocoapods-core-1.0.1/lib/cocoapods-core/podfile.rb:295:in rescue in block in from_ruby': (Pod::DSLError) [!] InvalidPodfilefile: Unsupported options{:exclusive=>true}for target<target_name>`..

Podfile:
...
target '<target_name>', :exclusive => true do
pod 'EasyMapping', '0.6.3'
pod 'AFNetworking', '2.5.1'
pod 'Typhoon', '3.3.4'
end
...

@etolstoy
Copy link
Member

@atom-wintermute thanks for reporting! That's not a bug - update your Podfile to Cocoapods 1.0 syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants