Posts

Post marked as solved
2 Replies
4.3k Views
Hi guys, so we recently included a framework which does not support i386 architecture. This isnt exactly an issue initially, however, in our CI/CD lane, we've separated the build and test process. During the build process, we build our app to 'generic/platform=iOS Simulator', this is so that we are able to feed the output app into multiple simulators to run tests. Because of this, we're hitting into an error when linking about "missing required architecture i386 in file...". The thing is, we do not need to run on old i386 simulators, only the newer x86_64 ones. That said, is there anyway we can tell xcodebuild to exclude i386 architectures? We tried updating the build settings under the 'Excluded Architectures', but we are still getting this error.
Posted
by 000022.
Last updated
.