Build phase script is running before needed files are created in Xcode 10
问题 https://github.com/realm/realm-cocoa/blob/master/scripts/strip-frameworks.sh We are always using this script to remove architectures for dynamic frameworks. It has worked with Xcode 9. In Xcode 10, it didn't remove the architectures. Anything in Xcode 10 that could break this? We have a theory that it is related to the new build system 回答1: Solution The new build system is now running scripts in parallel if its dependency is already available or if it doesn't have any dependency. The solution