Reputation: 1825
When I launch the Inspector, I see that the app is blinking and closing for 3 times, and then I got these error:
It worked fine with Android apk file. I am not familiar with .ipa file.
Upvotes: 0
Views: 1466
Reputation: 1494
Considering you are running test on iPhone device and the .ipa file you have is working fine with valid certificate: then on mobile --> Go to Settings --> Developer --> Enable UI Automation --> On and the run your test, it should be okay.
Upvotes: 0
Reputation: 13
Seems like you don't have a permission to do. The .ipa should build with developer certificate.
Upvotes: 0
Reputation: 190
Make sure you have developer signed before building the ipa..
Upvotes: 0
Reputation: 21726
Check if you have an *.ipa
file path correctly set in the Appium Settings
Upvotes: 1