You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(note that I have to use my IP address here and have that IP added as an App Transport Security Setting exception, I guess because I use google auth in my app).
But to let others run my app through Xcode, while we are developing the backend, I was creating the main.jsbundle using this command:
I get the error: Unable to execute JS call: __fbBatchedBride is undefined
I do get this message repeated in the Xcode console.
I've read all stackoverflows and issues that match __fbBatchedBridge is undefined and haven't come up with an answer. I guess dropping back to 0.18.1 and that didn't solve the problem (see comments below).