You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to document a project using SourceKitten.The project only contains a Swift file with a class that inherits from NSObject. With the terminal command:
Running xcodebuild
Checking xcodebuild -showBuildSettings
Assuming New Build System is used
and an empty JSON file. I don't know what the problem is because the class is public and the project can be built with Xcode. The class imports some frameworks, which I was able to document successfully. I have created an example class to see if it's at least documented. I also tried /// and /** */ for the class documentation. Unfortunately without success.
I'm desperate and I don't know what to do anymore.
The text was updated successfully, but these errors were encountered:
If you still have this problem on the latest version then we'll need a sample project to investigate: nothing is out of the ordinary in the setup you've described.
I'm trying to document a project using SourceKitten.The project only contains a Swift file with a class that inherits from NSObject. With the terminal command:
I get the output:
and an empty JSON file. I don't know what the problem is because the class is public and the project can be built with Xcode. The class imports some frameworks, which I was able to document successfully. I have created an example class to see if it's at least documented. I also tried
///
and/** */
for the class documentation. Unfortunately without success.I'm desperate and I don't know what to do anymore.
The text was updated successfully, but these errors were encountered: