What does warning "Mapping architecture arm64 to x86_64" mean?

courteouselk picture courteouselk · Jun 8, 2018 · Viewed 38.3k times · Source

After migrating my framework to Xcode 10 beta (10L176w) I started to get warnings like:

Mapping architecture arm64 to x86_64. Ensure that this target's Architectures and Valid Architectures build settings are configured correctly for the iOS Simulator platform.

... and:

Mapping architecture armv7 to i386. Ensure that this target's Architectures and Valid Architectures build settings are configured correctly for the iOS Simulator platform.

Despite these warnings the build and the unit tests all pass Ok. I'm using Swift 4.2.

Still, what are these warnings about?

Answer

Hassan Taleb picture Hassan Taleb · Sep 21, 2018

Go to Build Settings and do as shown below

enter image description here