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.
对于 AB 测试,我有两个不同版本的 Xcode 项目,我想在同一设备上加载它们。有没有办法加载两个版本而无需创建另一个项目?
您希望在您的设备上拥有同一个应用程序的两个不同版本。
因此,在您的 Xcode 应用程序中创建第二个目标(可能复制第一个目标),然后您需要做的就是拥有一个具有不同捆绑 ID 的第二个 Info.plist 文件。其他所有内容(即编译的文件、为目标设置的设置等)都是相同的。
Bundle ID 对您的 iDevice 很重要,因此您可以在其上拥有多个名称相似的应用程序,但它们在每种情况下都必须具有不同的 bundle ID。