美文网首页iOS 开发 程序员iOS
【iOS开发】 failed to get the task f

【iOS开发】 failed to get the task f

作者: KyXu | 来源:发表于2015-07-21 11:24 被阅读500次

    个人开发者一般做了一个项目想要给别人用,做内测的时候,都要去 Apple Developer 生成一个 Provisioning Profile ,里面包含了你的开发者证书、你的内测设备的UDID等等。

    给 Project 配置 Provisioning Profile

    然而,如果你按照百度的方法去配置它,会发现,虽然它可以成功的做App分发,当你自己在Build Settings里的Code Signing配置中Provisioning Profile 选择你刚刚创建的 Provisioning Profile ,再真机测试时,编译器会安装App到你的设备,然后马上闪退并提示 failed to get the task for process 。

    Xcode 提示

    原因是,在创建 Provisioning Profile 时,选择了 Ad Hoc 这个选项,这个只能用做分发,而不适用于真机测试。

    Apple Developer 网站截图

    所以,如果你是个人开发,而不是团队,可以直接在 选择 Ad Hoc 那一步选择 iOS App Development ,这样的 Provisioning Profile 既可用于自己真机测试,Archive 到蒲公英等平台也不会有问题。

    相关文章

      网友评论

        本文标题:【iOS开发】 failed to get the task f

        本文链接:https://www.haomeiwen.com/subject/dompqttx.html