```dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: XXX
Reason: image not found.```
是说找不到一个图片。
1、 在Build Setting-> Embedded Content Contains Swift Code设置为YES;
2、在 build settings,搜索runpath search paths,增加一个@executable_path/Frameworks如有请 clean 重新设置;
3、在build settings,搜索Always Embed Swift Standard Libraries设置为YES,然后运行即可,后续可以设回NO也可以;
上面3种方法,总有一种能解决你的问题。能解决你的问题记得点赞哦