won't compile with swift 2 in xcode 7 beta 2
johndpope opened this issue · 3 comments
johndpope commented
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'
johndpope commented
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.
morizotter commented
Thanks!
I'll do it in this weekend!
morizotter commented
@johndpope
I created Swift2.0 branch. Thanks!