Hi I am trying to automate Gmail app with Appium but I am not able to do because the iOS app is signed with distribution identity Appium works only with developer entitlements so I want to resign the app with Developer entitlements how to do that ?
Asked
Active
Viewed 540 times
1 Answers
0
You can override the entitlements when using codesign(1). Use the --entitlements
parameter to change the entitlements.
See this answer for how to re-sign an app.