-
Notifications
You must be signed in to change notification settings - Fork 38
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
Schema creation not working in Swift 4.1 #109
Comments
So, if you place a breakpoint on the |
This is inside my App delegate.
|
I'm running into the very same issue. After some sleuthing, I've found that the code in This happens with Swift because some Swift objects are initialized before the app's AppDelegate is given a chance to open the Shark database in it's Changing
|
great I have another fix for the code above even, where new columns don't get created properly. I'll bring it all together and do a release tomorrow. Thanks @alldritt |
I am attempting to use SharkORM with Swift 4.1 and the table are not being created automatically.
The text was updated successfully, but these errors were encountered: