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 am using go-ios to deploy and test my app.
For this, I've already created the IPA for the main app, as well as the runner, and an xctestrun. So I have the following already:
My app, called XYZ.app
My Runner, called XYZ-Runner.app
My xctestrun, called schemeName_iphoneos16.2-arm64.xctestrun
I've installed the two apps on my device using go-ios, and they're both there. I then ran the following command (AFTER trusting the apps / certs / authorities in the Settings menu of the device):
One observation, because I'm running the runner app, I don't have the xcconfig to pass to go-ios. Is there something I can do for this, and do you think this is the reason why it's failing?
Thanks a lot and if I can provide any further information, please let me know.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am using go-ios to deploy and test my app.
For this, I've already created the IPA for the main app, as well as the runner, and an xctestrun. So I have the following already:
I've installed the two apps on my device using go-ios, and they're both there. I then ran the following command (AFTER trusting the apps / certs / authorities in the Settings menu of the device):
I get this error:
One observation, because I'm running the runner app, I don't have the xcconfig to pass to
go-ios
. Is there something I can do for this, and do you think this is the reason why it's failing?Thanks a lot and if I can provide any further information, please let me know.
Best wishes
Sep
Beta Was this translation helpful? Give feedback.
All reactions