[Error] Could not insert new outlet connection: Could not find any information for the class named
언어/Objective - C 2017. 3. 24. 17:28이런 에러가 생겼을 경우
Here are some things that can fix this (in increasing order of difficulty):
- Clean the project (Product > Clean)
- Completely close Xcode and restart your project.
- Delete the Derived Data folder (Window > Projects > click Delete button by Derived Data.) (Update: In Xcode 8 this location no longer appears. Supposedly Xcode cleans up Derived Data by itself. If you want to delete it manually you can find the folder yourself by going to Preferences > Locations and clicking the gray arrow by the Derived Data folder. Then delete your project folder.)
- Click delete on the class, remove reference (not Move to Trash), and add it back again. (see this answer)
'언어 > Objective - C' 카테고리의 다른 글
[Error] 라이브러리 추가 시 Pods written in Swift can only be integrated as frameworks... (0) | 2017.04.13 |
---|---|
[Info] Cocoapods 설치&시작 (0) | 2017.04.12 |
[Error] ARC forbids explicit message sent... (0) | 2017.03.18 |
viewDidUnload (0) | 2017.03.17 |
delegate, protocol 개념 (0) | 2017.03.17 |