jazzy

Why do i get xcodebuild fatal error module map file not found from command line

∥☆過路亽.° 提交于 2020-08-09 13:41:19
问题 I have a project which uses SPM (and does not use cocoapods). It compiles and runs fine. I can run SwiftLint autocorrect from the command line and that works too. However, when I try to run jazzy on it, I am getting this error: fatal error: module map file '/Users/Alex/Library/Developer/Xcode/DerivedData/Answers-akfeigwudbzjrkewvufnejnpluej/SourcePackages/checkouts/realm-cocoa/buil d/GeneratedModuleMaps/iphoneos/RealmCore.modulemap' not found I went through many "fixes" for similar problems:

Jazzy is not working as expected for generating swift documentation

非 Y 不嫁゛ 提交于 2020-01-01 08:26:10
问题 After doing some research on the best way to document swift code. I came across Jazzy and how simple it was to implement. So I follow the installation section of the Jazzy Documentation. I run sudo gem install jazzy Then I navigate to the root of my project, in the terminal, and run jazzy which creates a folder called "docs" with a website that displays documentation for 1 class. I have 87 classes which I can visibly see jazzy looping through in the terminal output. I've read the NSHipster