Post

Replies

Boosts

Views

Activity

Reply to simulator IOS 15.5
That usually means that the simulator isn't compatible with the version of Macos you are running. In the end, the simulator is a mac app and it depends on macos to simulate ios. If you uninstall it, that ios version isn't likely to show as available for download.
May ’24
Reply to protocol in swiftUI
Apple's actual implementation code isn't going to show in xcode. The only thing that will be visible is the API.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to simulator IOS 15.5
That usually means that the simulator isn't compatible with the version of Macos you are running. In the end, the simulator is a mac app and it depends on macos to simulate ios. If you uninstall it, that ios version isn't likely to show as available for download.
Replies
Boosts
Views
Activity
May ’24
Reply to How can Charts display sales data for a full month and support monthly paging?
What about creating a view that shows data for a month. Create an outer data model with a list of months to show that drives a scrollable list.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to Link not open in iphone safari but open in macbook safari
You aren't giving much in the way of details. Is the macbook on the same network as the phone? What scheme is the url using? Is the phone using the same dns server?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to Cannot get NSTimer working in another thread
The timer runs on the current thread and you are telling that thread to sleep forever.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to Custom dateFormat like "dd-mm-yyyy" doesn't work properly if device follows japanese/buddhist calendar
The format strings are designed for the Gregorian calendar. If this is meant to be shown to the user, you should an appropriate localized format.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to ITMS-90863: Macs with Apple silicon support issue (iCloud library)
For what its worth, I don't have that library at that location on my personal or work apple silicon mac.
Replies
Boosts
Views
Activity
Jun ’24
Reply to UI Test and Screentime
You could use the XCUIElementSnapshotProviding class snapshot function to see what the ui test is seeing. https://developer.apple.com/documentation/xctest/xcuielementsnapshot
Replies
Boosts
Views
Activity
Jun ’24
Reply to Charts showing yesterday as todays data
It likely is an issue with the timezone, You might need to ensure you are using a consistent timezone for converting the dates.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to Unsupported SDK or Xcode version (XCode 15.4 running on MacOS 15)
It might be worth checking that you are running the right copy of the xcode tools.
Replies
Boosts
Views
Activity
Jun ’24
Reply to Xcode16 Beta Compilation Error: Reserved Keyword 'module' Issue
Have you tried enclosing module in 'module'? That is supposed to ket you use keywords as variable names. I'm on my phone and that might be the wrong tick. It is the one below the ~ on U.S. english keyboards.
Replies
Boosts
Views
Activity
Jun ’24
Reply to Xcode Beta1 Compilation Error: Reserved Keyword 'module' Issue
Enclose the variable name in back tic marks.
Replies
Boosts
Views
Activity
Jun ’24
Reply to Xcode 16.0 beta (16A5171c) misidentifys the parameter 'module' in the method as a keyword caused the compilation failure.
You need to enclose the module variable name in backward tick marks. module
Replies
Boosts
Views
Activity
Jun ’24
Reply to VisionOS 2 - Passthrough in screen capture
Aside from a new enterprise api for internal apps, that isn't allowed due to privacy concerns, Never mind, I missed you got the approval.
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to Augmented Reality app unable to load the image from the camera
I would test it with iOS versions it is known to work with to be sure it isn't broken. It looks like you are using at least one third party framework. I would see if there is an updated version available.
Replies
Boosts
Views
Activity
Jul ’24