So I decided to continue the development of the (react-native) app in an external ssd drive.
Thus, I cloned the app from GitHub, run npm i and cd ios pod install, run the app in a simulator and then made an Archive an uploaded to apple store connect.
But when I visited the apple store connect, I saw that the build was uploaded as another app with the same name.
I tried to copy/paste the ios folder of the old app into the new. Deleted the build folder and the DerivedData, made the Archive etc, but the new build was uploaded again in the second app.
Is there something that I'm not doing right?
I could delete the old app (in apple store connect) and go on with the new, (it's not in production yet) but I just wonder, why is this happening, and how can I avoid it.
Thank you