ArcGIS Runtime Error Occurred. Set a breakpoint on C++ exceptions to see the original callstack and context for this error: Error Domain=com.esri.arcgis.runtime.error Code=24 "Object is already owned." UserInfo={NSLocalizedFailureReason=Already owned., NSLocalizedDescription=Object is already owned., Additional Message=Already owned.}
I am getting this error while i am changing Segment controller in swiftUI in same UI view.
Could you please help me how to resolve that.
also if i plot more than 50 graphic point, App taking to mush load to perform the action, is there any way to fix this?