Xcode 6运行自定义shell脚本

时间:2023-01-18 22:49:11

When I build my target, in the information tab I can see the scheme building and the target building. At the end of the process it runs 2 custom shell scripts.

当我构建目标时,在information选项卡中,我可以看到计划构建和目标构建。在过程的最后,它运行两个自定义shell脚本。

I can't find where the target or project is running these 2 custom shell scrips. I've looked at target > build phases and it's not being set to run there. I also looked at project > build settings but I can't locate it there.

我找不到目标或项目在哪里运行这两个自定义shell scrips。我已经研究了目标>构建阶段,它没有被设置为在那里运行。我还查看了项目>的构建设置,但我无法找到它。

I don't want to run these scripts but I don' know how to remove them! Any help would be great! Thanks

我不想运行这些脚本,但我不知道如何删除它们!任何帮助都将是伟大的!谢谢

1 个解决方案

#1


1  

yup but I know the pods project or targets are not set to run scripts. I've inherited this project on our jenkins it runs 2 scripts at the end of the build. I've removed it from jenkins but not sure how to remove it from the project.

是的,但是我知道pods项目或目标没有设置为运行脚本。我在jenkins上继承了这个项目,它在构建的最后运行两个脚本。我已经从jenkins中删除了它,但不知道如何从项目中删除它。

Pods run scripts. Here's the two scripts being run: Xcode 6运行自定义shell脚本

豆荚运行脚本。下面是正在运行的两个脚本:

If you don't want to use pods anymore, use this pods-deintegrate plugin to remove all traces of pods.

如果你不想再使用豆荚,可以使用这个pod - deintegration插件来删除豆荚的所有痕迹。

#1


1  

yup but I know the pods project or targets are not set to run scripts. I've inherited this project on our jenkins it runs 2 scripts at the end of the build. I've removed it from jenkins but not sure how to remove it from the project.

是的,但是我知道pods项目或目标没有设置为运行脚本。我在jenkins上继承了这个项目,它在构建的最后运行两个脚本。我已经从jenkins中删除了它,但不知道如何从项目中删除它。

Pods run scripts. Here's the two scripts being run: Xcode 6运行自定义shell脚本

豆荚运行脚本。下面是正在运行的两个脚本:

If you don't want to use pods anymore, use this pods-deintegrate plugin to remove all traces of pods.

如果你不想再使用豆荚,可以使用这个pod - deintegration插件来删除豆荚的所有痕迹。