cli
cli copied to clipboard
How can I get cli-platform-ios to recognize my M1-based Mac as a Destination/target-device?
XCode allows me to choose my Mac as a target device with the "Mac (designed for iPad)" option as a Supported Destination field.
I'm trying to finagle the ios-platform to make it do the same. As near as I can tell, the devices-listing code has changed a bunch between whats currently in react-native, and HEAD. I've tried to install a more recent cli-platform-ios with this
"resolutions: { "@react-native-community/cli-platform-ios": "13.5.2"} in my packages.json, but yarn appears to be ignoring that (even removing yarn.lock and node_modules).
It is brand-new RN project: 0.73.4 Suggestions?