[xcode]compile module was created by different version of the compiler 해결방법
xcode 업그레이드 시키면서 자체적으로 가지고 있는 framework 가 compiler version이 서로 틀리단다..
framework라면 compiler version에 상관없이 빌드되야 한다..
해결하려면..
build settings -> Build Libraries for Distribution -> yes 설정하면 된다.
'ios,swift' 카테고리의 다른 글
[ios]pod init 이후에, xcworkspace 생기지 않는 이슈 해결방법 (0) | 2023.05.18 |
---|---|
[Xcode]Cannot find type 'AnimationView' in scope 해결방법 (0) | 2023.05.02 |
[Xcode]products folder not visible 해결방법 (0) | 2023.04.19 |
[ios]Xcodeproj Unknown object version (56). (RuntimeError) (0) | 2023.04.19 |
[ios]the ios deployment target 'iphoneos_deployment_target' is set to 11.0 to 해결방법 (0) | 2023.04.17 |