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
TODO Tell us exactly how to reproduce the problem.
Compile errors in example project:
/Users/fred/Projects/objectbox-swift-4.0.1/Example/Shared/Author.swift:10:16: error: type 'Note' does not conform to protocol 'EntityInspectable'
var notes: ToMany
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/Services.swift:9:20: error: type 'Author' does not conform to protocol 'EntityInspectable'
let authorBox: Box
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/NoteEditingViewController.swift:168:25: error: type 'Author' does not conform to protocol 'EntityInspectable'
init(authorBox: Box) {
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/NoteEditingViewController.swift:46:18: error: type 'Note' does not conform to protocol 'EntityInspectable'
var noteBox: Box = Services.instance.noteBox
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/AuthorsOverviewViewController.swift:13:20: error: type 'Author' does not conform to protocol 'EntityInspectable'
var authorBox: Box = Services.instance.authorBox
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/MasterViewController.swift:8:23: error: type 'Note' does not conform to protocol 'EntityInspectable'
lazy var noteBox: Box = Services.instance.noteBox
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/MasterViewController.swift:10:25: error: type 'Author' does not conform to protocol 'EntityInspectable'
lazy var authorBox: Box = Services.instance.authorBox
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/AuthorEditingViewController.swift:8:20: error: type 'Author' does not conform to protocol 'EntityInspectable'
var authorBox: Box = Services.instance.authorBox
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/NotesOverviewViewController.swift:13:18: error: type 'Note' does not conform to protocol 'EntityInspectable'
var noteBox: Box = Services.instance.noteBox
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/NotesOverviewViewController.swift:20:20: error: type 'Note' does not conform to protocol 'EntityInspectable'
let query: Query
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/NotesOverviewViewController.swift:23:38: error: type 'Note' does not conform to protocol 'EntityInspectable'
init(authorId: Id?, noteBox: Box = Services.instance.noteBox) {
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/Services.swift:10:18: error: type 'Note' does not conform to protocol 'EntityInspectable'
let noteBox: Box
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/Shared/Note.swift:20:17: error: type 'Author' does not conform to protocol 'EntityInspectable'
var author: ToOne = nil
Expected behavior
TODO Tell us what you expect to happen.
Actual behavior
TODO Tell us what actually happens.
Code
TODO Add a code example to help us reproduce your problem.
Code
[Paste your code here]
Logs, stack traces
TODO Add relevant logs, a stack trace or crash report.
Logs
[Paste your logs here]
The text was updated successfully, but these errors were encountered:
Is there an existing issue?
Build info
Steps to reproduce
TODO Tell us exactly how to reproduce the problem.
Compile errors in example project:
/Users/fred/Projects/objectbox-swift-4.0.1/Example/Shared/Author.swift:10:16: error: type 'Note' does not conform to protocol 'EntityInspectable'
var notes: ToMany
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/Services.swift:9:20: error: type 'Author' does not conform to protocol 'EntityInspectable'
let authorBox: Box
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/NoteEditingViewController.swift:168:25: error: type 'Author' does not conform to protocol 'EntityInspectable'
init(authorBox: Box) {
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/NoteEditingViewController.swift:46:18: error: type 'Note' does not conform to protocol 'EntityInspectable'
var noteBox: Box = Services.instance.noteBox
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/AuthorsOverviewViewController.swift:13:20: error: type 'Author' does not conform to protocol 'EntityInspectable'
var authorBox: Box = Services.instance.authorBox
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/MasterViewController.swift:8:23: error: type 'Note' does not conform to protocol 'EntityInspectable'
lazy var noteBox: Box = Services.instance.noteBox
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/MasterViewController.swift:10:25: error: type 'Author' does not conform to protocol 'EntityInspectable'
lazy var authorBox: Box = Services.instance.authorBox
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/AuthorEditingViewController.swift:8:20: error: type 'Author' does not conform to protocol 'EntityInspectable'
var authorBox: Box = Services.instance.authorBox
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/NotesOverviewViewController.swift:13:18: error: type 'Note' does not conform to protocol 'EntityInspectable'
var noteBox: Box = Services.instance.noteBox
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/NotesOverviewViewController.swift:20:20: error: type 'Note' does not conform to protocol 'EntityInspectable'
let query: Query
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/NotesOverviewViewController.swift:23:38: error: type 'Note' does not conform to protocol 'EntityInspectable'
init(authorId: Id?, noteBox: Box = Services.instance.noteBox) {
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/NotesExample-iOS/Services.swift:10:18: error: type 'Note' does not conform to protocol 'EntityInspectable'
let noteBox: Box
^
/Users/fred/Projects/objectbox-swift-4.0.1/Example/Shared/Note.swift:20:17: error: type 'Author' does not conform to protocol 'EntityInspectable'
var author: ToOne = nil
Expected behavior
TODO Tell us what you expect to happen.
Actual behavior
TODO Tell us what actually happens.
Code
TODO Add a code example to help us reproduce your problem.
Code
Logs, stack traces
TODO Add relevant logs, a stack trace or crash report.
Logs
[Paste your logs here]
The text was updated successfully, but these errors were encountered: