0
使用的XCode 4.5.2和MacRuby的0.12,我的應用程序工作正常,在我的電腦上,但該發行版將無法在其他計算機上工作:的MacRuby版本的應用程序缺少libmacruby.dylib
Dyld Error Message:
Library not loaded: /Library/Frameworks/MacRuby.framework/Versions/0.12/usr/lib/libmacruby.dylib
Referenced from: /Users/USER/Desktop/PocheFactory.app/Contents/MacOS/PocheFactory
Reason: image not found
我已經檢查了我的部署設置,他們似乎很好: 在BuildPhases - >「鏈接庫與二進制文件」,我需要「MacRuby.framework」,並在BuildSettings->框架搜索路徑,我有包括「/庫/框架」與遞歸選項。
爲什麼這個特定的庫不包含在發佈版本中? 有什麼想法?