ModuleInterface icon indicating copy to clipboard operation
ModuleInterface copied to clipboard

Xcode 14 error generating module interface

Open 4brunu opened this issue 2 years ago • 0 comments

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

4brunu avatar Oct 10 '22 14:10 4brunu