Hi guys, hope you are all staying safe. I’m working on my next app with Xcode 12.5, am getting a few messages in the debug console, the app runs fine, just not sure what to make of these messages. When using the date picker as a component, it was working fine till I upgraded to latest Xcode. Then started getting this error:
UIDatePicker 0x12151d680 is being laid out below its minimum width of 280.
So changed to ‘wheels’ option and it works. Don’t know why. Maybe a bug with new Xcode? Also got some other weird warnings in other parts of the app FYI:
[plugin] AddInstanceForFactory: No factory registered for id
Some core data messages:
coredata message: [WindowServer] display_timer_callback: unexpected state & CoreData: annotation: PostSaveMaintenance: fileSize 9830352 greater than prune threshold CoreData: annotation: PostSaveMaintenance: wal_checkpoint(TRUNCATE) .
CoreData: annotation: PostSaveMaintenance: incremental_vacuum with freelist_count - 3569 and pages_to_free 713
Another unusual error/warning:
AddInstanceForFactory: No factory registered for id
Also kept getting this:
UIViewAlertForUnsatisfiableConstraints
checked documentation, set the property to false in some view controllers, ( vartranslatesAutoresizingMaskIntoConstraints = false) warning seems to disappear.
Any idea why these happen? Thank you!