'There is a project that runs in the simulator without problems, but when installed on a device (iphone 7) crashes (when opened)
Solution 1:[1]
I changed the "Embed & Sign" for AsyncDisplayKit. Now I have a different problem: "== 994 == Unable to find a memory range after restricting VM. == 994 == AddressSanitizer CHECK failed: /BuildRoot/Library/Caches/com.apple.xbs/Sources/clang_compiler_rt/clang-1103.0.32.62/compiler-rt/lib/asan/asan_mac.cc:92 "((0 && "cannot place shadow after restricting vm"))! = (0) "(0x0, 0x0) "
Solution 2:[2]
close the address sanitizer options, or change another better device
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Kerim.nar |
Solution 2 | xuezhulian |