简体   繁体   English

获取在iOS上安装的“我的应用”的Xcode文件

[英]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. 我的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? 我想知道:有没有办法从iPhone抓取Xcode文件并使用它而不是当前文件?

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. 手机上的文件不是“ Xcode文件”,而是经过编译的二进制应用程序文件。 This unfortunately cannot be transformed back into source code that could be opened by Xcode. 不幸的是,这不能转换回可以由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. 希望您已将代码签入版本控制系统,并且可以还原到用于构建当前手机上的应用程序的版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 获取应用程序文件ios xcode 7/8 - Get app file ios xcode 7/8 在iOS应用程序上安装sqlite文件时,为什么没有数据? - why is there no data in my sqlite file when it is installed on iOS app? iOS应用程序在安装远程/ diawi时崩溃,但如果从xcode安装则不会崩溃 - iOS App Crashes when installed remote/diawi but not if installed from xcode 如果通过 Xcode 安装,应用程序将在我的 iOS 设备上继续运行多久? - How long will an app continue to run on my iOS device if installed via Xcode? 在iPhone上安装iOS 9 beta并使用Xcode 6的同时,我可以将应用发布到AppStore吗? - Can I publish an app to the AppStore while having iOS 9 beta installed on my iPhone and using Xcode 6? 如何让 Xcode 为 iOS 构建我的应用程序? - How can I get Xcode to build my app for iOS? 直接从Xcode安装时,iOS应用程序能否包含其调试符号(dSYM文件)? - Can an iOS app include its debug symbols (dSYM file) when installed directly from Xcode? Xcode将我的iOS应用视为Mac应用 - Xcode is treating my iOS app as a Mac app 当我的iPAD上安装了应用程序的'.ipa'文件时,如何获取IOS应用程序的Bundle ID - How to obtain Bundle ID for an IOS App when I have a '.ipa' file for the app installed on my iPAD 我的iOS应用安装在多少设备上 - On how many devices my iOS app is installed
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM