mac-catalyst Questions

2

Solved

In default "File" menu, it has "Open Recent >" Menu Item and it is added automatically. Currently, If user open associated file from Finder, This recent items are added autom...
Bernoulli asked 21/11, 2020 at 4:49

1

I have macCatalyst app that recently gets some random crashes. Searched everywhere but without finding any good leads. My guess is that it's related to memory or too many views visible on the scree...
Drawknife asked 4/11, 2021 at 10:6

3

Solved

I've seen some Catalyst apps add a search bar to the NSToolbar and was wondering how I could do the same. Would I have to import AppKit/Cocoa to get an NSSearchField and the actual NSToolbar? Or is...
Susquehanna asked 6/10, 2019 at 19:52

5

Solved

I'm migrating my iOS app to support MacCatalyst but I'd like to prevent the window from being resized by the user. Do you have any tips for that?
Dickson asked 12/7, 2019 at 19:34

0

I have an XCode Project which contains an iPhone/iPad app which I successfully ported over to mac using Mac Catalyst. When I try to launch my unit tests (written with XCTest). I get the following e...
Manhole asked 21/3, 2023 at 19:37

0

After converting my SwiftUI project to Catalyst I get this strange error message on the console: [API] cannot add handler to 3 from 3 - dropping This happens when a view is scrolled, even in rele...
Doble asked 13/3, 2023 at 10:51

4

I'm updating my iOS app to also work on Mac. After selecting the Mac checkbox, I am getting the error in the screenshot below when trying to build for Mac. It's telling me I need to select a develo...
Demonography asked 24/10, 2019 at 18:12

2

I have a Mac Catalyst app I had built using SwiftUI,and I cant seem to add buttons to the trailing navigation bar? I am also unsure where this navigationBar is defined, is it possible to remove? It...
Volans asked 27/1, 2023 at 14:57

3

Solved

We are converting our Swift based iOS app to Mac compatible using Catalyst in Xcode 11. We are facing an issue in UI when user resize app window. So can we disable resize mode and give fix frame f...
Cloudland asked 7/8, 2019 at 6:44

1

Solved

Background The function shareImage() in the code below launches the UIActivityViewController and shares an image, for example sends to Messages or saves to Photos. After the image is shared, UIActi...
Seabrooke asked 28/9, 2021 at 19:37

6

By default, Mac Catalyst creates a menu titled "Help" that is supposed to include help for the application. However, I found no documentation on how to implement Help. For standard Mac apps, you ca...
Accomplish asked 3/10, 2019 at 20:41

2

The message that I receive when I try to upload a new app version (1.1) for Mac Catalyst. ERROR ITMS-90061: "This bundle is invalid. The value for key CFBundleVersion [ 1 ] in the Info.plist file ...
Weihs asked 15/12, 2019 at 1:8

0

I'm presenting a modal view controller in my Mac Catalyst / iOS app. iOS has the ability to swipe the modally presented view down to dismiss, or simply tap outside the presented view. It would appe...
Opprobrious asked 5/7, 2022 at 15:16

4

Solved

I am in the process of enabling Catalyst support for a freelancing project — one of the things that I noticed right away is the differing behaviour of scrolling views on MacOS vs iOS. I expected to...
Dysphasia asked 14/11, 2020 at 0:6

4

I'm trying to popup a document picker using mac catalyst, but all I get is a blank screen. All works well on ios 13.2.2 on iPad and iPhone, but not on macos 10.15.1 catalina. Does anyone knows ho...
Cockaigne asked 9/11, 2019 at 3:46

2

So I've been meddling with "moving" a small SwiftUI iPad app to the Mac, and I've hit a bit of a speed bump with UIDocumentPickerViewController. I have wrapped the UIDocumentPickerViewController in...
Oira asked 27/11, 2019 at 21:22

1

Solved

I am trying to use the view modifier .quickLookPreview introduced in iOS 14, macOS 11 macCatalyst 14 but I get this error Value of type 'some View' has no member 'quickLookPreview' every time I try...
Furtek asked 13/12, 2021 at 22:1

6

Solved

I have a tableview that allows multiple selection. I have set both allowsMultipleSelection and allowsMultipleSelectionDuringEditing to true in viewDidLoad and this is working perfectly on both iOS ...
Niggardly asked 25/3, 2020 at 20:8

2

Solved

I have this code in a UIViewController that confirms to UIDocumentPickerDelegate: - (void)openTextFilePicker { NSArray *UTIs = [NSArray arrayWithObjects:@"public.text", nil]; [self openFilePicke...

2

Solved

I have added an iOS 15+/macCatalyst 15.0+ function to my app and now it is crashing when run on an M1 iMac through Mac Catalyst (Designed for iPad). I have an availability check around my function ...
Bolometer asked 4/10, 2021 at 10:1

3

Goal is to make a translucent sidebar on Mac Catalyst. The code bellow gives a not translucent sidebar (image 1). On Mac (not catalyst) the sidebar looks fine (image 2). is it possible to have a tr...
Grizel asked 11/1, 2021 at 19:12

4

Solved

I'm building an iOS app, and the client wants to enable the run on Mac feature. I enabled it and all run as expected on my Mac. How can I let them test it on their Macs? since TestFlight only runs ...
Alanis asked 8/4, 2020 at 12:12

1

I am using MacCatalyst to port an iOS/iPadOS app to MacOS. The app uses CloudKit and functions in all ways except one: the UIApplicationDelegate method, didReceiveRemoteNotification, is not called ...
Underclothes asked 16/1, 2020 at 21:31

3

Solved

I wonder what does macCatalyst version means and how it is mapped to macOS version? For example, API which is available from macCatalyst 14.0 means it requires macOS 11.0 (Big Sur), macCatalyst 13....
Pistil asked 25/8, 2020 at 14:30

2

I'm working on porting an iOS application to Catalyst. The Catalyst (Mac) version will have its own target. Is there an official way to conditionally compile code just for Catalyst? Otherwise, I c...
Felicidad asked 8/10, 2019 at 18:33

© 2022 - 2024 — McMap. All rights reserved.