strongself / Generamba

This codegenerator is too brilliant to be real!
MIT License
1.82k stars 183 forks source link

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

Closed atom-wintermute closed 8 years ago

atom-wintermute commented 8 years ago

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

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

etolstoy commented 8 years ago

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