You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I tried using the runtime artifact in a project that I recently started working on. Since I'm using a simulator on an M1 MacBook, I'll need to be able to build against the iosSimulatorArm64 target (at least, to be able to run the project in the simulator).
I'm thinking the target can simply be added to the build.gradle file:
Hello! I tried using the runtime artifact in a project that I recently started working on. Since I'm using a simulator on an M1 MacBook, I'll need to be able to build against the
iosSimulatorArm64
target (at least, to be able to run the project in the simulator).I'm thinking the target can simply be added to the
build.gradle
file:Edit: realizing that the style change above is against the contributions guidelines but I think it still gets the point across. :) Otherwise:
The text was updated successfully, but these errors were encountered: