zoukankan      html  css  js  c++  java
  • Error no such provisioning profile was found

    Error:Your build settings specify a provisioning profile with the UUID‘XXX’, however, no such provisioning profile was found.  Xcode can resolve this issue by downloading a new provisioning profile from the Member Center.

    No matching provisioning profiles found

    No provisioning profiles matching the bundle identifier “com.RCloud.UIComponent” were found.  Xcode can resolve this issue by downloading a new provisioning profile from the Member Center.

    解决方案如下:
    1.关闭项目,找到项目文件XXXX.xcodeproj,在文件上点击右键,选择“显示包内容”(Show Package Contents)。会新打开一个Finder。
    2.在新打开的Finder中找到project.pbxproj,并且打开,找到所有包含报错的UUID‘XXX’的行(包含UUID后面的一串数字的行,可能不包含"UUID"),整行删除。
    3.保存,重新启动项目,再编译,就OK了。

    iOS Android Appcan WeChat
  • 相关阅读:
    计算机网络知识 第一部分
    LAMP环境安装
    Axure RP 交互设计
    Axure RP 界面功能
    Axure RP 界面功能介绍
    Axure RP 第一部分
    Grub管理修改root口令
    MYSQL 部分练习题
    工作日志示例
    计算机网络的分类
  • 原文地址:https://www.cnblogs.com/zyingn/p/Debug_provision3.html
Copyright © 2011-2022 走看看