swift - Linker error after upgrading Xcode 7.3 to 8.3.1 -
i facing linker error after upgrading xcode 7.3 8.3.1, below error coming @ time of project build:
undefined symbols architecture x86_64: "_objc_class_$__ttcc13test11appdelegate12loggedinuser", referenced from: objc-class-ref in uiview+toast.o ld: symbol(s) not found architecture x86_64 clang: error: linker command failed exit code 1 (use -v see invocation)
check testappdelegate
class, property loggedinuser
. there should clues.
this may problem, target compiling using uiview+toast
file, requires testappdelegate
compiled. check project settings -> build phases -> compile sources , check if entries colored red (missing under path) or not there, , readd them.
Comments
Post a Comment