What is that linker error in my first project in iOS development (objective-C)? -


i came across problem below in first project. linker error? between model , viewcontroller files?

apple mach-o linker error: "_objc_class_$_obebokekmodel", referenced , apple mach-o linker error: linker command failed exit code 1 (use -v see invocation)

i appreciate if can help. thanks!

this means linker can't find class name obebokekmodel

in objective-c 1 way can happen if .m file isn't added target building. select file .m , view file inspector make sure there checkmark next target building.

enter image description here


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -