简体   繁体   中英

Get the Xcode File of My App Installed on iOS

I am really scared because when I run my app on my simulator, it just crashes. I am not looking for help with the crash. I have a working version installed onto my iPhone. I am wondering: is there any possible way to grab the Xcode file from my iPhone and use that instead of the current one?

I am really scared that my app no longer works.

Thanks!

The file on your phone isn't "an Xcode file", it's a compiled binary app file. This unfortunately cannot be transformed back into source code that could be opened by Xcode.

How and when was the version on your phone built? Hopefully you have your code checked into a version control system and can revert to the version that was used to build the app currently on your phone.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM