Closed UnderratedDev closed 4 years ago
To stop building for arm64-apple-ios-simulator we can put it in the EXCLUDED_ARCHS build setting. This can be done in the Xcode project file or in the pod spec file.
I fixed it in my project by adding arm64 to my project excluded archs, however every project needs to do that which is fine