feat(cli): improve ios multi-scheme resolution (#21240)
# Why
- Building app clips onto a native device will fail because the protocol
appears to be unimplemented natively on-device.
- When an
feat(cli): improve ios multi-scheme resolution (#21240)
# Why
- Building app clips onto a native device will fail because the protocol
appears to be unimplemented natively on-device.
- When an iOS project has multiple schemes, the default scheme should be
the first application scheme if available. This prevents the addition of
something like App Clips from breaking the default behavior.
---------
Co-authored-by: Expo Bot <[email protected]>
show more ...
|