出现了匪夷所思的崩溃情况:

提示为:dyld: Library not loaded: @rpath/libswiftCore.dylib

dyld: Library not loaded: @rpath/libswiftCore.dylib问题解决


解决问题方法:
一.
clean xcode,把真机上的app删除,重新运行
三.    搜索路径问题
设置Runpath Search Paths 为@executable_path/Frameworks


dyld: Library not loaded: @rpath/libswiftCore.dylib问题解决


相关文章: