Skip to content
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

Will not compile with Xcode Version 16.2 (16C5032a) #89

Open
1 task
ayrtonsoftware opened this issue Jan 12, 2025 · 1 comment
Open
1 task

Will not compile with Xcode Version 16.2 (16C5032a) #89

ayrtonsoftware opened this issue Jan 12, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@ayrtonsoftware
Copy link

Is there an existing issue?

Build info

  • ObjectBox version: [e.g. 1.9.0]
  • OS: [e.g. iOS 17 | macOS 10.14 ]
  • Device/chipset: [e.g. iPhone 15 | Apple M2 ]

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
[Paste your code here]

Logs, stack traces

TODO Add relevant logs, a stack trace or crash report.

Logs
[Paste your logs here]
@ayrtonsoftware ayrtonsoftware added the bug Something isn't working label Jan 12, 2025
@ayrtonsoftware
Copy link
Author

MacBook Pro Nov 2023 / Apple M3 Pro Memory: 16GB --- Sequoia 15.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant