Github user omefire commented on the pull request:
https://github.com/apache/cordova-ios/pull/208#issuecomment-199416572
Hey @shazron , bundling the ios-sim actually fixed the issue. Since this PR
was only updating package.json, I had to issue another PR that actually bundled
ios-sim@
Github user omefire commented on the pull request:
https://github.com/apache/cordova-ios/pull/208#issuecomment-199377017
I've issued another PR to update the bundled ios-sim:
https://github.com/apache/cordova-ios/pull/210
---
If your project is set up for it, you can reply to this em
Github user omefire commented on the pull request:
https://github.com/apache/cordova-ios/pull/208#issuecomment-199369257
Hey @shazron, I just realized what you meant by 'bundling'. I'll update the
bundled 'node_modules' folder right now.
---
If your project is set up for it, you can
Github user shazron commented on the pull request:
https://github.com/apache/cordova-ios/pull/208#issuecomment-198854215
I could reliably reproduce the "Invalid Device State" problem from here:
https://github.com/phonegap/simctl/issues/9
and the fix resolves that problem (from
Github user omefire commented on the pull request:
https://github.com/apache/cordova-ios/pull/208#issuecomment-198740174
Using ios-sim 5.0.7 didn't solve the problem:
- https://ci.apache.org/builders/cordova-ios/builds/2098
-
https://ci.apache.org/builders/cordova-ios/builds/20
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-ios/pull/208
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
GitHub user omefire opened a pull request:
https://github.com/apache/cordova-ios/pull/208
CB-10912: update ios-sim to 5.0.7 to fix 'Invalid Device State' errors
This issue seems to have been introduced by a change in simctl, which
ios-sim relies on:
https://github.com/phon