Posts

Post not yet marked as solved
2 Replies
Tested beta 5, same.
Post not yet marked as solved
8 Replies
I have the same behaviour. Downloaded the 2nd time then Xcode appeared.
Post not yet marked as solved
5 Replies
It is fixed in 13.4. Just tested and it works!
Post not yet marked as solved
5 Replies
Unfortunately in beta 3 the issue is back. :(
Post not yet marked as solved
1 Replies
Hi, I found a partial answer to the issue of Toggle Button not shown properly in menu. It will works IF there is no keyboard shortcut (a tick will be shown when $toolbar is on). So the solution is not to apply keyboard shortcut.
Post not yet marked as solved
5 Replies
Well, I tested my code (in SwiftUI) and in current macOS beta it is indeed fixed. You might want to try on latest beta.
Post not yet marked as solved
4 Replies
I think the reason might be simple: by default Mac menu only supports text. Just pull down some menu on menu bar to see. This is more "native" to Mac.
Post not yet marked as solved
3 Replies
This probably means it is not supported, just compatible (app won't crash). After all, Mac does not support Apple Pencil.
Post not yet marked as solved
1 Replies
This seems to be fixed in 13.3 beta 2 (I didn't test beta 1).
Post not yet marked as solved
5 Replies
This is a bug. I reported it on another thread - using SwiftUI. The good news is that this seem to be fixed in 13.3 beta 2.
Post not yet marked as solved
1 Replies
I finally found the reason: In build phase of Xcode, the Widget Extension is set to iOS not Always Used. Once changed, widgets appeared! Hope this helps others facing the same issue.
Post not yet marked as solved
1 Replies
You can use #if targetEnvironment(macCatalyst) ...(Mac code) #else ...(iOS code) #endif Do whatever changes you want.
Post marked as solved
1 Replies
I am currently doing Mac Catalyst development, see whether I can help. In the target, what's the iOS minimum requirement? Try 15.0. (Mac Catalyst is based on corresponding iOS version)
Post not yet marked as solved
6 Replies
I found a lot of bugs/issues have been fixed in Ventura. Try it and if it works better, make it available only for Ventura.
Post not yet marked as solved
6 Replies
I have the same problem - so has this issue been solved, or have alternate solution?