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 r
这是一个警告,说明在Xcode项目中的"Run Script"构建阶段没有指定任何输出,因此会在每次构建时运行。为了解决这个警告,可以在脚本阶段中添加输出依赖项,或者在脚本阶段中取消“基于依赖关系分析”选项,以便在每次构建中运行。
原文地址: https://www.cveoy.top/t/topic/bRQS 著作权归作者所有。请勿转载和采集!