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

SimpleAuth doesn't build in XCode 7 due to dependency on ReactiveCocoa (Swift v1) #113

Open
jedlau opened this issue Oct 1, 2015 · 2 comments

Comments

@jedlau
Copy link

jedlau commented Oct 1, 2015

Changing the podspec to use ReactiveCocoa version 4.0.2-alpha-1, which support Swift 2, fixes this. See: master...jedlinlau:master

@mikesparr
Copy link

Solved in #111 and #112

Example Podfile:

platform :ios, "9.0"
use_frameworks!

target 'MyAppNameHere' do

    end

pod 'Box', :head
pod 'Result', :head
pod 'SimpleAuth/Instagram'

@davidseek
Copy link

In the meantime ReactiveCocoa split between ObjC and Swift and the whole project doesnt work with Swift3 anymore

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

3 participants