有条有理
有条有理
  • 发布:2023-11-20 16:23
  • 更新:2023-11-29 11:11
  • 阅读:96

IOS离线打包:error: Build input file cannot be found:

分类:5+ SDK

各位大佬 求救:
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 负责人:无 分享
已邀请:
套马杆的套子

套马杆的套子 - 没有解决不了的问题,只有解决不完的问题

这个帮助过我
可以参考下
https://www.cnblogs.com/richard-youth/p/10002797.html

  • 有条有理 (作者)

    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

有条有理

有条有理 (作者)

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

iOSDeveloper

iOSDeveloper - 专注于iOS相关领域。

解决了吗?

要回复问题请先登录注册