bennyguitar / Colours

A beautiful set of predefined colors and a set of color methods to make your iOS/OSX development life easier.
MIT License
3.09k stars 300 forks source link

Error:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: unknown option character `X' in: -Xlinker #28

Closed metasmile closed 9 years ago

metasmile commented 9 years ago

in your updates(5.6.0) are experiencing problems similar to the following (still xcode6.1.1):

http://stackoverflow.com/questions/24041962/static-linking-with-swift-xcode6-beta

the official reason is that looks like this : "Xcode does not support building static libraries that include Swift code."

bennyguitar commented 9 years ago

This is fixed now. It looks like the podspec was including the subspec for swift in the main thing. Removed swift for now.

metasmile commented 9 years ago

huge thx!!