SimpleAuth icon indicating copy to clipboard operation
SimpleAuth copied to clipboard

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

Open jedlau opened this issue 10 years ago • 2 comments

Changing the podspec to use ReactiveCocoa version 4.0.2-alpha-1, which support Swift 2, fixes this. See: https://github.com/calebd/SimpleAuth/compare/master...jedlinlau:master

jedlau avatar Oct 01 '15 22:10 jedlau

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'

mikesparr avatar Nov 04 '15 23:11 mikesparr

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

davidseek avatar Oct 21 '16 14:10 davidseek