loganwright/Genome

Map.swift:53:26: Use of undeclared type 'NSNull'

jplasser opened this issue · 3 comments

I opened the playground folder in Xcode 7.0.1 and got the following error:
Genome/Genome.playground/Sources/Map.swift:53:26: Use of undeclared type ‚NSNull'

Hi @jplasser

Thank you for checking out the library and letting me know about the problem, it makes it a lot easier to fix this sort of stuff!

Can I ask when you last pulled the library, I merged in an update a few days ago that addresses the NSNull issue.

f5cca77

If you're still having the same problem on the latest version, can you give me some reproduce steps so I can address it?

Best,

Logan

@jplasser

I realize now that by fixing the NSNull issue, I created another because NSNull is foundation dependent. I've created a workaround for the issue that should solve both situations, at least in the interim.

Again, thank you for notifying me!

Best,

Logan

Great! I pulled from Master. I tried to solve the dependency myself, but had no idea. Thanks for your time and solving this issue!

Best,
Jürgen