-
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
Fails for macOS applications #65
Comments
Thanks for reporting @allenhumphreys ! We'll try to fix this ASAP, but if you'd have some time feel free to send a PR! :) |
3 Days trying build, always with error in code signing.... I do all input of all files ( provisioning, certificates, all ). Still getting error... |
@loverde-co please fill out a separate issue report as your error seems to be a different one (the original one had an error: Please create a separate report with the log files mentioned in the error. |
Hey, I just found this issue because we are having the same issues, using codesigndoc to export the required certificates etc. for building a macOS app. Is there any update from bitrise on this issue? |
Hey @iStefo ! Unfortunately the MacOS part is not updated yet. |
@iStefo I seem to have the same problem. Did you fix this problem yourself, and if so, would you be willing to share what you did? Thanks! |
Same issue here. This would be super helpful. |
Please include the full (Terminal) output of
codesigndoc
-in Terminal.app you can save the output into a file with
Command+s
In addition to this, if
codesigndoc
generated an Xcode output log, please attach that too.xcodebuild-output.txt
codesigndoc
fails to correctly export the certificates required for signing macOS applications because it is checking for the existence of theInfo.plist
file based on the directory structure of an iOS application.The text was updated successfully, but these errors were encountered: