Hi, i'm trying to test my pod that has been working fine until I upgraded to Xcode 12. Now when I try to test a function in my Test projet, I get this message:
I have a FAT library that contains arm64 & x86_64 architectures.
In my test target Architecture Build Settings I have "$(ARCHS_STANDARD)" variable.
Code Block Cannot test target “TestProject” on “iPhone 11 Pro”: TestProject does not support any of iPhone 11 Pro’s architectures: x86_64.
I have a FAT library that contains arm64 & x86_64 architectures.
In my test target Architecture Build Settings I have "$(ARCHS_STANDARD)" variable.