Search results for

dsym file

77,674 results found

Post

Replies

Boosts

Views

Activity

symbolicate crashlog using .symbols files instead of dSYMs
Hi, Some crashes downloaded from TestFlight aren't symbolicated by Xcode and I don't know why, here's an example: Although all uploaded builds contain debug symbols (Symbols directory with .symbols files) and other crashlogs in the same version are symbolicated just fine (also visible on the above SS). I have access only to the .symbols files but not to the original dSYMs and I wonder how to perform symbolication manually. I tried pointing atos and symbolicatecrash utilities to respective .symbols file, but they are unable to work with it. I'm sure it's possible as TestFlight symbolicates crashlogs using only .symbols files somehow. Could you give a hint?
2
0
170
3w
Reply to Host Card Emulation (HCE) not valid
You would want to make sure that the AIDs are listed exactly as assigned to the exact same Bundle ID they are assigned to. You should check the contents of the provisioning profile you are using to build the app against the values in the entitlement file. You can check the provisioning file by either through Finder quicklook, or by opening it in Xcode.
3w
WidgetKit + AppIntent widget never sees shared snapshots (Flutter host app)
Environment iOS 17.2, Xcode 16.2, physical iPhone (12 Pro) Main app in Flutter WidgetKit extension written in Swift (Swift‑PM package) Shared App Group: group.cool.glance.shared Widget uses an AppIntent (FeedSelectionIntent) + custom entity (FeedAppEntity) Flutter bridge writes JSON snapshots for the widget Observed behaviour Flutter prints the snapshot payload and writes /…/AppGroup//Library/Caches/feed_snapshots.json. Widget gallery only shows the plain grey system placeholder (my sample placeholder never appears). Console log every time WidgetKit runs: chronod: Unable to resolve default intent (appintent:FeedSelectionIntent) for extension cool.glance.app.widget Error Domain=LNMetadataProviderErrorDomain Code=9000 LinkMetadata.BundleMetadataExtractionError.aggregateMetadataIsEmpty Added os_log in the widget + bridge (WidgetsBridgePlugin, FeedSnapshotStore, FeedEntityQuery, FeedSummaryTimeline), but none of them ever appear. That suggests the widget bundle can’t see the compiled AppIntent metadata or the sna
0
0
231
3w
Reply to filecopy fails with errno 34 "Result too large" when copying from NAS
Thanks for all the details and the funny anecdote. I'll ask the user to run the cp command, but they told me they have some other work to do at the moment and need a break. In the meantime, since you said it's a SMB issue, is there a way I can reproduce the Result too large myself? Setting a large resource fork like mentioned in that Stackoverflow post causes the mentioned error Argument list too long. Using the Terminal command cat file > file/..namedfork/rsrc like suggested by the first answer in that post to set the file itself as a resource fork of itself works (listing the extended attributes with ls -l@ file shows com.apple.ResourceFork 34669586 for my 34 MB test file), but calling copyfile as in the code I posted in my first post still works, even when the destination is on a FAT volume connected via SMB. When calling fsetxattr as in the code below, I can only set a custom attribute named asdf, but when using com.apple.ResourceFork the function doesn't se
Topic: App & System Services SubTopic: Core OS Tags:
3w
Reply to Facing issue with fairplay Streaming server SDK 26.0.0
Thanks for the sugegstions I ran the curl with -v option [azuki@AlmaDevVM Key_Server_Module]$ curl -v -d @Test_Inputs/iOS/spc_v3_ios_uhd_no_lease_2048.json localhost:8080/fps * Trying ::1:8080... * Connected to localhost (::1) port 8080 (#0) > POST /fps HTTP/1.1 > Host: localhost:8080 > User-Agent: curl/7.76.1 > Accept: */* > Content-Length: 5947 > Content-Type: application/x-www-form-urlencoded > * Empty reply from server * Closing connection 0 curl: (52) Empty reply from server [azuki@AlmaDevVM Key_Server_Module]$ Also when I checked httpd logs I do see a couple of errors. [DEBUG] ❌ Assertion failure: paramErr (-42585) [src/parse_certificates.swift:36] src/parse_certificates.swift:13: Fatal error: 'try!' expression unexpectedly raised an error: src.FPSStatus.paramErr [Thu Jan 22 04:17:30.168292 2026] [core:notice] [pid 1004898:tid 1004898] AH00051: child pid 1009053 exit signal Illegal instruction (4), possible coredump in /etc/httpd timestamp=2026-01-22 04:18:01,830,FP_TOOLN=fpssdk,FP_
Topic: Media Technologies SubTopic: Streaming Tags:
3w
Reply to Error generating domain certificate
Hi @appleAccount@fttecnologias.com, Please see the following technote for more information about troubleshooting your merchant domain verification failures, which includes verifying these issues below: your server's TLS implementation, cypher suites, or certificates your domain is not behind a proxy or hosted within a private network the domain verification file is served without a redirect, hasn't expired, and is associated with the correct merchant ID TN3173: Troubleshooting issues with your Apple Pay merchant identifier configuration https://developer.apple.com/documentation/technotes/tn3173-troubleshooting-issues-with-your-apple-pay-merchant-id-configuration Cheers, Paris X Pinkney |  WWDR | DTS Engineer
3w
Reply to filecopy fails with errno 34 "Result too large" when copying from NAS
Sorry for the confusion, and you assumed correctly that copying in the Finder works, but I actually meant something else. What I meant was this: a user of my app reported that when my app copies files from a QNAP NAS to a folder on their Mac, they get the error Result too large. When the app copies the same files from the Desktop folder, it works. Copying the files with the Finder, regardless of their source location, works as well. Yes, that all makes sense. There are basically two different issues that work here: There appears to be a bug in SMB involving the handling of larger xattr. The issue is specific to smb, which is why this doesn't affect local file copies. The Finder uses its own copy engine, which bypasses the problem. More specifically, the Finder is almost certainly using the ..namedfork/rsrc accessor that StackOverflow post mentions. Covering a few details: Interestingly, the destination file is actually created but has a much smaller size than the s
Topic: App & System Services SubTopic: Core OS Tags:
3w
Reply to String Catalog stops updating upon changing source code
But once that string is translated If by this you mean that it has translations in other languages, then Xcode is expected to update the value and mark translations as needing review automatically. But if the source string itself is already marked as translated in the xcstrings file, then you are already in a conflicted state where there is a value in code and also a source value in the xcstrings. In that case, it is expected because Xcode will never change the value of a source string that is marked as translated in the source language. It is only allowed to do so if the state is new. When such a string with a default value from code first appears in the String Catalog, it will have a state of new. The String Catalog Editor then prevents editing this string from the Catalog because the code defined the value and we don't want conflicting state. But perhaps in your case something or someone went into the JSON and flipped it to translated. In that case, this is expected behavior due to invalid configu
3w
Reply to CKSyncEngine initial sync on a new device
It's probably that, when doing an initial synchronization, CKSyncEngine can't tell whether you have built a local cache or not, and so to ensure that you can maintain the synchronization between your local cache, if any, and the server, CKSyncEngine returns you the deleted record IDs if: The deleted records were created on the device that is doing the fetch. A device that is not the creator won't get the deleted record IDs. The records was concurrently deleted during the fetching of changes. This is similar to the behavior I mentioned in this post. With this background, I am curious how you observed the slowness, if you don't mind to share the detailed steps. Also, is it that CKSyncEngine takes long time to fetch and deliver the deletions (events) to your app, or is it that your app needs long time to handle the deletions? In the former case, I'd suggest that you file a feedback report because it doesn't seem that anything from the app side can fix the issue – If you do so, please share your report I
3w
Reply to Error generating domain certificate
I’m trying to integrate Apple Pay on the web into a demo I’m building. In order to charge with Apple Pay, I need a Merchant ID, which must have the following set up: the Apple Pay Payment Processing Certificate, the Apple Pay Merchant Identity Certificate, and Merchant Domains. The one that’s giving me the error is Merchant Domains. The web environment/server is already configured and has no restrictions, and for Merchant Domain validation it requires a URL like this: https://domain/.well-known/apple-developer-merchantid-domain-association.txt. This URL is already configured with my demo domain, and when I access it I can see the contents of the apple-developer-merchantid-domain-association.txt file, which is what Apple uses to verify the domain. However, on Apple’s page, when I try to verify it, I get the error “Domain verification failed.” That seems strange to me because when I access the URL Apple uses, it does show the file contents. Could you help me with this? Also, just to mention it
3w
Reply to String Catalog stops updating upon changing source code
Thanks for the post. It seems like you have not received any replies. I think I have a suggestions for you to get people to see the issue you encountering by providing a little project sample. I am not aware of any localization issues at this time. So once that string is translated, changing the default value in code and rebuilding does not update the catalog? Or is there a way to determine what strings have default values in code that do not match the catalog values to see if any were missed as wording was tweaked over time? It’s been a long time since I use that, when I was using it I did periodically export my localization files using Xcode's Editor > Export for Localization.... This created an XLIFF file that I can diff against previous versions to spot discrepancies between default values in code and your localization files. Now, I think many developers are experts in localization and they can provide you great suggestions but I think that if you provide a little focused sam
3w
Reply to Team “57AWJ345M2” cannot enable iCloud Key-Value Storage for Bundle ID “com.marsgame.fg2”
That's a surprise to me. Would you mind to try with the following steps and see if the error is still there? Confirm the app transfer process is successfully completed. Confirm your provisioning profile is updated. You can do so by uncheck the Automatically manage signing box in Xcode and then check it back, which has Xcode refresh the provisioning profile. If you manually manage your codesign, download the updated profile from Apple's membership portal. Find the provisioning profile for your app from ~/Library/Developer/Xcode/UserData/Provisioning Profiles/ (or ~/Library/MobileDevice/Provisioning Profiles/ if you are using earlier version Xcode). If you have multiple files in the folder, find the one that has App ID Name tied to your app ID. Open the provisioning profile with your favorite text editor, and try to find the identifier of the key-value store identifier. If everything goes well, the identifier should be there. In your Xcode project, update the value of the com.apple.developer.ubiquity-k
3w
Reply to [FB21797091] Regression: Universal Links/AASA Fetching Fails for IDN on iOS 16+
Thanks so much for providing this, this is really good troubleshooting and you went over the steps. I like to verify the file when gets synced to Apple servers. I see some characters that should be in plain text instead of this: curl -v https://app-site-association.cdn-apple.com/a/v1/xn--pckua2a7gp15o89zb.com The content: { /: /*%E3%81%AE%E4%BB%95%E4%BA%8B, ?: { cid: ?* } }, { /: /*%E3%81%AE%E4%BB%95%E4%BA%8B-*, ?: { cid: ?* } }, { /: /%E9%9A%9C%E3%81%8C%E3%81%84%E8%80%85%E6%8E%A1%E7%94%A8/*, ?: { cid: ?* } } That could be causing an issue. Another way is to test on the device using the App Notes with a link. For the 求人ボックス.com I do not have the AASA file. But could be an issue with the URL? Albert Pascual
  Worldwide Developer Relations.
Topic: App & System Services SubTopic: General Tags:
3w
Reply to Horrible weird Window Server killing bug
This got even weirder. One is that sometimes the use of cos() would cause a compiler error, which was fixed by using Darwin.cos(). This may be fixed in Swift 6.3. The other thing is that in my much more complex code, the crash seemed to be caused by both the cos() call evaluating to 0, but only when the line being drawn with that result had a StrokeStyle applied to it. In anycase, I have filed Feedbacks explaining this, and I'm told the WindowServer team has had it brought to their attention.
Topic: UI Frameworks SubTopic: SwiftUI
3w