美文网首页
Command PhaseScriptExecution fai

Command PhaseScriptExecution fai

作者: yaoyao_IOS | 来源:发表于2024-02-29 21:01 被阅读0次

报错

warning: None of the architectures in ARCHS (arm64, x86_64) are valid. Consider setting ARCHS to $(ARCHS_STANDARD) or updating it to include at least one value from VALID_ARCHS (armv7, armv7s, arm64, arm64e) which is not in EXCLUDED_ARCHS (arm64). (in target 'UHRegisteringClient' from project 'UHRegisteringClient')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'UHRegisteringClient' from project 'UHRegisteringClient')

解决方法:添加x86_64。 截屏2024-03-01 21.00.57.png

相关文章

网友评论

      本文标题:Command PhaseScriptExecution fai

      本文链接:https://www.haomeiwen.com/subject/gybqzdtx.html