Post

Replies

Boosts

Views

Activity

Reply to How to make an iPhone app resizable on Macs with an M-chip?
Unless it is a game, apps don't automatically launch full screen for obvious reasons. It's a preference of the user to resize the window as they see fit for their own needs. If your app only supports iPhone then it will always launch using the size of an iPhone device. You can go back to the drawing board and include a made-for-iPad target and layouts or include native macOS support if you wish for your users to have the ability to resize the app window.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’24
Reply to Use SwiftData Crash When #Preview
What is the crash? Saying something has crashed without the specifics of the crash is most likely not going to get you the help you're looking for. So provide any logs you may have related to the crash from the Xcode console or a screenshot of the crash so anyone looking at your post can have a context to work with.
Jan ’24
Reply to Can't connect to my iPhone
Yeah, Apple dropped the ball on this version of Xcode royally without publishing the changes related to the new requirements for using Xcode within corporate offsite/remote VPN scenarios and has basically pointed the finger at VPN providers when they were the ones that changed up the architecture of Xcode.
Jan ’24
Reply to How to make an iPhone app resizable on Macs with an M-chip?
Unless it is a game, apps don't automatically launch full screen for obvious reasons. It's a preference of the user to resize the window as they see fit for their own needs. If your app only supports iPhone then it will always launch using the size of an iPhone device. You can go back to the drawing board and include a made-for-iPad target and layouts or include native macOS support if you wish for your users to have the ability to resize the app window.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Use SwiftData Crash When #Preview
What is the crash? Saying something has crashed without the specifics of the crash is most likely not going to get you the help you're looking for. So provide any logs you may have related to the crash from the Xcode console or a screenshot of the crash so anyone looking at your post can have a context to work with.
Replies
Boosts
Views
Activity
Jan ’24
Reply to Pass Swift Array To C++ As A std::vector
Please see a similar discussion here: https://forums.swift.org/t/what-is-the-suggested-way-to-pass-array-vector-data-back-and-forth-from-swift-and-cpp/69044/3
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Calling custom dylib won't boot on the mac app store, I wrote desktop software. I want to know how.
Learn native coding - That is the best advice. Please go to the owners of the library you're using and post the question there, as this is not an Apple product.
Replies
Boosts
Views
Activity
Jan ’24
Reply to Detect if iOS app is running on Apple Silicon Mac using pure C
Sorry, dude, get with the times. If it's not published or public, it's private, and there'd be no info available on what you're asking.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Can't connect to my iPhone
Yeah, Apple dropped the ball on this version of Xcode royally without publishing the changes related to the new requirements for using Xcode within corporate offsite/remote VPN scenarios and has basically pointed the finger at VPN providers when they were the ones that changed up the architecture of Xcode.
Replies
Boosts
Views
Activity
Jan ’24
Reply to Firebase’s Remote Config in context of an Authorization Plugin
This is not a Google forum. Please post your question on the respective Google Firebase forum or Github repo.
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Cannot preview visionOS apps because of Packages that do not support visionOS
LightCompressor only supports iOS and tvOS. visionOS support will have to be requested from the maintainers of the project hence no symbols for visionOS unless the app is made for iPad.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Disabling the extra buttons on UIReferenceLibraryViewController
Overview A UIReferenceLibraryViewController object should not be used to display wordlists, create a standalone dictionary app, or republish the content in any form.
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to SwiftData Crashes When Using Custom Migration.
See https://developer.apple.com/forums/thread/734479,
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to SwiftData Crashes When Using Custom Migration.
Was the original model ever created with a version number?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Compilation error in Apple MusicKit SDK for Android
Of course, it can be fixed by filing a bug report to Apple via the feedback app if you're on a mac or https://feedbackassistant.apple.com. When it will be fixed is another question.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Today Updated to Sonoma now no wifi Printer.
For the future: Please post all non-developer questions in the Apple community support forums https://discussions.apple.com/welcome.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Detecting when the user lifted finger off the screen on a scrollview
onEnded of any Gesture protocol normally signifies the user has ended all interactions with the component. Don't over think it. But take a look here https://developer.apple.com/documentation/swiftui/composing-swiftui-gestures
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Need Help with Error message on Visual Studio Code
Visual Studio questions are best asked on the respective Microsoft forums.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’24