2 | So today I ran into a major problem. I got a problem involving my viewcontroller on xcode 4.3.2 as seen in this error message:
I noticed that these errors only appear when I program IBActions linking my viewcontroller to additional classes. If I delete the IBActions the errors disappear. Any help is appreciated. | |||
feedback |
0 | Finally found the answer. In your target settings, locate build phases and navigate to compile sources. Once there just ad the .m file that is getting the error to the list. | ||
|
'iPhone dev. > Objective C general' 카테고리의 다른 글
UIImage 용량 줄이기 (0) | 2013.02.21 |
---|---|
Cyclic한 import 해결(xcode unknown type name) (0) | 2012.04.05 |
Objective C 에서 sha512 사용하기 (0) | 2011.12.05 |