bennyguitar / Colours

A beautiful set of predefined colors and a set of color methods to make your iOS/OSX development life easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

metasmile opened this issue · comments

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."

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

huge thx!!