I have an app in production, all worked good, but after apple forced to upgrade Xcode to run the app I started to face some issues and no one has found the solution to it yet, my business is in trouble because of this and I need a quick solution to it.
I have a question ( for mac/appstore context):
I succeeded to get around my run issue by creating a new project. I would like to know if there is a way using which I can link this new flutter project to older projet who contain the app which is in production and create a new release?
I think it needs to have the same
- Bundle name
- Bundle identifier signing certificate
- Also perhaps older archives from original project etc
All these things tell me it's not possible :( but perhaps I'm wrong