Search results for

dsym file

77,678 results found

Post

Replies

Boosts

Views

Activity

Host Card Emulation (HCE) not valid
Provisioning profile doesn't match the entitlements file's value for the com.apple.developer.nfc.hce.iso7816.select-identifier-prefixes entitlement. Although when we created the request, we added a list of AIDs which is the same as the list registered in Inof.plist com.apple.developer.nfc.hce.iso7816.select-identifier-prefixes XXXXXX XXXXXX XXXXXX How can we get a better message of diffs between them?
1
0
154
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
Adobe XD throws error when loading UIKit resources Sketch file
Hi there. I want to use Adobe XD for designing and prototyping apps, and I would like to get the UIKit design resources working. I downloaded it and tried to open it with Adobe XD, but it threw this error: There was an error opening the file Apple iOS 26 UI Kit.sketch (Error code: 115) I really prefer to use the UIKit in Adobe XD rather than paying for Figma or Sketch. Thanks. Apple Design Resources
Topic: Design SubTopic: General Tags:
1
0
759
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
MetalToolchain download fails on macOS 26.2, build 17C48 catalog error
Without this, I can't install/open Unreal Engine on my iMac OS 26.2 Tahoe. I can't even download the Metal Toolchain in Xcode-Settings-Components. It fails every time. when I try to open Unreal Engine, it says this: Xcode Metal Compiler error: error: error: cannot execute tool 'metal' due to missing Metal Toolchain; use: xcodebuild -downloadComponent MetalToolchain But every time I try to download Metal Toolchain in terminal, it says this: xcodebuild: error: Failed fetching catalog for assetType (com.apple.MobileAsset.MetalToolchain), serverParameters ({ RequestedBuild = 17C48; }) % sudo xcode-select --reset xcrun -f metallib Password: xcrun: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -find metallib 2> /dev/null' failed with exit code 17664: (null) (errno=No such file or directory) xcrun: error: unable to find utility metallib, not a developer tool or in PATH
1
0
129
3w
NSTextLineFragment crash - how to debug
We have crash reports as shown below that we haven't yet been able to repro and could use some help deubgging. My guess is that the app is giving a label or text view an attributed string with an invalid attribute range, but attributed strings are used in many places throughout the app, and I don't know an efficient way to track this down. I'm posting the stack trace here in hopes that someone more familiar with the internals of the system frameworks mentioned will be able to provide a clue to help narrow where I should look. Fatal Exception: NSRangeException NSMutableRLEArray objectAtIndex:effectiveRange:: Out of bounds 0 CoreFoundation 0x2d5fc __exceptionPreprocess 1 libobjc.A.dylib 0x31244 objc_exception_throw 2 Foundation 0x47130 blockForLocation 3 UIFoundation 0x2589c -[NSTextLineFragment _defaultRenderingAttributesAtCharacterIndex:effectiveRange:] 4 UIFoundation 0x25778 __53-[NSTextLineFragment initWithAttributedString:range:]_block_invoke 5 CoreText 0x58964 TLine::DrawGlyphsWithAttributeOverrides(TLine
6
0
495
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