-
Notifications
You must be signed in to change notification settings - Fork 94
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
Error when compiling, after installing Peckham #27
Comments
XCodeEditor is using the same class name as some of the internal OSX class and they are conflicting. A solution would be to rename the class in XCodeEditor. |
Could you explain how to rename? It's not clear for me ( Thanks |
Well, you can do it locally in your project... XCodeEditor is inside the pods folder. Just rename XCBuildConfiguration to XCBuildConfig or something. |
Fine, thanks! |
The best thing to do would be to make a PR to XcodeEditor itself. |
I renamed that enum in XcodeEditor 1.6.2, which was pushed to CocoaPods master today. |
@jasperblues that's awesome! |
It's not a build error, the project builds just fine, but the error get printed out every build.
The text was updated successfully, but these errors were encountered: