yoonjaepark / flutter_naver_login

A Flutter plugin for Naver Sign In.
BSD 2-Clause "Simplified" License
47 stars 70 forks source link

clang: error: linker command failed with exit code 1 #44

Closed JosephNK closed 2 years ago

JosephNK commented 2 years ago

ld: building for iOS Simulator, but linking in dylib built for iOS, file '/Users/xxx/workspace/development/flutter/app/ios/Pods/naveridlogin-sdk-ios/NaverThirdPartyLogin.framework/NaverThirdPartyLogin' for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

build clean도 해보고 다 해봤는데... 해당 에러를 해결을 못하고 있네요..

다른 해결 방법이 없을까요?

Xcode 13.1 Flutter 2.5.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision 18116933e7 (2 weeks ago) • 2021-10-15 10:46:35 -0700 Engine • revision d3ea636dc5 Tools • Dart 2.14.4

JosephNK commented 2 years ago

Project Podfile 수정하여 해결 했네요. 참고 바랍니다.

installer.pods_project.build_configurations.each do |config|
  config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end