iPad (8th generation)
iOS 17.5.1
Xcode 15.4
==3775==Unable to find a memory range for dynamic shadow.
==3775==space_size = 0x00006b003fff, largest_gap_found = 0x00005faa0000, max_occupied_addr = 0x007000000000, new_max_vm = 0x0002fd500000
AddressSanitizer: CHECK failed: sanitizer_mac.cpp:1279 "((0 && "cannot place shadow")) != (0)" (0x0, 0x0) (tid=1381571)
<empty stack>
AddressSanitizer report breakpoint hit. Use 'thread info -s' to get extended information about the report.
Post
Replies
Boosts
Views
Activity
One work around that worked for one app but failed for other app is
Adding Siri to YES in your Entitlements file.
Or
by adding with open as source code and inserting
<key>com.apple.developer.siri</key>
<true/>
I am getting the same error as well.