Crash due to AuthenticationServices in <iOS 13 simulators

Hi, I'm implementing Apple Sign In in my project and when I tried running it in iOS 11 simulator (to check whether the sign in button and all the AuthenticationServices functionalities are gone), it crashed. It said this in the console:
Code Block
dyld: Library not loaded: /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
 Referenced from: /Users/bawenang/Library/Developer/CoreSimulator/Devices/D75148B2-C894-4230-A550-D865FAD1B70C/data/Containers/Bundle/Application/7C3BA89A-C072-467A-821D-01467596757E/Kolibree.app/Kolibree
 Reason: no suitable image found. Did find:
/System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices: mach-o, but not built for iOS simulator


If it's iOS 13 or 14, it worked fine though (except for the other bug in simulator that I've mentioned here). How do I fix this?

BTW, I'm using XCode 12.
Crash due to AuthenticationServices in &lt;iOS 13 simulators
 
 
Q