Esri / arcgis-maps-sdk-swift-toolkit

Mapping components that will simplify your Swift app development with the ArcGIS Maps SDK for Swift.
https://developers.arcgis.com/swift
Apache License 2.0
29 stars 9 forks source link

Backward compatibility #317

Closed swiatrzyk closed 8 months ago

swiatrzyk commented 1 year ago

I'd like to have possibility to use old API (v100) and the newest one (v200), so I can plan migrating extending it over time. Currently I cannot import both Swift Packages, as namings are conflicting

Screenshot 2023-04-20 at 12 12 19
mhdostal commented 1 year ago

@swiatrzyk Thank you for your question. Unfortunately, the Toolkit 100.x and 200.x version were not designed to be used at the same time. The same goes for the ArcGIS Maps SDK for Swift (v200.x) and the original Runtime SDK for iOS (v100.15)

So you will need to upgrade to the new Swift API (v200.1) and the new Swift Toolkit. You can copy components from the v100.x Toolkit into your project, but you will have to update them to work with the new Swift API.

dfeinzimer commented 8 months ago

Hi @swiatrzyk I'll go ahead and close this question out due to inactivity. If you have any further questions feel free to open another issue or create a post in our community forum. Thanks!