Posts

Post not yet marked as solved
3 Replies
This issue is still very annoying ... Is there Anybody ready to help?
Post marked as solved
7 Replies
Still a problem - on Mac Catalina... the input accessory view doesn't want to go away...
Post not yet marked as solved
3 Replies
Done - still no answer - anybody with the same issue?
Post not yet marked as solved
1 Replies
Very interesting... I had a similar issue:Opened two different scenes of my app in Mac Catalina and when dragging an item from one window1) If I drop the item in another scene, in the destination - (BOOL) dropInteraction:(UIDropInteraction *)interaction canHandleSession:(id<UIDropSession>)session API_AVAILABLE(ios(11.0)) { - (void) dropInteraction:(UIDropInteraction *)interaction performDrop:(id<UIDropSession>)session API_AVAILABLE(ios(11.0)) {...the UIDropSession is always nil.2) If I drop the item in the same exact window from where I started the dragging the <UIDropSession> object is NOT nil.3) Everything works well on iPadOS.
Post not yet marked as solved
1 Replies
There is a leak somewhere in the SWIFT process which causes memory pressure over 90 GB and it freezes everything.The only solution which works for me is to keep open Activity Monitor and force kill the swift process when it goes crazy.
Post marked as solved
1 Replies
This one had an easy solution ...On iOS We were using jailbreak protection + antidebug protection....and so on ... Remember to disable them all when building for Mac Catalina.
Post not yet marked as solved
2 Replies
Having the same issue - The cursor in Dark mode is not visible