Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- persistentStoreCoordinator
- Raw value and Associated value
- CoreData Filter
- Swift LinkedList
- leetcode #01
- Associated Value
- codability
- Persistent store Coordinator
- iOS Static Library 사용하는방법
- 일급 객체
- NSManagedObject SubClass
- CoreData Stack
- Swift 고차함수
- iOS Static Library
- Swift
- NSSortDescriptor
- dateFormatter
- CoreData Concurrency
- 다익스트라 이해
- NSPredicates
- 트레일링 클로저
- LightWeight Migration
- Clean swift
- Swift closure
- CoreData
- 1009번
- 2022 부스트캠프
- expensive operation
- Java
- 스위프트 클로저
Archives
- Today
- Total
하루를살자
Xcode 디바이스 연결시 에러 본문
Error Description
"This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode. You may also need to restart your mac and device in order to correctly detect compatibility."
해결
- 아래 링크를 통해 현재 디바이스의 iOS 버전 을 확인하고 해당 버전의 zip 파일을 다운받은뒤 아래 디렉토리 에 붙혀넣어주면 해결
현재 Iphone iOS Version: 15.6 인데 아래 깃헙 링크엔 15.5 만 나와있다.
15.5 zip 을 다운받고 압축해제해준뒤 파일명을 15.6 으로 바꿔준뒤에 아래 디렉토리 에 붙혀넣기 해주면 된다.
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
https://github.com/iGhibli/iOS-DeviceSupport/tree/master/DeviceSupport
GitHub - iGhibli/iOS-DeviceSupport: This repository holds the device support files for the iOS, and I will update it regularly.
This repository holds the device support files for the iOS, and I will update it regularly. - GitHub - iGhibli/iOS-DeviceSupport: This repository holds the device support files for the iOS, and I w...
github.com
'Xcode' 카테고리의 다른 글
'ld: building for iOS Simulator, but linking in dylib built for iOS, file for architecture arm64' 에러 (1) | 2022.08.21 |
---|
Comments