Posts

Post not yet marked as solved
3 Replies
Hey Alex, I'm working through Xcode Cloud builds myself and have run into a similar situation. We have a private Cocoapod Pod Spec repo, and lots of private repos (~15) hosted on Github. My builds have been failing one by one and listing that they need access to one of the private repos, even though our Github admin has added the Xcode Cloud application integration access to all our repos. When I go to App Store Connect > The App > Xcode Cloud > Settings, it only lists access granted to 7 of our private repos. Each time a build fails, another private repo shows up in the "Grant Access" section. I click the grant access button, then it succeeds and adds it to the "Additional Repositories" section. The problem is I still have 8 other private repos to grant access to and I can't add them manually. It seems I have to let the build fail, before it will identify the next private repo in line to be added. I'll add that one and re-build, then wait for the failure to suggest granting access to the next. Real pain in the *** if you ask me. I should be able to add repos to the "Additional Repositories" section manually without requiring a failed (8m) re-build each time. Just wanted to share my experience with you. I am making progress, so let me know if you have other questions I may help with. Cheers, Erik
Post not yet marked as solved
1 Replies
Just wanted to bump this as it's affecting my ability to record App Preview videos. Anyone else having this type of problem?
Post marked as solved
3 Replies
Any luck with this @adamwulf? I'm trying to do something similar in supporting some pre-PencilKit drawing data. I've been able to serialize my data into and out of PKDrawing data, but am struggling with eraser support.