We have an ionic cordova project which generates an Xcode project for our iOS build on our High Sierra MacBook. The project was built using Xcode 10.
To cater for our iOS 15 users, we moved the same Xcode project to our Big Sur MacBook to build using Xcode 13.
One of the functions of the app is to view a Tableau viz through a JavaScript API and it did not work as expected. We suspect it is related to the storing of cookies but we wonder why there is a difference in behaviour of the app building using Xcode 10 and 13.
Has anyone else ever experienced differences in app behaviour when building using Xcode 10 and 13?