ModuleInterface
ModuleInterface copied to clipboard
Xcode 14 error generating module interface
Hey, first of all thanks for this amazing tool.
Since I updated to Xcode 14, ModuleInterface stoped working.
moduleinterface generate --clean --module-name Example --output-folder Docs/API/ -- -scheme Example -workspace Example.xcworkspace -configuration Debug -destination "platform=iOS Simulator,name=iPhone 13,OS=latest" -verbose
2022-10-10 14:38:30.370 xcodebuild[33775:5188973] Requested but did not find extension point with identifier Xcode.InterfaceBuilderBuildSupport.PlatformDefinition
Running xcodebuild
Checking xcodebuild -showBuildSettings
Running xcodebuild
The operation couldn’t be completed. (SourceKittenFramework.Request.Error error 2.)
Do you have any idea what's wrong?
Maybe the dependency SourceKitten
needs to be updated?
Thanks