简体   繁体   中英

dyld: __dyld section not supported Xcode 10 error

I've updated Xcode to version 10. After running, application crashing with message log "dyld: __dyld section not supported in /var/containers/Bundle/Application/AAAAAA-AAAA-AAA-9337-95F8907E0B50/MyApp.app/MyApp" 图像错误

The reason for the crash is that the __DATA __dyld section is missing from the binary. I don't know yet why the section is not created anymore. With Xcode 9 binaries are generated that contain the section, with Xcode 10 its not longer generated.

I have same problem, in my case problem was outdated pod. Hope it helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM