Run time program show the following error:-
"_OBJC_CLASS_$_IconDownloader", referenced from:
&
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any One solve this Problem?
Thanks In advance.
Run time program show the following error:-
"_OBJC_CLASS_$_IconDownloader", referenced from:
&
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any One solve this Problem?
Thanks In advance.
If ParseOperation
and IconDownloader
are defined in source files, add those files to the compile phase for your target. If they are defined in a library, add it to the link phase.