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) 

architecture settings in build setting: enter image description here

compile sources: enter image description here enter image description here please help. in advance.

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

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -