-
iOS) dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire 대처방법Programing Language/iOS(Swift) 2020. 2. 13. 13:40728x90반응형
dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire
Referenced from: /private/var/containers/Bundle/Application/CC8FF01F-CB03-4D92-ADDE-8B458EDF3D74/SupremeYou.app/SupremeYou
Reason: no suitable image found. Did find:
/private/var/containers/Bundle/Application/CC8FF01F-CB03-4D92-ADDE-8B458EDF3D74/SupremeYou.app/Frameworks/Alamofire.framework/Alamofire: code signature invalid for '/private/var/containers/Bundle/Application/CC8FF01F-CB03-4D92-ADDE-8B458EDF3D74/SupremeYou.app/Frameworks/Alamofire.framework/Alamofire'와 같은 에러 대처방법.
해당 문제가 일어난 프로그램 폴더에서 Podfile파일에 들어가서
use_frameworks! <- 부분을
use_modular_headers! <- 으로 바꿔준다.
수정(4/8) : 위의 내용을 하신뒤 터미널로 pod update 추가로 해주세요!
728x90반응형'Programing Language > iOS(Swift)' 카테고리의 다른 글
iOS) iOS에서 Navigation Drawer 같은 효과내기 (0) 2020.02.13 iOS) PageViewController를 사용할때 특정 뷰 컨트롤러로 이동하는 방법 (0) 2020.02.13 iOS) 키보드 위에 Done 버튼 만들어서 키보드 내리기 (0) 2020.02.07 iOS ) 네비게이션 텝바 자연스럽게 감추기 (0) 2020.02.06 iOS) ImageView속에 마진 주기 (0) 2020.02.04