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
cargo dinghy --platform auto-ios-aarch64-sim run --example foo where foo is an example. This is a relatively nuanced use of dinghy but I was trying to run an example on an iOS device in a project that has a resources directory and this causes the xcrun simctl install ... for unclear reasons.
The "fix" is to rm the resources directory in the Dinghy.app directory and then install it.
Obviously, using dinghy for CI is much more important but having it work on examples is also quite nice.
The text was updated successfully, but these errors were encountered:
cargo dinghy --platform auto-ios-aarch64-sim run --example foo
wherefoo
is an example. This is a relatively nuanced use of dinghy but I was trying to run an example on an iOS device in a project that has aresources
directory and this causes thexcrun simctl install ...
for unclear reasons.The "fix" is to
rm
theresources
directory in theDinghy.app
directory and then install it.Obviously, using dinghy for CI is much more important but having it work on examples is also quite nice.
The text was updated successfully, but these errors were encountered: