Use an Archived version on XCode

Hi, I have an app that I haven't update in a while and I want to update it to iOS 14, there is a mismatch in my github repo and the archive version number that I have published, maybe I forgot to commit the last update I did. How can I use the local archive version I have on my computer?
On Github I see version 3.01 and my local has 3.1.0

Thanks
Archive does not have much information about the source project and you cannot use it as a project of Xcode.

You need to recall what you have implemented from 3.01 to 3.1.0 and re-implement them again.
Use an Archived version on XCode
 
 
Q