Linker command failed with exit code 1 (use -v to see invocation) in xcode 5.1.1
-
Hi I am getting the below error, when i try to compile xcode project. duplicate symbol _squareOfDistanceBetweenPoints in: /Users/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/ArcGIS(AGSCPTUtilities.o) /Users/project/map/libCorePlot-CocoaTouch.a(CPTUtilities.o) duplicate symbol _niceNum in: /Users/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/ArcGIS(AGSCPTAxis.o) /Users/project/map/libCorePlot-CocoaTouch.a(CPTAxis.o) duplicate symbol _AddRoundedRectPath in: /Users/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/ArcGIS(AGSCPTPathExtensions.o) /Users/project/map/libCorePlot-CocoaTouch.a(CPTPathExtensions.o) duplicate symbol _CreateRoundedRectPath in: /Users/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/ArcGIS(AGSCPTPathExtensions.o) /Users/project/map/libCorePlot-CocoaTouch.a(CPTPathExtensions.o) duplicate symbol _dependentCoord in: /Users/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/ArcGIS(AGSCPTTradingRangePlot.o) /Users/project/map/libCorePlot-CocoaTouch.a(CPTTradingRangePlot.o) duplicate symbol _independentCoord in: /Users/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/ArcGIS(AGSCPTTradingRangePlot.o) /Users/project/map/libCorePlot-CocoaTouch.a(CPTTradingRangePlot.o) duplicate symbol _MyCGPathApplierFunc in: /Users/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/ArcGIS(NSCoderExtensions.o) /Users/project/map/libCorePlot-CocoaTouch.a(NSCoderExtensions.o) ld: 7 duplicate symbols for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) thanks in advance