Posts

Post not yet marked as solved
1 Replies
366 Views
Hi I've got an odd issue with my macOS app that seems to have only recently occurred. When I view it in Activity Monitor, it has no process name. I'm running macOS Big Sur 11.2 beta and I'm on a 13-inch 2020 MBP. It's the same whether I run the App Store version of my app or in debug from within Xcode. Has anyone seen this behaviour before? And does anyone know how to resolve it? Thanks, Mike.
Posted
by Skaro.
Last updated
.
Post not yet marked as solved
3 Replies
1.8k Views
HiI have implemented a set of SwiftUI views into an existing app that uses a storyboard. Using a UIHostingController I can navigate to my SwiftUI views perfectly. I am struggling to understand how I return to the storyboard view controller as I don't seem to be able to get a handle to the UIHostingController from within SwiftUI to pop it.Hopefully someone can help 🙂Thanks in advance,Mike.
Posted
by Skaro.
Last updated
.
Post marked as solved
29 Replies
23k Views
HiI've started looking at running my iPad app in macOS 10.15 using Xcode 11. I've run through the steps to add Mac support but when I build it complains that some of the libraries I use at link time are compiled for macOS and not "UIKit for Mac". Surely they are both x64 architecture so I'm slightly confused. I can't find any documentation about this - does anyone have any idea on how I would rebuild these libraries so that they are supported?Thanks,Mike.
Posted
by Skaro.
Last updated
.