XCode Build Time Out Error
When trying to run the demo app on an iOS simulator, I ran into an xcodebuild time out destination error.
In order to specify the device run the command xcrun simctl list devices
to see a list of devices. Then, run the command `yarn ios --udid “AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA” with the device ID inside the quotations.
`