Hello,
I’m having issue with AGSServiceFeatureTable queryFeatures function, when I call it I get the error bellow.
I’m running a simple query like this:
class ViewController: UIViewController {
private var featureTable: AGSServiceFeatureTable = {
let featureTable = AGSServiceFeatureTable(url: url)
}()
override func viewDidLoad() {
super.viewDidLoad()
self.fetchFeatures()
}
private func fetchFeatures() {
}
}
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=1014 "Unable to open the database file" UserInfo={NSLocalizedFailureReason=, NSLocalizedDescription=Unable to open the database file, Additional Message=}
Some help would be great!
Thank you
Solved! Go to Solution.
Great to hear. Thanks for confirming.