아래의 사이트를 참조하면 웬만한건 해결됨
http://peterfennema.nl/migration-of-an-ios-app-to-xcode8-swift3/
아래와 같은 에러는 아래와 같이 두번째 줄로 임시땜빵
Error: Generic parameter 'Result Type' could not be inferred
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let fetchRequest = NSFetchRequest(entityName: "FaceAuth") | |
let fetchRequest = NSFetchRequest<NSFetchRequestResult>(entityName: "FaceAuth") |
'모바일 > iOS' 카테고리의 다른 글
EXC_BAD_ACCESS when using chart library in swift 4 (0) | 2018.08.23 |
---|---|
Swift4 - Using Machine Learning Vision Library in Swift4, Cocoa Framework (0) | 2018.06.01 |
Swift3 - URL 로딩 웹뷰 코드조각 (0) | 2016.11.26 |
iOS IPv6 관련 앱 등록 거부와 무선랜 구입 (4) | 2016.10.09 |
NAT64 세팅 (0) | 2016.09.14 |