Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App is not properly signed for the device #263

Open
tprsa-pep opened this issue Jul 25, 2024 · 2 comments
Open

App is not properly signed for the device #263

tprsa-pep opened this issue Jul 25, 2024 · 2 comments

Comments

@tprsa-pep
Copy link

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.

@codewithkandi
Copy link

I have a similar issue, am not sure whether you need to change the bundle id for the signing to work.

@codewithkandi
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants