Post

Replies

Boosts

Views

Activity

Reply to Odd dyld crash: '/usr/lib/libc++.1.dylib' (no such file, no dyld cache)
Thank you for checking! We are seeing consistent failure on all devices that our developers are using, and restarting the device does not resolve the issue. I spent a fair amount of time performing a git bisect to narrow down the issue, but strangely enough, we begin seeing intermittent failures the farther we go back in history making it difficult to track down the exact commit that may have introduced an issue. For example, starting the app ~40 times results in a handful of failures where as it consistently fails today. Our RELEASE builds currently work correctly. The issue appears to only occur when installing from Xcode from what we can tell.
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’24
Reply to xcode 14 freezes when running multiple tests in xctestplan
This does not appear to be resolved in Xcode 14.3.
Replies
Boosts
Views
Activity
Apr ’23
Reply to How to prevent duplicate resource bundles from SPM dynamic framework in app extensions?
For others, I resolved this issue by: Rewrite my own version of the synthesized Bundle.module SPM provides and adding Bundle.allBundles.first(where: { $0.resourceURL?.pathExtension == "app" })?.resourceURL as a candidate location for the resource bundle. Adding a python script to remove the duplicate bundles as a build phase.
Replies
Boosts
Views
Activity
Apr ’24
Reply to Getting (arm64) could not find object file symbol for every symbol in static library
@ciceron1, did you find a resolution this? I am seeming a similar issue and it is generating 8k+ warnings when we create the dSYM.
Replies
Boosts
Views
Activity
Jul ’24
Reply to How to prevent duplicate resource bundles from SPM dynamic framework in app extensions?
Sure, @rosskimes did you still need it?
Replies
Boosts
Views
Activity
Sep ’24
Reply to Odd dyld crash: '/usr/lib/libc++.1.dylib' (no such file, no dyld cache)
Thanks for the quick reply! We are using Xcode Version 15.1 (15C65), but we've seen the issue with 15.4 as well. In addition, the crash is occurring on devices with 17.6.1 and 18.0. The output of otool -L is attached! :D otool-output-.txt
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to Odd dyld crash: '/usr/lib/libc++.1.dylib' (no such file, no dyld cache)
Thank you for checking! We are seeing consistent failure on all devices that our developers are using, and restarting the device does not resolve the issue. I spent a fair amount of time performing a git bisect to narrow down the issue, but strangely enough, we begin seeing intermittent failures the farther we go back in history making it difficult to track down the exact commit that may have introduced an issue. For example, starting the app ~40 times results in a handful of failures where as it consistently fails today. Our RELEASE builds currently work correctly. The issue appears to only occur when installing from Xcode from what we can tell.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to Odd dyld crash: '/usr/lib/libc++.1.dylib' (no such file, no dyld cache)
Weird and painful indeed! I have submitted the feedback report (large attachments are being uploaded still). The feedback identifier is: FB15350098. EDIT: The standalone app with C++ worked as expected, I suspect it has something to do with the corpulent nature of our app.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to Xcode 16's EmbeddedBinaryValidationUtility taking massive amounts of memory
Indeed, our current workaround was to create an executable with the same name that exits with 0.
Replies
Boosts
Views
Activity
Mar ’25