I'm trying to load a mobile map package using the new Swift SDK version 200 (beta). It appears to add the layers and tables but no map shows in map view.
I'm getting the following once, the first time I call addTable to my apps map:
error occurred: code: 24
error message: Object is already owned.
error additional message: Already owned.
I get the following error each time I call addOperationalLayer():
error occurred: code: 4
error message: Out of range.
error additional message: position is out of range.