xcode10.0疑难问题,偶发性报malloc: Heap corruption detected, free list is damaged at 0x2818a3fa0 malloc:...

  • 这个问题困扰了我好久,项目运行在xcode9上运行就没问题,但是运行在xcode10上就会有问题。
  • 具体情况是,用户从APP Store上下载APP,刚打开APP iPhone6P必崩(我这边是卡死不动),然后再次进入APP就好了。并且以后在使用APP的过程中,偶发性的崩溃,都是报如下的错误。
yimiaozhaopin(1123,0x1045eab80) malloc: Heap corruption detected, free list is damaged at 0x2818a3fa0
*** Incorrect guard value: 0
yimiaozhaopin(1123,0x1045eab80) malloc: *** set a breakpoint in malloc_error_break to debug
  • 解决办法:在Capabilities->Access WiFi Information中,打开ON选项


    9A98192E8B23140567C8D33FF87E4E64.jpg

分享是种快乐。

你可能感兴趣的:(xcode10.0疑难问题,偶发性报malloc: Heap corruption detected, free list is damaged at 0x2818a3fa0 malloc:...)