Robert Munro
11/14/2022, 8:14 AMmultiplatformSwiftPackage {
packageName("shared")
swiftToolsVersion(ver_swift_tools)
targetPlatforms {
iOS { v(ver_ios_deploy_target) }
}
}
./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