I have installed doxygen.dmg. I have used this link for reference: duckrowing
I have followed each and every step from that. Now I am able to create html docset using that doxygen tool. But for the next steps, while generating a documentation using XCode itself using some script phase. I have tried that also but it throws me error while building that application. Here is the error:
.build/Debug-iphonesimulator/.build/loadDocSet.scpt:23:157: execution error: Xcode got an error: No documentation set present at specified path. (6)
Please help me for that. I want to generate my documentation on build phase only.
So that it can be automatically changed if i change my code.
Thanks in advance.
Mrunal