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
I have my e2e test structured just like your example here (only difference is I'm using my Exponent.app) but the issue I'm running into is when I run detox test it installs my app into the simulator & then gets into what looks like an infinite loop of attempting to relaunch the app.
System logs show: (UIKitApplication:com.vivintsolar.hea[0xb217][36260][36509]): Program specified by service does not contain any valid architectures for this system.
Any ideas or insight into why this might be or if I'm doing anything wrong?
I have my
e2e
test structured just like your example here (only difference is I'm using myExponent.app
) but the issue I'm running into is when I rundetox test
it installs my app into the simulator & then gets into what looks like an infinite loop of attempting torelaunch
the app.System logs show:
(UIKitApplication:com.vivintsolar.hea[0xb217][36260][36509]): Program specified by service does not contain any valid architectures for this system.
Any ideas or insight into why this might be or if I'm doing anything wrong?
package.json
e2e/firstTest.spec.js
e2e/init.js
versions
detox: 6.0.2
detox-expo-helpers: 0.2.0
expo: 23.0.0
node: 8.6.0
(This is a standalone app that's built with CRNA)
The text was updated successfully, but these errors were encountered: