Post

Replies

Boosts

Views

Activity

Reply to System Settings crashing: Sonoma 14.2
Have you reported it to your company's IT department?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to Breakpoints do not work on simulators with iOS version 15.5
It seems to work here. xcode 15.0.1 m1 max MacBook Pro Ventura 13.6.2
Replies
Boosts
Views
Activity
Dec ’23
Reply to App for personal use?
That is what I do. I have a media playing app for my use.
Replies
Boosts
Views
Activity
Dec ’23
Reply to Xcode warning for call to DispatchQueue.main.sync: Call to method 'asd' in closure requires explicit use of 'self' to make capture semantics explicit
Shouldn't you be using self?.asd() in the closure for weak self?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to Xcode: Failed to install the app on the device
A lot of people are reporting issues installing on iOS 17 devices. I have the impression it might be connected to locked down corporate computers. VPN's can impact it as well. My personal computer works fine, but my work system can't.
Replies
Boosts
Views
Activity
Dec ’23
Reply to Securing paywalled features macOS app
What about using an encrypted token that gives access?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to How to get MacOS Version and device model from iOS app running on the Mac with Apple Silicon?
You likely have to build a mac catalyst or macos app for that. For iOS apps it is emulating an iPad, so you get the emulated device information.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to Iterate over an array and delete events that is older than present's day.
Modifying the number of elements in an array you are iterating over is problematic. I would suggest creating a copy of the array and iterate over that. You would want to delete items in the current array like you are now.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to How to make a unit test in a swift package with different current locales?
I would look to see if the formatted function has a version that includes the locale as a parameter and add tests for whatever locales you need to test.
Replies
Boosts
Views
Activity
Nov ’23
Reply to iOS 17 devices not connecting to Xcode 15+! Please help!
There seem to be a lot if people having that issue with xcode 15. My work computer can't build to iOS 17 devices. We have put in a support request, with no update on it so far.
Replies
Boosts
Views
Activity
Nov ’23
Reply to Xcode - Unable to select device with older sim runtime
What do you have as your minimum deployment target? I believe it defaults to the most recent os version. You need to be sure to select 16.4 or earlier for iOS and of course be sure your app supports the selected version.
Replies
Boosts
Views
Activity
Nov ’23
Reply to Unable to install Vision Pro Simulator
It is my understanding vision os is still in beta. You would need to use a beta version of xcode 15
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to Is there an opposite of @available?
You should be able to use #else
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to App works on iPad but not iPhone!
You should define what not working means. The display content is laid out wrong, you get errors, crashes. Show the code that isn't working.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to There is a bug in iOS 16.6+ systems where UITextField is unresponsive.
You should file a bug report using the link below and reply back with the bug number.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’23