How do I retrieve the original code from an Xcode Archive file?

3.7k views Asked by At

I'm a newbie coder would like to get the lines of code that went into making a previous xcarchive file. How do I do this?

1

There are 1 answers

0
Buntylm On

The Archive does not contain your iOS App source code as this is mainly the .ipa folder that contains the complied app bundle so for these kind of condition you have to use source version control system like Github.com