I have the same problem. I can't see on the Apple documentation if it's something that should happen or not?
Post
Replies
Boosts
Views
Activity
I have the same issue too, I fixed it by removing inside project.pbxproj.
EXCLUDED_ARCHS = "";
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
ONLY_ACTIVE_ARCH = YES;
If that can help...