Team/난감했던 이슈들

[ FLUTTER ] iOS 시뮬레이터 구동 불가

HEON.D 2022. 3. 23. 23:03

Xcode's output:

    Command CompileSwiftSources failed with a nonzero exit code
    ld: building for iOS Simulator, but linking in dylib built for iOS, file '/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)
    note: Using new build system
    note: Planning
    note: Build preparation complete
    note: Building targets in dependency order

Could not build the application for the simulator.

 

빌드 아키텍처 차이

x86_64 / arm64