Select to view content in your preferred language

pod 'ArcGIS-Runtime-SDK-iOS', '=10.2.4' duplicate symbol _squareOfDistanceBetweenPoints with CorePlot

4725
1
10-17-2014 11:33 PM
remoteroamer
Deactivated User

When I used 

pod 'CorePlot', :inhibit_warnings => true

pod 'ArcGIS-Runtime-SDK-iOS', '=10.2.4'.

The project will get this error :

duplicate symbol _squareOfDistanceBetweenPoints in:

    /Users/roamerxv/Projects/HZ_Traffic/iLiveTraffic2/Client/ILiveTraffic/Pods/ArcGIS-Runtime-SDK-iOS/ArcGIS.framework/ArcGIS(AGSCPTUtilities.o)

    /Users/roamerxv/Library/Developer/Xcode/DerivedData/ILiveTraffic-cbphqswxhtagdfbtrohykipayuba/Build/Products/Debug-iphonesimulator/libPods-CorePlot.a(CPTUtilities.o)

Keep the same setting and config in Xcode 6.1 (IOS 8),

just change to 

pod 'ArcGIS-Runtime-SDK-iOS', '=10.2.3'.

The project can compile and link ok.

What's wrong with the 10.2.4 IOS SDK ?

0 Kudos
1 Reply
MengyiGuo
Deactivated User

I have your issue reproduced. Support will submit a bug. Thank you for reporting this.

0 Kudos