Closed uripre closed 3 weeks ago
When you say project do you mean a Swift Package or an Xcode Project?
XCode project. It's an iOS app created by XCode.
Its structure is as follows:
All source files
I tried to open both the root folder and the "Project" folder, but same result.
Hi @uripre, unfortunately the extension is not compatible with .xcodeproj style projects. Only Swift Package Manager style projects are supported at this time.
Oh, got it. Thank you.
Describe the bug Thank you for developing this well needed plugin.
I encountered a problem where the plugin fails to recognize the symbols in my project, showing errors for all of them. In XCode it has no issue whatsoever. I could not find a way to configure it. Am I missing it? Any advice on how to fix this?
Any help would be highly appreciated.
Environment
swift --version
) swift-driver version: 1.115 Apple Swift version 6.0 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) Target: arm64-apple-macosx15.0