Post

Replies

Boosts

Views

Activity

Comment on Could not find module 'XXXX' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-ios-simulator
I can confirm that excluding architectures makes more problems. For example we have excluded arm64 test targets in our project and when some of us got M1 mac, we couldn't get code coverage from simulator run. To solve this I have removed excluded architectures from all targets and also make sure to update cocoapods, some updates removes this excluded architecture setting for arm64. Right now everything is working I get even test code coverage from simulator all running natively on M1 :)
Jul ’21