Xcode 14's release notes say that DocC now supports Objective-C and C APIs. To clarify, does this mean that C++ and Objective-C++ APIs are not yet supported? I was attempting to convert from Doxygen, but the document build fails with the error Command ExtractAPI failed with a nonzero exit code
on the first line of the header citing the first line: #include <string>
.
DocC Fails to Locate <string>
Yes correct, C++ and Objective-C++ are not supported.
Did you find a solution to this issue? Docc was working great 13.x builds of Xcode but suddenly stopped working when I updated to 14.x for the same reason.
I'm seeing the same issues. I could build documents under Xcode 13.x but can't build them under 14.1 without getting the error:
fatal error: 'string' file not found #include
Would you consider updating DocC to build while simply ignoring C++ and Objective-C++ files? I ran into the same issue donbrenner did.
If not, would you considering adding the ability for us to dis-include files/folders from the documentation build?