-
Notifications
You must be signed in to change notification settings - Fork 43
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
panic: runtime error: "invalid memory address or nil pointer dereference" while searching for required Provisioning Profile #141
Comments
Hi there @klokie Can you please send us the log file or the URL of the related build and also enable Support Access on the Settings tab of the app ( https://devcenter.bitrise.io/troubleshooting/enabling-bitrise-support-user/ ) so that we can take a more in-depth look? 🙂 |
Thanks for your reply. |
hi @Roland-Bak just checking in after a month to see if there's anything I can do to help debug this? thanks |
Hello @klokie 👋 Sorry for the delay, could you also send us the URL link of your build (as well as re-enable Support Access)? I will check with the experts to see why this doesn't work on Bitrise. There might be alternative ways we can go about with code signing 🙂 |
Great, appreciate the help @Roland-Bak. I've re-enabled Support for the app, latest build at https://app.bitrise.io/build/9c2000ad-2c44-4ebe-addf-52c7c62bddce#?tab=log |
Hello @klokie 👋 I checked your build, and one thing I noticed is that you set up an Apple Connection with Apple ID, but the step you are using in the workflow is an iOS Auto Provisioning with API. Can you let me know if switching it to the step that uses iOS Auto Provision with Apple ID changes anything? 🙂 |
Thanks, I've tried that but the error I've noted above is produced when I run codesigndoc locally, where it crashes every time I run it. |
I don't know Go yet but there seems to be a bug in FindProvisioningProfile that would allow it to return an "invalid memory address or nil pointer dereference" to the |
Hello @klokie 👋 I wanted to let you know that this is indeed an issue and our developers are working on a fix! Once there is progress, you'll be notified 🙂 |
Great! Looking forward to it. |
Hi, codesigndoc runs for about 10 minutes, and then crashes while trying to find the required provisioning profiles. I've tried with all available profiles. Note that using XCode I am able to successfully deploy a signed app to Apple, but Bitrise is failing during the signing phase.
Thanks for any suggestions!
The text was updated successfully, but these errors were encountered: