Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序包中,有一个 XML 文件。我想用其他具有相同名称的 XMl 文件(不打开 Xcode)更改此 XML。所以我想问一下我在iPhone上运行这个应用程序时是否出现任何问题
如果您尝试修改您的应用程序包,那么您将使应用程序上的签名无效,并且它将不再安装。对 bundle 中的项目的所有修改,都必须在 Xcode 构建并签名之前发生。
如果您的应用程序本身在 iPhone 上修改(或尝试修改)您的捆绑包,情况也是如此。