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.
Comments
Post a Comment