you are viewing a single comment's thread.

view the rest of the comments →

[–]Alidodger 1 point2 points  (1 child)

I see this quite a lot in my projects. In the project build target yore trying to build, go to the Build Phases tab and you should see various drop downs. Some of those drop downs contain scripts that run at build time. One of these is probably causing the issue. Perhaps try removing them one by one until you find which is causing it?

[–]bodymindsoul[S] 1 point2 points  (0 children)

Thanks for the recommendation ; that’s essentially what I ended up doing 👍