vander2675
vander2675

Reputation: 80

Where to run Jazzy in my Development Pod Document tree

I can't get jazzy working with my private CocoaPod. I don't understand where in the Document Tree of my CocoaPod I need to run the Jazzy command? I always get this error:

Running xcodebuild

Could not parse compiler arguments from xcodebuild output.

Please confirm that xcodebuild is building a Swift module.

Saved xcodebuild log file: /var/folders/wm/ypqvslpj03s4lkgk9kw4f03h0000gn/T/xcodebuild-4B0909ED-AD27-4C5A-B461-388EEE1BA6A9.log

Failed to generate documentation from /Users/pascalvanderlocht/.rvm/gems/ruby-2.3.0@global/gems/jazzy-0.7.3/lib/jazzy/sourcekitten.rb:147:in run_sourcekitten' from /Users/pascalvanderlocht/.rvm/gems/ruby-2.3.0@global/gems/jazzy-0.7.3/lib/jazzy/doc_builder.rb:65:inblock in build' from /Users/pascalvanderlocht/.rvm/gems/ruby-2.3.0@global/gems/jazzy-0.7.3/lib/jazzy/doc_builder.rb:63:in chdir' from /Users/pascalvanderlocht/.rvm/gems/ruby-2.3.0@global/gems/jazzy-0.7.3/lib/jazzy/doc_builder.rb:63:inbuild' from /Users/pascalvanderlocht/.rvm/gems/ruby-2.3.0@global/gems/jazzy-0.7.3/bin/jazzy:15:in <top (required)>' from /Users/pascalvanderlocht/.rvm/rubies/ruby-2.3.0/bin/jazzy:22:inload' from /Users/pascalvanderlocht/.rvm/rubies/ruby-2.3.0/bin/jazzy:22:in <main>' from /Users/pascalvanderlocht/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:ineval' from /Users/pascalvanderlocht/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `'

Where in my CocoaPod Directory do I need to run the command? Any help appreciated. Thanks in Advance

Upvotes: 0

Views: 511

Answers (1)

Xavier Lowmiller
Xavier Lowmiller

Reputation: 1401

This is a little late, but there is a jazzy --podspec <Your Pod>.podspec command

Upvotes: 2

Related Questions