I have upgraded OS X from 10.9 to 10.10 in order to be able to use Xcode 6.3 - current Version is 6.3 (6D570).
When I created my project with Xcode 6.2 I successfully imported SQLite.swift as described in the documentation and everything was working.
After I upgraded to Xcode 6.3 the project cannot be build - I always get the error:
Module file's minimum deployment target is ios8.3 v8.3: /Users/d...
I have tried to set different deployment targets as described in this answer but nothing helps :(
Can somebody help? Thanks in advance