4

As stated in the title, I'm trying to configure the XCode to run a custom script after the iOS app is built and signed.

I added a new build phase in the Build Phase section of the iOS target as shown below.

enter image description here

To my surprise, the script is run before the app is signed. Is there anyway to configure the script to run after the app is signed?

Thanks

1 Answer 1

1

We probably need to run the script as part of a separate target. We can just pair them together in an aggregate target, and use that wherever we want to use the original target.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.