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 trying to connect an iOS device to appium device farm. According to their documentation I should use the ios app signer to resign the WDA (web druiver agent) in order to install it to the device. I have resigned the WDA.ipa and named it wda-resign but when using ios install i get the error "Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.mCF6JD/extracted/Payload/WebDriverAgentRunner-Runner.app : 0xe8008015 (A valid provisioning profile for this executable was not found."
I have tried several provisioning profiles that work in xcode but for some reason do not work in this instance. What kind of provisining profile should i use and which are the requirements for the Bundle Identifier. Also, any other suggestions are welcome.
The text was updated successfully, but these errors were encountered:
@tprsa-pep I was able to resolve my issue. You will first need to create an app in Xcode. Match the bundle identifier of that app for your new resigned app. You will need to provide the same bundle identifier when re-signing. The device you are using should be registered for that provisioning profile.
I am trying to connect an iOS device to appium device farm. According to their documentation I should use the ios app signer to resign the WDA (web druiver agent) in order to install it to the device. I have resigned the WDA.ipa and named it wda-resign but when using ios install i get the error "Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.mCF6JD/extracted/Payload/WebDriverAgentRunner-Runner.app : 0xe8008015 (A valid provisioning profile for this executable was not found."
I have tried several provisioning profiles that work in xcode but for some reason do not work in this instance. What kind of provisining profile should i use and which are the requirements for the Bundle Identifier. Also, any other suggestions are welcome.
The text was updated successfully, but these errors were encountered: