Warning: Error: dyld: lazy symbol binding failed: Symbol not found: _objc_autoreleasePoolPush

那年仲夏 提交于 2019-12-12 02:50:46

问题


I'm getting an error when imagemin is run on png : Warning: Error: dyld: lazy symbol binding failed: Symbol not found: _objc_autoreleasePoolPush

i'm on a macbook pro 10.6.8 I installed grunt today along with the plugin's

Any help would be wonderful as google is pointing me to IOS development issues.


回答1:


The binary is compiled for a newer version of the OS (you're now 4 major releases behind — upgrade if you can!)



来源:https://stackoverflow.com/questions/26642685/warning-error-dyld-lazy-symbol-binding-failed-symbol-not-found-objc-autore

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!