네이버 로그인 기능을 추가하고 있는데 

프로젝트 이름/ios/Pods/naveridlogin-sdk-ios/NaverThirdPartyLogin.framework/NaverThirdPartyLogin' for architecture arm64

라는 에러가 나오면 실행 취소되었다. 여러가지 방법을 시도한 후 해결한 방법을 적어보려고 한다.

 

  1. 현재 개발하고 있는 flutter 프로젝트의 ios 폴더로 이동.
  2. Runner.xcworkspace를 Xcode로 실행.
  3. Runner, Pods 중 Pods 클릭.
  4. Build Settings -> All 클릭.
  5. Architectures의 Excluded Architecturese에 arm64를 추가하여 다시 실행해 본다.

+ Recent posts