You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't execute the code. it's crashing on line featureLayer.selectFeatures(with: selectQuery, selectionMethod: .new)
on pickerView function stating the following error.
'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[0]'
The text was updated successfully, but these errors were encountered:
I can't execute the code. it's crashing on line
featureLayer.selectFeatures(with: selectQuery, selectionMethod: .new)
on pickerView function stating the following error.
'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[0]'
The text was updated successfully, but these errors were encountered: