ios - CocoaPods Duplicate issue -


i reinstalled cocoapods because having strange issue installing latest podfile (apparently issue had xcode 7.0).

anyway, project not build , seems there bunch of duplicates symbols everywhere of sudden , trying hard not freak out lol. there 400 lines copy first little bit, pattern same throughout , different libraries used in project

here have tried far:

  1. cleaning project
  2. reinstalling , installing cocoapods again
  3. remove libpods.a

can please me? here error below:

thank you!

duplicate symbol _objc_ivar_$_fmstatement._query in: /users/tedmac/library/developer/xcode/deriveddata/testproject-bgdrygtyrbfgjfancdtafrzibzkq/build/products/debug-iphoneos/libfmdb.a(fmdatabase.o) /users/tedmac/library/developer/xcode/deriveddata/testproject-bgdrygtyrbfgjfancdtafrzibzkq/build/products/debug-iphoneos/libpods-fmdb.a(fmdatabase.o) duplicate symbol _objc_ivar_$_fmdatabase._checkedout in: /users/tedmac/library/developer/xcode/deriveddata/testproject-bgdrygtyrbfgjfancdtafrzibzkq/build/products/debug-iphoneos/libfmdb.a(fmdatabase.o) /users/tedmac/library/developer/xcode/deriveddata/testproject-bgdrygtyrbfgjfancdtafrzibzkq/build/products/debug-iphoneos/libpods-fmdb.a(fmdatabase.o) duplicate symbol _objc_ivar_$_fmstatement._usecount in: /users/tedmac/library/developer/xcode/deriveddata/testproject-bgdrygtyrbfgjfancdtafrzibzkq/build/products/debug-iphoneos/libfmdb.a(fmdatabase.o) /users/tedmac/library/developer/xcode/deriveddata/testproject-bgdrygtyrbfgjfancdtafrzibzkq/build/products/debug-iphoneos/libpods-fmdb.a(fmdatabase.o) 

although have tried removing libpods.a, seems pointing @ library twice, , perhaps building twice. @ files listed duplicates ensure included in pods target. check library search path , other project settings make sure won't include again in application target. make sure of includes point @ headers , not .m files.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -