DYLD:未加載的庫:@rpath/libSwitCore.dylib我正試圖在我的iPhone4s上運行一個SWIFT應用程序。它在模擬器上運行得很好,我的朋友可以在他的iPhone4s上成功地運行它。我有iOS 8和Xcode 6的官方版本。我試過了重新啟動Xcode,iPhone,計算機清潔改造撤銷和創建新的證書/提供配置文件運行路徑搜索路徑是$(inherited) @executable_path/Frameworks嵌入內容包含SWIFT代碼為“是”代碼簽名標識是開發人員下面是整個錯誤dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from:
/private/var/mobile/Containers/Bundle/Application/LONGSERIALNUMBER/AppName.app/AppName
Reason: no suitable image found. Did find:
/private/var/mobile/Containers/Bundle/Application/LONGSERIALNUMBER/AppName.app/Frameworks/libswiftCore.dylib: mmap() error 1 at
address=0x008A1000, size=0x001A4000 segment=__TEXT in Segment::map()
mapping/private/var/mobile/Containers/Bundle/Application/LONGSERIALNUMBER/APPLICATION_NAME/Frameworks/libswiftCore.dylib
DYLD:未加載的庫:@rpath/libSwitCore.dylib
慕田峪9158850
2019-06-21 14:48:16