Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue after updating to macOS 10.14.2.
After updating to macOS 10.14.2, running `cordova run ios` causes error `Cannot read property 'name' of undefined`. It turns out that the problem is due to device.name including the '-'. It seems this changed with the update to Xcode 10.1 which seems to have been bundled along with the 10.14.2 update.
- Loading branch information