简体   繁体   English

使用Lite版本的App配置文件

[英]Using provision profile for Lite version of App

I've released an app and now i'm planning to release a Lite version of the app. 我发布了一个应用程序,现在我打算发布该应用程序的Lite版本。 So i copied and pasted the project folder in Documents - Xcode Projects, and the renamed it Lite. 所以我复制并粘贴了Documents - Xcode Projects中的项目文件夹,并将其重命名为Lite。 I've amended the relevant code and can run it in the simulator, but as soon as i come to put it on an actual device it says errors like A valid provisioning profile for this executable was not found. 我已经修改了相关代码,可以在模拟器中运行它,但是一旦我将其放到实际设备上,它就会显示类似A valid provisioning profile for this executable was not found.A valid provisioning profile for this executable was not found.错误A valid provisioning profile for this executable was not found. and various others. 和其他各种。 Does anyone have a quick bit of advice about developing a second app and what provisioning profiles to use for it or what would someone do in my situation (having essentially duplicated a Xcode project folder - did that cause a mess?) 有没有人有关于开发第二个应用程序的快速建议以及使用哪些配置文件或者在我的情况下有人会做什么(基本上复制了一个Xcode项目文件夹 - 这会导致一团糟吗?)

Thanks 谢谢

You need a new provisioning profile since each application is unique. 您需要新的配置文件,因为每个应用程序都是唯一的。 If you right click on your project in the left sidebar and select get info after downloading and opening your new provisioning profile, you can select the new one. 如果右键单击左侧边栏中的项目,并在下载并打开新的配置文件后选择获取信息,则可以选择新的配置文件。

Every application (and device) requires its own provisioning profile to run on an iDevice. 每个应用程序(和设备)都需要自己的配置文件才能在iDevice上运行。 You'll have to go thru the process again to get a provisioning profile for your lite app. 您将不得不再次通过该过程来获取您的精简应用程序的配置文件。

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

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