Skip to content
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

Open
Leandros opened this issue Aug 19, 2014 · 7 comments
Open

Error when compiling, after installing Peckham #27

Leandros opened this issue Aug 19, 2014 · 7 comments

Comments

@Leandros
Copy link

It's not a build error, the project builds just fine, but the error get printed out every build.

Error:objc[56298]: Class XCBuildConfiguration is implemented in both /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore and /Users/arvidgerstmann/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Peckham.xcplugin/Contents/Frameworks/MHImportBuster.framework/Versions/A/MHImportBuster. One of the two will be used. Which one is undefined.
@markohlebar
Copy link
Owner

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.

@iDimka
Copy link

iDimka commented Aug 22, 2014

Could you explain how to rename? It's not clear for me (

Thanks

@markohlebar
Copy link
Owner

Well, you can do it locally in your project... XCodeEditor is inside the pods folder. Just rename XCBuildConfiguration to XCBuildConfig or something.

@iDimka
Copy link

iDimka commented Aug 24, 2014

Fine, thanks!

@markohlebar
Copy link
Owner

The best thing to do would be to make a PR to XcodeEditor itself.

@jasperblues
Copy link

I renamed that enum in XcodeEditor 1.6.2, which was pushed to CocoaPods master today.

@markohlebar
Copy link
Owner

@jasperblues that's awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants