-
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
codesigndoc does not find scheme with UITests enabled #126
Comments
Hi @ehyche Thanks |
Yes, it is shared. If you look in the top screenshot, just to the right of the "Manage Schemes" button, you will see that the "Shared" button is checked. In regards to your question "the scheme needs to be shared with the workspace, not just the project.": How do I tell/change if the scheme is shared with the workspace and/or project (other than the "Shared" checkbox above)? |
@chaitanyatanna-bitrise : I checked where the CoachUITests.xcscheme file was located. Previously, it was located here:
So I did the following:
Now the
That is, inside the workspace's But still, the codesigndoc run fails to find it:
I verified that after the change to move the |
Hi @ehyche |
@chaitanyatanna-bitrise : I have verified that the When you say "the changes are reflected in the xcschemes file", what changes are you referring to? |
Hey @ehyche! I'd be happy to dig into this further for you. I need the following: 1.) Please enable support access for your account. 2.) Please send me the link to a recently failed build. 3.) I need your written permission to create a debug workflow on your account and connect to your build via remote access. Note that this will allow me to view your source code. Thanks, Matthew |
@ehyche Did you manage to solve this issue, I'm experiencing the same. I've tried everything and I keep getting |
Is this issue solved? Any clue? I'm having the same problem (and I'm not using workspace as I'm not using Cocoapods). |
As @mjones-droid requested, can you provide a build link and enable support access so we can take a look and investigate further? |
I don't understand why you need access to our account if the problem is related to a script being executed locally on our machines to generate the certificates to allow Xcode to build the project. So, if we can't generate the certificates, there is no failed build to look at. |
Hi everyone! Sorry for the confusion earlier. In case anyone who is experiencing this issue is able to send us a project file at [email protected] that would be really helpful in debugging this case. |
Having the same problem...was this ever resolved |
Hey there @tijojose27 , could you please submit a ticket to us on support.bitrise.io/hc or write us an email to [email protected]? 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. 🙂 |
In our iOS app, I attempted to use codesigndoc to export the code-signing files for running UI tests. The Terminal.app output is included below. There IS a scheme present that has UITests enabled:
But codesigndoc does not identify the
CoachUITests
scheme.I WAS able to run a
build-for-test
run in Xcode successfully.So here is the run of codesigndoc:
So then I did the following:
CoachUITests
scheme shown aboveSo as you can see, the
CoachUITests-Runner.app
was created successfully.The text was updated successfully, but these errors were encountered: