Edit: This seems to be happening only in the simulator, I cannot repro it on a device running iOS 14 Beta 7
I've been experiencing the same Xcode 12 beta 6
Following code returns all assets instead just the ones I've whitelisted.
let fetchOptions = PHFetchOptions()
fetchOptions.sortDescriptors = [NSSortDescriptor(key: "creationDate", ascending: true)]
let cameraRollFetchResult = PHAsset.fetchAssets(with: fetchOptions)
Post
Replies
Boosts
Views
Activity
It looks like it's been deprecated https://developer.apple.com/documentation/uikit/uiimagepickercontroller/infokey/2890963-phasset
I'm having the same issue.
Yes, that's exactly what we're experiencing as well.
In case this helps anyone, I believe that there is something wrong with our xcproj file. There are likely duplicate references to swift packages or something like that.
Unfortunately, being an early-stage startup, I currently don't really have time to dig deeper into it and recreate our xcproj file.
@krissb78 was wondering if you have any update on this? Just ordered DJI Action 4 and was hoping that it would work with an iOS 17 iPad pro.
My DJI Action 4 just arrived and the webcam mode seems to work great with my iPad pro updated to whatever the latest iPadOS 17 beta is.