Search code examples
xcoderecoverxcarchive

Is threre any way to convert xcarchive to xcodeworkspace?


my xcode project after one month developing unexpectedly has been removed ,because of a silly mistake ,unfortunately i don't have any backup! everything i have is an archived file : myprojectname.xcarchive is there any way to de-compile it extract some of classes or codes? any help would be greatly appreciated!


Solution

  • Normally this is not possible because the archive does not contain your app's source code. You can look inside a xcarchive simply by control-clicking it in the Finder and choosing “Show Package Contents”.