Hello,
I am trying to add Shapefile to the ArcGis map creating a Feature layer. But SDK always gives me an error saying FileNotFoundError(details: "Invalid path or missing shapefile data.")
I am following the code from GitHub https://github.com/Esri/arcgis-maps-sdk-swift-samples
I also tried loading the same shapefiles on ArcGis online it worked.
Can anyone help me fix this problem?