[xcode]module compiled with swift 5.4 cannot be imported by the swift 5.5.2 compiler 해결방법
자 일단 왜 문제가 생겻냐면...
sdk를 framwork 로 관리하고 -> 앱에 연결해서 보내줄려고 했는데..
프로젝트를 2개 빌드해야했다..
sdk가 빌드가 5.5.2로 되더라..??? 앱은 5.4??
자 그러면 sdk빌드 버젼을 낮춰야 한다.. 어떻게 낮추나??
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
이걸하면 된다고 하고 그러던데?? 안된다..
target -> build settings 들어가서.. swift compiler laungage 를 낮춰주면... complier 버젼자체가 내려간다..
'ios,swift' 카테고리의 다른 글
[ios]dictionary literal contains duplicate keys 해결방법 (0) | 2022.04.19 |
---|---|
[Xcode]device not detected 해결방법 (0) | 2022.04.11 |
[xcode]code signature version is no longer supported 해결방법 (0) | 2022.04.06 |
[xcode]Provisioning Profiles Location위치 찾는방법 (0) | 2022.04.05 |
[ios]unsupported os version 15.3 해결방법 (0) | 2022.02.15 |