I want to set the minimum deployment target for my app's widget extension to 14.0, but that option is not available in the project settings.
The available versions are: 14.4, 14.3, 14.1, 13.6, 13.4, 13.2, 13.0, ...
Is there a reason it isn't supported?
see https://stackoverflow.com/questions/66131116/cannot-select-ios-14-0-on-widget-extension-deployment-target
Post
Replies
Boosts
Views
Activity
I'm implementing a search bar in a collection view with diffable data source, and whenever I search a non-existent item twice (if I type a search that returns no matches, delete one character so it returns matches, then type that character again), the app crashes with NSInternalInconsistencyException: Invalid Section 2.
The crash occurs when I apply a new snapshot to the datasource.
Can anyone tell me what this exception means? There doesn't seem to be any documentation of it anywhere, but it looks like an issue around creating diffable data source snapshots.
See related (not mine) Stackoverflow post here: link - https://stackoverflow.com/questions/62971264/getting-an-nsinternalinconsistencyexception-reason-invalid-section-0-when
I'm looking at the analytics data for my app, and it's outdated by 5 days. I can only select up to June 24. It says that data can be delayed by up to 72 hours, but why is it 5 days delayed?