xcode Xcode7 beta 没有配置是不是?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/30884950/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode7 beta no provisioning is it right?
提问by SuperHappy
When I watch the WWDC 2015 video,I got a message:you can run on the device without provisioning.But when I use the Xcode7 beta for test,I must choose a provisioning for my iphone4s (iOS7.1) and the iPad(iOS9 beta)no need.Any one Know why?Is it only support iOS9 without provisioning?
当我观看 WWDC 2015 视频时,我收到一条消息:您可以在设备上运行而无需配置。但是当我使用 Xcode7 beta 进行测试时,我必须为我的 iphone4s (iOS7.1) 和 iPad(iOS9)选择一个配置测试版)不需要。有谁知道为什么吗?是只支持iOS9,没有配置吗?
回答by Shobhakar Tiwari
Yeh now anyone can test iOS
app on physical device so no need to enroll in developer program . Here is step for running iOS
application without using provisioning profile : link
是的,现在任何人都可以iOS
在物理设备上测试应用程序,因此无需注册开发人员计划。这是在iOS
不使用配置文件的情况下运行应用程序的步骤:链接
- In
Xcode
, first of all add your Apple ID to Accounts preferences. - In the project navigator, select the project and your target to display the project editor.
- Click General and choose your name from the Team pop-up menu.
- Connect the device to your Mac and choose your device from the Scheme toolbar menu.
- Below the Team pop-up menu, click Fix Issue. Xcode creates a free provisioning profile for you and the warning text under the Team pop-up menu disappears.
Click the Run button.
Xcode installs the app on the device before launching the app.
- 在 中
Xcode
,首先将您的 Apple ID 添加到帐户首选项。 - 在项目导航器中,选择项目和目标以显示项目编辑器。
- 单击“常规”并从“团队”弹出菜单中选择您的姓名。
- 将设备连接到 Mac,然后从“方案”工具栏菜单中选择您的设备。
- 在团队弹出菜单下方,单击修复问题。Xcode 会为您创建一个免费的配置文件,Team 弹出菜单下的警告文本就会消失。
单击运行按钮。
Xcode 在启动应用程序之前在设备上安装应用程序。
Hope it helps .
希望能帮助到你 。
回答by kkm
Yes, one of the new features of Xcode 7 Beta is that anyone can now load apps onto their device without having to be a member of the developer program.
是的,Xcode 7 Beta 的新功能之一是任何人现在都可以将应用程序加载到他们的设备上,而无需成为开发人员计划的成员。
in this blog,there are the steps: http://bouk.co/blog/sideload-iphone/
在这个博客中,有步骤: http://bouk.co/blog/sideload-iphone/
Hope it helps.
希望能帮助到你。