ios - Duplicate symbols for architecture i386 for Pods/Parse -


i have issue on duplicate symbols arhictecture i386 when build ios workspace error code below:

duplicate symbol _objc_class_$_pfpurchase in:/users/ghost/pods/parse/parse.framework/parse(pfpurchase.o)
/users/ghost/pods/parse/libparse.a(pfpurchase.o)
ld: 731 duplicate symbols architecture i386
clang: error: linker command failed exit code 1 (use -v see invocation)

the pod parse version 1.7.2.2.

anyone help?


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -