jcavar / refresher

DEPRECATED: Pull to refresh in Swift
MIT License
873 stars 99 forks source link

Cocoapods error #6

Closed Lukaz32 closed 9 years ago

Lukaz32 commented 9 years ago

I've installed the framework through Cocoapods. When I build it Xcode presents the following error:

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

What might be going on?

jcavar commented 9 years ago

Which version of Cocoapods and Xcode do you use?

Lukaz32 commented 9 years ago

Cocoapods 0.35.0 and Xcode 6.1.1

jcavar commented 9 years ago

As mentioned here http://blog.cocoapods.org/Pod-Authors-Guide-to-CocoaPods-Frameworks/ Cocoapods 0.36 supports frameworks, so please first upgrade and try then again.

Lukaz32 commented 9 years ago

Alright. I'll give it try. Thanks.