본문 바로가기
#오류 [Error]

[macOS - Error] dyld: Library not loaded: @rpath/libswiftCore.dylib

by cy_mos 2022. 2. 15.
반응형
카테고리 게시글 작성 날짜 게시글 최근 수정 날짜 작성자
Error 2022.02.15. 14:10 2022.02.15. 14:10 Dev.Yang

 

🔧 에러 내용 (Error Message)

Library not loaded: @rpath/libswiftCore.dylib 오류로 응용 애플리케이션이 Crash가 발생하여 강제 종료됩니다.

 

Dyld Error Message:
  Library not loaded: @rpath/libswiftCore.dylib
  Referenced from: ...
  Reason: image not found

🔧 에러 해결방법 (Error Solution)

.xcodeproj 속성 정보에서 Product Target 선택 후 Build Settings 항목에서 Build Options -> Embedded Content Contains Swift Code "YES"설정 값을 변경합니다.

 

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


🚀 REFERENCE

반응형

댓글