Post

Replies

Boosts

Views

Activity

Reply to [MPMediaLibrary defaultMediaLibrary] addItemWithProductID: freezing in iOS 14.0.1
Sad to hear there's no fix in 14.3. You're not the only one with this issue, I'll write here if I find any solution. You getting the following errors too? [core] "Error returned from daemon: Error Domain=com.apple.accounts Code=9 "(null)"" [iTunesCloud] ACAccountStore 0x282436920 - Error retrieving iTunesStore accounts. err=Error Domain=com.apple.accounts Code=9 "(null)" [iTunesCloud] ACAccountStore 0x282436920 - Error retrieving local store account. err=Error Domain=com.apple.accounts Code=9 "(null)" [iTunesCloud] [ICUserIdentityStore] Failed to fetch local store account with error: Error Domain=com.apple.accounts Code=9 "(null)".
Nov ’20
Reply to iOS 16.2 beta 4 causes the AVAudioRecorder's .record() function to always return false
Found the issue. I was initializing the AVAudioRecorder BEFORE switching the AVAudioSession category to .record. At least as of 16.2 beta 4, you now have to initialize it AFTER setting the record category. All fine with me, it's probably the recommended approach, but an error reason would be nice when .record() returns false, I'd been at this for 7 hours total before I finally got it.
Dec ’22