Post

Replies

Boosts

Views

Activity

Reply to xCode Issue
This usually means you have an issue with thread safety, array bounds check error or a reference no longer exists. I will begin by performing NULL & array boundary checks on each array instance before accessing the subscripts.
Jan ’22
Reply to What are we supposed to use in place of flatMap ?
flatMap is alive and well. Just make sure your sequence of sequence and its elements are non-optional. If they are then you will trigger the deprecated version of the flatMap function which will then suggest the use of compactMap.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to Using cloudkit in real devices
Did you deploy the cloud kit schema to production via the cloudkit console?
Replies
Boosts
Views
Activity
Jan ’22
Reply to Designables - build failed - Xcode 13
Ever thought of going SwiftUI?
Replies
Boosts
Views
Activity
Jan ’22
Reply to Xcode error "fixup value out of range"
I tried reproducing the above in playgrounds and no issue: let array: Array<Double> = Array(repeating: -10000, count: 9*2000)
Replies
Boosts
Views
Activity
Jan ’22
Reply to Expired Developer Account
You must be enrolled & paid up.
Replies
Boosts
Views
Activity
Jan ’22
Reply to DISK NOT EJECTED PROPERLY keeps popping up Big Sur 11.4 on mac mini M1 2020
This is not the appropriate forum please visit here: https://discussions.apple.com/welcome
Replies
Boosts
Views
Activity
Jan ’22
Reply to How to use Photos.app scripting targets from sandboxed apps
Once you're in the Sandbox, you're in the sandbox. You might have better luck just coding against the actual PhotoKit frameworks - https://developer.apple.com/documentation/photokit
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to SharePlay (screen share) stops working after a minute or less
Please look here in the consumer support forums: https://discussions.apple.com/welcome
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to Xcode 13 keeps crashing when running XCUITests on M1
Before you reopen Xcode, open Activity Monitor to see if Xcode is still running? Your best option will be to file a bug report via the feedback app
Replies
Boosts
Views
Activity
Jan ’22
Reply to Apple reviewers can't see my in-app product list
Was the In-App Purchase capability added to the target and were the In-App Products submitted for review before the app submission?
Replies
Boosts
Views
Activity
Jan ’22
Reply to get udid
No longer a public API get udid
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to Could not mount “Elements SE”. (com.apple.DiskManagement.disenter error 49218.)
This is not an end-user support forum. Please go here.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to .Net Core app made into Mac app bundle doesn't respect Info.plist's LSMinimumSystemVersion
Please go to the Microsoft support forums for anything Microsoft-related.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to xCode Issue
This usually means you have an issue with thread safety, array bounds check error or a reference no longer exists. I will begin by performing NULL & array boundary checks on each array instance before accessing the subscripts.
Replies
Boosts
Views
Activity
Jan ’22
Reply to Basic API into app to variables
This is more of a promotion (spam) for the sheetsu.co m site - ignore and mark as spam.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22