xcodebuild -h
2022-06-20 14:59:54.011 xcodebuild[72360:558238] 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-06-20 14:59:54.012 xcodebuild[72360:558238] 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
Post
Replies
Boosts
Views
Activity
I cannot build a package using xcodebuild. I get this error:
error: Build input file cannot be found: '/Users/runner/work/boken-engine/boken-engine/.build/checkouts/PathKit/Sources/PathKit.swift' (in target 'PathKit' from project 'BokenEngine')
The project: https://github.com/boken-engine/boken-engine
The error: https://github.com/boken-engine/boken-engine/runs/6971842829?check_suite_focus=true#step:4:24
I'm trying to build a project from the command line but I get an error. I can build the project using xcode.
The project: https://github.com/boken-engine/boken-engine
The command:
xcodebuild -project BokenEngine.xcodeproj -sdk iphonesimulator15.5 -destination "OS=15.5"
The error:
/Users/josecelano/Documents/github/boken-engine/boken-engine/Sources/BokenEngine/Classes/AudioManager.swift:9:8: error: compiling for iOS 13.0, but module 'PathKit' has a minimum deployment target of iOS 15.5: /Users/josecelano/Documents/github/boken-engine/boken-engine/build/Release-iphonesimulator/PathKit.framework/Modules/PathKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
import PathKit
^