Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not usable in Xcode 8 #1

Open
evanlooij opened this issue Mar 27, 2017 · 3 comments
Open

Not usable in Xcode 8 #1

evanlooij opened this issue Mar 27, 2017 · 3 comments

Comments

@evanlooij
Copy link

I wanted to experiment with your project, even though I generally stick to Objective-C, but I couldn't get it to work. The main error was:

“Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.

I've tried setting SWIFT_VERSION to YES and to NO (opinions on StackOverflow differ on this), I've tried using the Edit > Convert menu to convert it to current Swift, modern Objective-C and something else, but everything brought on more errors. A bit of a shame since creating an NSCollectionView programmatically is a real pain.

@harryworld
Copy link
Owner

It has to upgrade to Swift 3 syntax, where this project was built in Swift 2

@evanlooij
Copy link
Author

I'm sure you're right. What happens now?

@harryworld
Copy link
Owner

I am occupied with a product recently, not yet having time to update the code in this project
Sorry about that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants