dyld: Library not loaded: @rpath/libswiftCore.dylib / Image not found

Try adding the following line to Runpath Search Paths of your target.

@executable_path/Frameworks

your_target -> Build Settings -> Linking -> Runpath Search Paths

Leave a Comment