You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking API change: when using the Swift Package, make sure to run the generator again.
For Xcode projects, right-click your project in the Project navigator and click ObjectBoxGeneratorCommand.
For Swift Package projects, run swift package plugin --allow-writing-to-package-directory objectbox-generator.
When using ObjectBox through CocoaPods the generated code is updated when next building your project.
Change generated code to support Swift 6 language mode #91
When using ObjectBox through CocoaPods, support Xcode 16 projects that use groups as well as buildable folders