OLD-functional-view-controllers icon indicating copy to clipboard operation
OLD-functional-view-controllers copied to clipboard

Will not build

Open GJNilsen opened this issue 9 years ago • 1 comments

This project will not build with Xcode 6.3.1 and iOS 8.3 Most of the errors are easily fixed by Xcode itself, but line 47 in the AppDelegate needs some attention.

AppDelegate.swift:47:10: Objective-C method 'application:didFinishLaunchingWithOptions:' provided by method 'application(:didFinishLaunchingWithOptions:)' conflicts with optional requirement method 'application(:didFinishLaunchingWithOptions:)' in protocol 'UIApplicationDelegate'

GJNilsen avatar Apr 30 '15 07:04 GJNilsen

https://github.com/chriseidhof/functional-view-controllers/pull/3 should fix this

albertschulz avatar May 19 '15 12:05 albertschulz