“_OBJC_CLASS_$_”, referenced from: error in xcode 4.3.2

后端 未结 2 1606
误落风尘
误落风尘 2021-01-31 02:54

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:

Undefined symbols for architecture         


        
2条回答
  •  我在风中等你
    2021-01-31 03:29

    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.

提交回复
热议问题