Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

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

Closed
johndpope opened this issue Jul 2, 2015 · 3 comments
Closed

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

johndpope opened this issue Jul 2, 2015 · 3 comments

Comments

@johndpope
Copy link

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

@johndpope
Copy link
Author

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
Copy link
Owner

Thanks!
I'll do it in this weekend!

@morizotter
Copy link
Owner

@johndpope
I created Swift2.0 branch. Thanks!

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

2 participants