IOS

IOS - Xcode 오류 Could not insert new outlet connection: Could not find any information for the class named

clamp 2022. 8. 4. 17:15
Could not insert new outlet connection: Could not find any information for the class named

무슨에러?

새로운 뷰를 생성하고 클래스 이름을 정확히 입력했으나 발생하는 에러.

Xcode의 버그라고..


해결방법?

방법 1. 해당 클래스에 @IBOutlet을 코드로 선언하고 연결하면 이후에 연결하는 컴포넌트들은 잘 연결됨.

방법 2. Xcode 재시작

방법 3. cmd + shift + k 로 클린빌드