-
Notifications
You must be signed in to change notification settings - Fork 577
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
[iOS] Cannot read property 'debugHosts' of undefined #868
Comments
Hey @jjhesk, Try calling |
@fealebenpae no use |
That might be because you initially ran |
its the same. I removed i got that from the package.json
and i did this
|
My other suggestion is to completely restart the React Native packager and clean its Also, does it work when you disable Remote JS Debugging in your app? |
@fealebenpae i saw the glitch maybe. I restart everything and the app compile and build correctly. and then the dashscreen poped up and then disappeared. I reopen the app again and i see this..
how to clean |
realm is not usable.. |
@jjhesk try |
@kristiandupont i followed the steps. closed the simulator, close the console debugger, and exit. watchman clear, cache clean. And now I restart the app by |
@jjhesk Did you solve this? I'm running into the same problem. |
Are you using the latest version of Realm (1.1.1)? @MrHubble, are you getting the |
I'm using Realm 1.1.1 I saw the same behaviour as jjhesk: with js remote debugger: I will get It is now resolved for me. I believe I found the solution in another issue that was similar to:
and then running the app again. Sorry if that's a bit vague but it's still a new world to me and I can't remember the exact fix. |
Well, that's better than nothing. @jjhesk, are you still having problems? |
Have the same problem. I did:
Still having this issue |
I have solved issue for myself by adding |
Just to share my solution of 'Unknown execution context' in JS remote debugger mode. As realm check userAgent for Chrome DevTools here, just to check your |
I have the same problem. |
Same here, using |
same problem, fixes above have not worked for me so far |
work for me:
|
@illu9000 : After doing so it starts to throw exception instead of read screen error. When run in xcode app crash on |
Hi There, i just did a vanilla installation for the realm specified here. However, i got this exception. I was not able to launch it at all. Its very similar to #527 and I read #392 for the fix but it doesnt work..
Steps Followed:
react-native init
npm install --save realm
rnpm link realm
react-native run-ios
react-native: 0.41.2
ios: 10.0
osx 10.12.1
realm: 1.0.2
I have the below installation of the implementation.
The library react-native-database is based on this repo.
The text was updated successfully, but these errors were encountered: