質問

I want to provide tags overview in my app, and I want to use Ctags for this.

I downloaded Ctags source package and built it. Now, how to add it to the existing Xcode project?

Or, maybe, some alternatives of Ctags exists for Xcode/Cocoa?

役に立ちましたか?

解決

You can call a script that runs ctags across your source as a build phases step.

You don't mention how you want to view the output from ctags though?

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top