Posts

Post not yet marked as solved
3 Replies
Post marked as solved
3 Replies
So, I have figured this out. The problem was that I wasn't applying any constraints to the holderView, so even though the views were shown, the actual size was 0, because it was visible out of bounds. Note that setting a CGRect size to the holderView didn't solve the issue. I really had to set its constraints to the superview - in this case the leftBarButtonItem.customView
Post not yet marked as solved
4 Replies
Did you find any solution for this? I am having the exact same error while trying to record something in my Mac Catalyst app. Everything works as expected (with the same code) on both the iPhone and iPad apps, but not on the Mac.
Post not yet marked as solved
1 Replies
Have you found a solution for this? I am having the same problem and, to be honest, this is driving me crazy. I cannot find a way to show my app's iCloud Drive folder.I have set the info.plist file properly, bumped the build version, reinstalled the app, but the folder never appears, however when I search for the files via terminal I can see them, they are being copied without any issue.