Is it possible to convert an xcarchive to xcodeworkspace?

2

My project xcode was unexpectedly removed after a month, because of a beast error, and unfortunately I do not have a backup. All I have is a myprojectname.xcarchive file, is it possible to somehow decompile and extract some classes or codes? Any help will be welcome.

    
asked by anonymous 27.06.2018 / 14:46

1 answer

2

Normally this is not possible because the final file does not have the source code of your application, but you can look inside the xcarchive simply by holding the control and clicking it in the Finder, then choose to display content.

    
27.06.2018 / 14:49