Post

Replies

Boosts

Views

Activity

no xcode crash logs any more?
hello, xcode used to be good at getting crash logs from the apple servers. now we are getting crash reports from users (reported in the apple test flight console), but when we try to look for the stack traces in xcode, there is nothing there any more. any ideas why those are not getting uploaded? do we have to ask users to flip some switch on their device settings to allow upload of crash reports?
0
0
389
Mar ’23
-[NSWorkspace URLForApplicationWithBundleIdentifier:] returns apps from xcode archives
fyi, found this strange problem when trying to check if a different mac app is installed... from an ObjC mac app. see attached snapshot of debug. it finds the app all right, but it's from an xcode archive rather than an installed runnable app. does anybody know a workaround for this? i guess delete those archives temporarily...? the deprecated method fullPathForApplication also does this, lol
2
0
981
Sep ’22
avassetreader convert hdr frames to proper colorized CIImages
there are a lot of examples on how to add HDR video support to your apps, but we want to do is read video frames from an HDR video file and then properly map the colors to CIImages so they don't look washed out. it seems like there is some sort of color transform that needs to be applied. but does anyone know the magic formula? CVPixelBufferRef inputPixelBuffer = CMSampleBufferGetImageBuffer(buffer); CIImage* ciImage = [CIImage imageWithCVPixelBuffer:inputPixelBuffer]; // one vid frame
3
0
1.3k
Jul ’21
storekit not prompting for sandbox user login
running ios14, store kit is no longer prompting for sandbox user login even though i logged out of a real account on the device. how does it know to pull the product list from our unapproved lists of in-app purchases (e.g. new ones) if it does not prompt for sandbox? also it is strange that [SKPaymentQueue canMakePayments] is returning true even tho i have logged out. that seems to be an error on apple's part. no i cannot make payments on that device anymore.
0
0
710
May ’21