In my shared module build.gradle.kts I have a cocoapods declaration that depends on the AppAuth cocoapod. I'm using a M1 mac for development. Everything compiles fine, but when I try to run in the simulator it can't find a compatible version of AppAuth. The error finds the framework, but then states "incompatible platform (have 'iOS', need 'iOS-sim')". I'm confused because both the device and sim use arm64. Is there some way to override the platform to force it to use iOS even when I run the simulator? It seems like it should be able to use the same framework, right?