Post

Replies

Boosts

Views

Activity

Reply to Upgrading to macOS Sonoma Release Candidate deploys the Previous beta instead via software update
So, how do you install the recovery IPSW without Apple Configurator for those with just one system?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to App Store Connect Access Keys
Contact Apple support
Replies
Boosts
Views
Activity
Sep ’23
Reply to Upgrading to macOS Sonoma Release Candidate deploys the Previous beta instead via software update
I have the problem for Apple Silicon, and for Intel, I don't.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Xcode 15 beta 5 missing cascade property option in @Relationship(.cascade) error.
My bad @availablemacOS >= 14
Replies
Boosts
Views
Activity
Aug ’23
Reply to Undefined symbols for architecture x86_64
Please post your hardware and OS-level setup as well.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode Beta not available.
You must have a paid developer contract on file &/or registered as a developer.
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode 15 beta 4 has issue with GoogleConversionTracking
Report the problem to the respective GitHub project owner.
Replies
Boosts
Views
Activity
Jul ’23
Reply to AppDataModel is retained
If instance is a singleton, then that is the cause of your retain issue. @StateObject is all you need with AppDataModel inited. @StateObject var appModel = AppDataModel()
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Can we use a domain name as a game name in the AppStore?
Is the game native? If not, read the app store submission policy on web base applications.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to iOS background execution
Maybe having a server send the app a silent push notification that causes it to perform some kind of routine or operation or read here https://developer.apple.com/documentation/backgroundtasks/bgtaskscheduler
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Sonoma Beta Messages and SMS
Messages sent from macOS to any mobile device regardless of manufacturer are relayed through your iOS mobile device and its data plan through your carrier and not the Apple Messages Server.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to macOS Sonoma Beta Bricked Two Macs
Always partition the drives.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to SampleData on Previews @MainActor issue
Follow the recommendation - Click Fix.
Replies
Boosts
Views
Activity
Jul ’23
Reply to How do you access SwiftData containers across modules?
If your iOS target's name is FooBoo, then in your unit test you can bring in the resources from the iOS app into the unit test like: import SwiftData @testable import FooBoo Then write code that makes calls into the FooBoo target classes you wish to evaluate.
Replies
Boosts
Views
Activity
Jul ’23