我在Xcode10.2中创建了一个命令行工具项目。我可以构建,但不能运行项目。
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /Users/{username}/Library/Developer/Xcode/DerivedData/{projectname etc...}/Build/Products/Debug/{Project name}
Reason: image not found我该怎么办?
我已经做了下面的方法,但我不能解决这个问题。dyld: Library not loaded: @rpath/libswiftCore.dylib
发布于 2019-04-07 15:29:48
我有同样的问题,我通过更新我的Mac解决了它,我希望这能对你有所帮助。
https://stackoverflow.com/questions/55469089
复制相似问题