im getting a funny error when trying to setup my s...
# multiplatform
r
im getting a funny error when trying to setup my shared kmm module for ios dev, it seems to be looking fro watch support too. My swiftPackage config is:
Copy code
multiplatformSwiftPackage {
    packageName("shared")
    swiftToolsVersion(ver_swift_tools)
    targetPlatforms {
        iOS { v(ver_ios_deploy_target) }
    }
}
Copy code
./gradlew shared:createSwiftPackage

> Task :shared:createXCFramework FAILED
2022-11-14 09:04:47.772 xcodebuild[11029:493691] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-11-14 09:04:47.772 xcodebuild[11029:493691] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
error: at least one framework or library must be specified.
> Task :shared:createXCFramework FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':shared:createXCFramework'.
> Process 'command 'xcodebuild'' finished with non-zero exit value 70