morizotter/SwiftyDrop

won't compile with swift 2 in xcode 7 beta 2

johndpope opened this issue · 3 comments

perhaps best to create a temp swift-2 branch for fixes.
These guys managed to do it like this ->
pod 'CocoaLumberjack/Swift', :git => 'https://github.com/CocoaLumberjack/CocoaLumberjack.git', :branch => 'swift_2.0'
pod 'CocoaLumberjack', :git => 'https://github.com/CocoaLumberjack/CocoaLumberjack.git', :branch => 'swift_2.0'

screen shot 2015-07-02 at 3 28 17 pm

actually running xcode > Edit > Concert to latest swift automatically fixed problems.
It's running fine but I had to update Podfile to point to a local repo.

pod 'SwiftyDrop', :local => "../SwiftyDrop"

thanks.

Thanks!
I'll do it in this weekend!

@johndpope
I created Swift2.0 branch. Thanks!