Found this option under macOS 11.0 deployment:Show "Designed for iPad" Run Destination
What does this mean?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi,
How do you add a new app to an existing App Bundle? There is no add button. I have also tried removing from sale first and the result is the same.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Store Connect
Bundle ID
I wish to include some recommendation app links in our app, but when upload to App Store I got this message: ITMS-90863: Apple silicon Macs support issue - The app uses symbols that are not present on Mac:
Is it possible to bypass those codes in Apple Silicon Macs with SwiftUI? I can't check for #if os since for Apple Silicon Macs, this is an iPad app.
Hi,
macOS Big Sur works for me perfectly until I upgraded iCloud to 2TB. While syncing, Finder crashes and cannot be reopened again. Open Finder will result in -1 error. Trying safe mode, closed WiFi (to prevent syncing) and the result is the same.
Since I cannot access Finder, I can't redownload the beta (downloading to a folder will hung). What shall I do?
Hi, this might sounds dumb, but to create a distribution profile for Mac Catalyst app, should I choose Mac or Mac Catalyst?
When select "Mac Catalyst" type, I saw this message, which concerns me since I don't use any "maccatalyst" prefix for our apps.
To generate a provisioning profile for an App ID with a "maccatalyst" prefix, search for the iPad app's App ID. Then select the App ID under "Enabled App IDs with an associated application identifier".
App Store Connect now ask for address in bank info, but when I type in the address, I got this:
This address has been modified. Verify the changes and resubmit.
What does this mean? I have tried to edit/submit many times and it is the same issue.
In an app ported to Mac Catalyst, the camera interface always turned out to be blank.I have checked: the capabilities includes "Camera", the privacy setting in info.plist is there (the iPad app shows the camera fine), and I even try to include front camera for UIImagePickerController. if UIImagePickerController.isSourceTypeAvailable(.camera) { let imagePicker = UIImagePickerController() imagePicker.sourceType = .camera imagePicker.delegate = self imagePicker.cameraDevice = .front // added for Mac self.present(imagePicker, animated:true, completion:nil) }The error I got is: "[Generic] Could not create video device input: Error Domain=AVFoundationErrorDomain Code=-11814"
After upgrading to macOS 10.13.4 and Xcode 9.3, my project now makes all my Provisioning Profile ineligible! They worked before upgrade.The error message for the distribution profile is:Provisioning profile "distribution profile name" doesn't include signing certificate "development certificate name"So I search through the forum,remove ALL items in keychain My Certificateredownload the distribution profile (double tap to install to Xcode)create new distribution profile (double tap to install to Xcode)recreate the Production certificate (double tap to install to Keychain)redownload the Development certificate (double tap to install to Keychain)So now my keychain has two production certificate (one is newly created), and one development certificate, and the error is still there. I found it weird that it asked for the development certificate in distribution profile? (I think this is the clue, but I don't know why)So now what should I do? Please help!
Topic:
Code Signing
SubTopic:
Certificates, Identifiers & Profiles
Tags:
Signing Certificates
Provisioning Profiles
In the process of converting our SwiftUI app to Mac Catalyst, we found that although the app works fine in macOS 13, it is very buggy in macOS 12 (menu does not get refreshed when enable/disable, color palette does not work properly, localized text does not show up in menu, etc).
Is there release notes for Mac Catalyst running on different macOS releases? And how do we disable features that don't work on older OS? Thanks!
I wish to support Mac with my iPhone/iPad app using Mac Catalyst. Our app shows widgets on iPhone/iPad home screen properly.
Using Mac Catalyst is straight forward (except to exclude all ActivityKit codes). However, although the app shows up and work perfectly, I can't see the widgets in notification center. Separate compile the widget extensions show no errors but nothing is shown. Also tried build separately, drag into Applications folder, run the build and the widgets are not shown.
Any suggestions? Using the Xcode 14.2 and macOS 13.1.
Localization works fine in macOS 13, but not in macOS 12 menu (still show English while in localized language). Is it possible to make it work in macOS 12?
CommandGroup(after: .appInfo) {
Button("About Company") { showAppsSheet = true }
}
Tried setting the name in LocalizedStringKey then put in Button but does not work.
Is there a way to request review for Mac Monterey and Ventura? Hopefully compatible with iOS too?
If you set the alignment to center or right alignment, the text will fly to the left when editing. This works for iPhone/iPad but not Mac Catalyst.
Is this a know bug? If yes is there a workaround?
Hi,
When I put Toggle button and divider() in
CommandGroup(replacing: .textFormatting) {
Toggle("Toggle Toolbar", isOn: $toolbar).keyboardShortcut("T")
Divider()
}
On macOS 12/13, the Toggle Button is simply display as a button (with no checkbox or other indicators), and Divider is not shown.
Is this a bug or I need to add in some modifiers?
I downloaded with 2 simuator, and I got 3 files:
Xcode_15_beta.xcdownloadmanifest
and 2 dmg files
Then what to do next?
The Xcode_15_beta.xcdownloadmanifest cant be opened.