Closed Bouke closed 10 years ago
Though I haven't tried Xcode 6.1 Beta 3 yet,
the cause seems to be String+SwiftState.swift
not setting its String extension as public
.
I'll test this later.
Sorry, above mention is my mistake.
convertFromNilLiteral
should be changed to init(nilLiteral:)
, so you are just right :smile:
I fixed it in #7, so please check.
After fiddling around a bit more, I got the following compiler error:
Changing to the following solved my error:
(Xcode 6.1 Beta 3)