I've integrated Google cast support in my iOS app using official documentation and cocoapods. It's mentioned that before publishing app, you need to run shell script strip_unused_archs.sh to strip unused architectures from the app bundle.
I've tried adding script in buildphase/runphase section but it's not working. I'm facing the issue while locating the script. However i can locate it if i use cast SDK manually (without pods)
I tried this stackover flow thread, but no help as i'm not able to locate the script in my project.
How to run this script when you're using cocoapods?