XCode does not build Unity3D Project: lib not found

天大地大妈咪最大 提交于 2019-12-01 06:10:05

I've run into the same issue some time ago and it was fixed by replacing quotes under library search path:

replace

"$(SRCROOT)/Libraries"

with

$(SRCROOT)/Libraries

more: http://answers.unity3d.com/questions/538363/error-when-i-updated-to-xcode-5-to-get-import-to-i.html

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