Fixed: RICOH SDK theta-client: Time out Destination Error on iOS Demo React Native

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.

`
Screenshot 2024-08-05 at 7.55.19 AM

1 Like