各位大佬 求救:
error: Build input file cannot be found: '/Users/whb/Library/Developer/Xcode/DerivedData/HBuilder-Hello-boiutasgvgcdukdqqlnbvfpftufn/Build/Products/Debug-iphoneos/HBuilder.app/HBuilder'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'HBuilder' from project 'HBuilder-Hello')

- 发布:2023-11-20 16:23
- 更新:2023-11-29 11:11
- 阅读:96

有条有理 (作者)
ExtractAppIntentsMetadata (in target 'HBuilder' from project 'HBuilder-Hello')
cd /Users/whb/space/vpt/vptios/HBuilder-Hello
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --output /Users/whb/Library/Developer/Xcode/DerivedData/HBuilder-Hello-boiutasgvgcdukdqqlnbvfpftufn/Build/Products/Debug-iphoneos/HBuilder.app --toolchain-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name HBuilder --sdk-root /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk --source-files /Users/whb/space/vpt/vptios/HBuilder-Hello/HBuilder-Hello/DCloud.swift --binary-file /Users/whb/Library/Developer/Xcode/DerivedData/HBuilder-Hello-boiutasgvgcdukdqqlnbvfpftufn/Build/Products/Debug-iphoneos/HBuilder.app/HBuilder --compile-time-extraction
我是直接用离线ios包运行程序,报的是这个文件找不到--binary-file /Users/whb/Library/Developer/Xcode/DerivedData/HBuilder-Hello-boiutasgvgcdukdqqlnbvfpftufn/Build/Products/Debug-iphoneos/HBuilder.app/HBuilder
有条有理 (作者)
ExtractAppIntentsMetadata (in target 'HBuilder' from project 'HBuilder-Hello')
cd /Users/whb/space/vpt/vptios/HBuilder-Hello
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --output /Users/whb/Library/Developer/Xcode/DerivedData/HBuilder-Hello-boiutasgvgcdukdqqlnbvfpftufn/Build/Products/Debug-iphoneos/HBuilder.app --toolchain-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name HBuilder --sdk-root /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk --source-files /Users/whb/space/vpt/vptios/HBuilder-Hello/HBuilder-Hello/DCloud.swift --binary-file /Users/whb/Library/Developer/Xcode/DerivedData/HBuilder-Hello-boiutasgvgcdukdqqlnbvfpftufn/Build/Products/Debug-iphoneos/HBuilder.app/HBuilder --compile-time-extraction
我是直接用离线ios包运行程序,报的是这个文件找不到--binary-file /Users/whb/Library/Developer/Xcode/DerivedData/HBuilder-Hello-boiutasgvgcdukdqqlnbvfpftufn/Build/Products/Debug-iphoneos/HBuilder.app/HBuilder
2023-11-21 10:28