In my app, I am using a dependency which is not buildable on simulator (works fine on devices). When I try to build it for simulator, I get an error:
ld: symbol(s) not found for architecture x86_64
If I don't want to perform any operation related to that dependency, is there any way to disable that dependency (without removing) when deploying my app on simulator?