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:
- cleaning project
- reinstalling , installing cocoapods again
- 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
Post a Comment