[ios]Unable to authenticate with App Store Connect issue 해결방법
xcode 재시작
[참조] https://smok95.tistory.com/339
[ios]Unable to authenticate with App Store Connect issue 해결방법
xcode 재시작
[참조] https://smok95.tistory.com/339
[ios]dictionary literal contains duplicate keys 해결방법
dictionary의 key가 똑같은게 있을 때, 발생된다.. 하나의 key만 나올 수 있게 수정하면 된다.
[iOS]권한설정 화면으로 이동시키기 (0) | 2022.05.20 |
---|---|
[ios]Unable to authenticate with App Store Connect issue 해결방법 (0) | 2022.05.16 |
[Xcode]device not detected 해결방법 (0) | 2022.04.11 |
[xcode]module compiled with swift 5.4 cannot be imported by the swift 5.5.2 compiler 해결방법 (0) | 2022.04.06 |
[xcode]code signature version is no longer supported 해결방법 (0) | 2022.04.06 |
[Xcode]device not detected 해결방법
os문제도 아닌데..
device not detected 뜨면
sudo pkill usbmuxd
비번 치고 다시 xcode키면 나온다
[참조]https://dragoner.tistory.com/166
[ios]Unable to authenticate with App Store Connect issue 해결방법 (0) | 2022.05.16 |
---|---|
[ios]dictionary literal contains duplicate keys 해결방법 (0) | 2022.04.19 |
[xcode]module compiled with swift 5.4 cannot be imported by the swift 5.5.2 compiler 해결방법 (0) | 2022.04.06 |
[xcode]code signature version is no longer supported 해결방법 (0) | 2022.04.06 |
[xcode]Provisioning Profiles Location위치 찾는방법 (0) | 2022.04.05 |
[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]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 |
[xcode]code signature version is no longer supported 해결방법
여러방법이 많았는데.. 전부 다 안된다..
target -> project -> general -> frameworks,libraries, and embeddedContent -> do Not Embed 로 변경해야 한다.
[참조] https://developer.apple.com/forums/thread/679182
[Xcode]device not detected 해결방법 (0) | 2022.04.11 |
---|---|
[xcode]module compiled with swift 5.4 cannot be imported by the swift 5.5.2 compiler 해결방법 (0) | 2022.04.06 |
[xcode]Provisioning Profiles Location위치 찾는방법 (0) | 2022.04.05 |
[ios]unsupported os version 15.3 해결방법 (0) | 2022.02.15 |
[ios]could not load nib in bundle in framework 해결방법 (0) | 2021.03.19 |
[xcode]Provisioning Profiles Location위치 찾는방법
파일이 엉켜서 초기화 시키기 위해서 Provisioning 폴더를 찾아 보자
finder -> 이동 -> 폴더로 이동 -> "~/Library/MobileDevice/Provisioning\ Profiles"
[xcode]module compiled with swift 5.4 cannot be imported by the swift 5.5.2 compiler 해결방법 (0) | 2022.04.06 |
---|---|
[xcode]code signature version is no longer supported 해결방법 (0) | 2022.04.06 |
[ios]unsupported os version 15.3 해결방법 (0) | 2022.02.15 |
[ios]could not load nib in bundle in framework 해결방법 (0) | 2021.03.19 |
[SceneDelegate]삭제방법 (0) | 2020.05.29 |
[ios]unsupported os version 15.3 해결방법
밑에 보이는 것처럼 하면 되는데, 몇가지 문제사항이 있다..
https://github.com/filsv/iPhoneOSDeviceSupport/issues/110
위의 링크에서 받아 볼 수 있는데.
15.2까지 release 되어있다.. 그런데.
15.3은 지원되냐는것이다..
어떻게 해결하냐면... 15.2꺼 다운받아서 넣은 다음에 15.3으로 이름 변경하고
xcode를 껏다 키면 된다고 하는데 아예 맥북을 재부팅 해야 한다..
[xcode]code signature version is no longer supported 해결방법 (0) | 2022.04.06 |
---|---|
[xcode]Provisioning Profiles Location위치 찾는방법 (0) | 2022.04.05 |
[ios]could not load nib in bundle in framework 해결방법 (0) | 2021.03.19 |
[SceneDelegate]삭제방법 (0) | 2020.05.29 |
[ios]swfit model version check 방법 (0) | 2020.04.27 |
[ios]could not load nib in bundle in framework 해결방법
framework 에 xib를 넣어서 외부에서 라이브러리 형식으로 가져다 쓸려고 했다..
외부 프로젝트에서 라이브러리를 import 한 후, framework안에 있는 xib를 로드 할려고 했더니..
could not load nib in bundle 이라고 나온다..
자 그러면 어떤 bundle에 있는 xib인지를 알려줘야 한다..
라이브프로젝트 bundle identifier 명을 쓰고
let bundleID = "bundle identifier"
let bundle = Bundle.init(identifier: bundleID)
self.Controller = Controller(nibName: "xib명", bundle: bundle)
이렇게 하면 push해서 들어갈 수 있다.
[xcode]Provisioning Profiles Location위치 찾는방법 (0) | 2022.04.05 |
---|---|
[ios]unsupported os version 15.3 해결방법 (0) | 2022.02.15 |
[SceneDelegate]삭제방법 (0) | 2020.05.29 |
[ios]swfit model version check 방법 (0) | 2020.04.27 |
[ios]swift uiimageview contentmode not working , translatesAutoresizingMaskIntoConstraints 연관 이슈해결방법 (0) | 2020.04.14 |