是unity版本5.6 模拟器运行构建场景的时候 报错。
报错信息如下
dyld: lazy symbol binding failed: Symbol not found: _luaL_newstate
Referenced from: /Users/apple/Library/Developer/CoreSimulator/Devices/B0CB5474-7819-4921-A2F9-B53C300991B2/data/Containers/Bundle/Application/A66D2A95-C7DE-4DC0-9137-AC7695228344/xhl.app/xhl
Expected in: flat namespace
dyld: Symbol not found: _luaL_newstate
Referenced from: /Users/apple/Library/Developer/CoreSimulator/Devices/B0CB5474-7819-4921-A2F9-B53C300991B2/data/Containers/Bundle/Application/A66D2A95-C7DE-4DC0-9137-AC7695228344/xhl.app/xhl
Expected in: flat namespace

运行APP时没有添加依赖库导致的(系统的库或者其他的),并且系统的库选择Optional,而不是Required.
请问您当时是怎么解决这个问题的 我也是一模一样的 not found _luaL_newstate 我是用unity5.6 打包 xcode8.3