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.
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
