Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个自定义运行脚本阶段,它生成一个需要复制到资源包中的文件。
问题是生成文件大约需要半秒钟,Xcode 总是将旧版本的文件复制到包中,而不是新生成的包中。我检查了运行脚本阶段是否在复制捆绑资源阶段之前。
我可以添加sleep 1到脚本的末尾以强制 Xcode 等待但有更好的方法吗?
sleep 1