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
One set of the double quotes is from the error message itself. The problem is the other apple tools support (one set of) double quotes here -- I'm guessing they were required at some point in the past which is why they were added. Can you use the non---podspec invocation of jazzy for your project?
[hmm we should probably support the new[ish] cocoapods swift_version DSL as well...]
I have a framework that includes some coreml models. Unfortunately, jazzy fails to build the documentation. Xcode build log shows the following:
Seems like instead of setting SWIFT_VERSION="{VERSION}" it should be SWIFT_VERSION={VERSION}:
This also happens if I manually specify the swift version with
--swift-version
.The text was updated successfully, but these errors were encountered: