-
Notifications
You must be signed in to change notification settings - Fork 66
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
Fix this: Use of unresolved identifier 'BuildasaurKeys' #243
Conversation
Update GitServerPublic.swift to call BuildasaurxcodeprojKeys instead.
Hi @rcaileff, thanks for creating the PR, but actually this seems to be some issue with CocoaPods keys, where it names the class differently every time. I'd prefer if we could keep the name and instead maybe fix the Podfile, which is what Keys use to generate the project? I'd appreciate any insight into how Keys work internally, because I've myself struggled with this exact problem. |
Hi Honza, I unfortunately don't know anything about how CocoaPods keys work. I've -Rachel On Wed, Feb 24, 2016 at 6:00 PM, Honza Dvorsky notifications@github.com
|
Sorry you're right, it doesn't change every time, just that I've seen On Thu, Feb 25, 2016 at 4:57 PM rcaileff notifications@github.com wrote:
|
Ah, I see. Thanks for explaining. I'm trying to find a CI option for Xcode with a GitHub Enterprise instance -Rachel On Thu, Feb 25, 2016 at 11:22 AM, Honza Dvorsky notifications@github.com
|
Oh that's cool! Adding GitHub enterprise shouldn't be that hard, OAuth and all that is already implemented in 1.0.0-b2, so work off of that. |
@rcaileff Don't mind the build error here, I'm changing some local XCS configs. |
Is this still current or did you get things working in #248? |
I'm still using BuildasaurxcodeprojKeys in my local execution of the code. On Wed, Mar 2, 2016 at 12:38 PM, Honza Dvorsky notifications@github.com
|
Update GitServerPublic.swift to call BuildasaurxcodeprojKeys instead.