Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Error on adding SimpleAuth #80

Closed
gsrivast31 opened this issue Jan 18, 2015 · 11 comments
Closed

Error on adding SimpleAuth #80

gsrivast31 opened this issue Jan 18, 2015 · 11 comments

Comments

@gsrivast31
Copy link

On including SimpleAuth via Cocoapods, I am getting following error in Pods-Contakt-LlamaKit :

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

@calebd
Copy link
Owner

calebd commented Jan 20, 2015

I'm not sure if I can help with this. I don't use LlamaKit. Do you have any more output from the build error?

@gsrivast31
Copy link
Author

Actually, it is being installed due to ReactiveCocoa on which SimpleAuth has a dependency.

@JinkProject
Copy link

I was about to post this issue as well. Updated SimpleAuth and I believe ReactiveCocoa is dependent on LlamaKit. Taking this over to ReactiveCocoa to see if they know of it.

@JinkProject
Copy link

So I found a solution. Just install the latest version of Cocoapods and it will remove Llamakit and install ReactiveCocoa 2.4.4.

@calebd
Copy link
Owner

calebd commented Jan 22, 2015

I don't think ReactiveCocoa is dependent on LlamaKit. LlamaKit is all Swift and you can't even ship Swift code in CocoaPods yet. If you are adding LlamaKit and an issue arises because of that, please open an issue over there.

@JinkProject
Copy link

@calebd I believe ReactiveCocoa 3.0.0 uses LlamaKit and like Llamakit, it is written in Swift, which isn't supported by Cocoapods. Installing the pre-release of Cocoapods 0.36.0.beta.1 will downgrade ReactiveCocoa back to version 2.4.4 and remove LlamaKit.

@calebd
Copy link
Owner

calebd commented Jan 23, 2015

Ok. ReactiveCocoa 3.0 is marked as alpha so I don't know why CocoaPods would try to install it right now. I'll push a spec update that locks the version.

@JinkProject
Copy link

👍

@pmusolino
Copy link

With the actual version of SimpleAuth, when i try to install it, i have the following error:

[!] The platform of the target `Pods` (iOS 7.0) is not compatible with `ReactiveCocoa (3.0.0-alpha.1)` which has a minimum requirement of iOS 8.0 - OS X 10.9.

How can I fix?

@calebd
Copy link
Owner

calebd commented Feb 24, 2015

This is a CocoaPods problem. It should not be trying to install prerelease library versions without you explicitly telling it to do so.

@pmusolino
Copy link

I solved in this way, like @JinkProject

pod 'ReactiveCocoa', '2.4.7'
pod 'SimpleAuth/Facebook', '0.3.6'
pod 'SimpleAuth/Twitter', '0.3.6'

@calebd calebd closed this as completed Mar 27, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants