electrode-io / electrode-native

A platform to ease integration&delivery of React Native apps in existing mobile applications
https://native.electrode.io
Other
726 stars 113 forks source link

Replace deprecated instruments commands #1835

Closed friederbluemle closed 2 years ago

friederbluemle commented 2 years ago

Use xcrun xctrace list devices and xcrun simctl boot instead of deprecated xcrun instruments commands (which no longer work with Xcode 13+).

Error:

xcrun: error: unable to find utility "instruments", not a developer tool or in PATH

Fixes #1832