-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read property 'identifier' of undefined #1565
Comments
If you run |
@LeoNatan yes, I have looooong list here is a part of it:
|
OK, so this is a Detox issue. Moving. |
@redbluenat What version of applesimutils are you using? |
@LeoNatan applesimutils version 0.7.0 |
Very odd. I don't see a change in the output format from simctl, so applesimutils is exporting correctly. |
Can you post your Detox config from package.json? |
"ios.sim.debug": { |
same issue |
@noomorph Any insights here? Thanks |
Of course, the insight is that detox.init has not been called. Currently, by.id functions are platorm-specific, and initiated inside detox.init. If it is important for you to have a very early access to them, post a feature request and we'll see what we can do. |
@noomorph Thanks! Could it also be that the |
Exactly, that's it. Init has failed. |
I resolved this issue by updating Detox and
and add to configuration
|
I am still having this issue but only with threading. Particularly we are using This is using jest and latest v of detox. |
Seems to be linked to this issue? #1395 |
Resolved by cleaning out all previous xcode and applesimutils. Reinstalling both with latest. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! For more information on bots in this reporsitory, read this discussion. |
We might have reproduced this issue locally. |
Description
I have a problem from this lib during running detox tests, simulators for react native works okay.
Screenshots
detox[17229] ERROR: [DetoxExportWrapper.js/DETOX_INIT_ERROR]
TypeError: Cannot read property 'identifier' of undefined
at AppleSimUtils.create (/.../node_modules/detox/src/devices/ios/AppleSimUtils.js: 100:100)
Environment
Before Xcode update I didn't have this issue
The text was updated successfully, but these errors were encountered: