IOS打包错误解决

    xiaoxiao2026-03-04  8

    iOS打包是一件非常重要和常规的事情,打包过程中中避免不了,出现各种错误,下面就记录一下

    1:企业级打包报错 wildcard app ids cannot be used to create in house provisioning profiles. please use anexplicit App id;

    通配符  app bundle id 不能 适用于 in hourse 类型的provision profiels, 请检查用一个明确的存在的aped

     

     

     

    原因分析:

     都是in hourse profiles 出现的问题,可能原因

    [企业级打包只需要发布证书,注意打包的时候选择那个账号,那个bundleid, 设置codingsign,旋转打包类型, 选择Teamid]

    (1)in hourse profiles 的bundle id 在 苹果开发者平台不存在,请检查

    (2)in hourse profiles 企业级打包,打包的证书不存在或者被撤销 了

      (3)  in hourse profiles 没有下载到本地

      (4)  以上都没问题了,重新Product-->Archive

     

     

     

     

    2、

     

    结果是dev证书被撤销了

     

     

    3、

     

     

    4、

     

     

     

     

     

    5、

    打包支持的最大版本设置有两个地方

    一个是Project--->Info--->iOS Depolyment Target 这个是 项目编译支持的最低版本

    一个Targets-->Geneal--Deployment Tagret 这个是设备的最大版本,上面的可以不设置,这个必须要设置;

     

     

     

     

     

     

    6、

    报错:failed to get the task for process XXX(解决方案) 

     

    证书问题:

     

    7、

    There was an internal API error.的解决办法

     

    8、

    iOS下dyld: Library not loaded: 错误信息解决方案Reason:image not found

     

     

     

     

     

     

    9、

    上传App Store 报错 :-22421

     

     

    解决办法:导成 ipa 用application loader 上传;

     

     

     

     

     

     

    10、

    Archive Upload completed with warnings

    其实已经 上传成功到itunes 了, 已经成功了;切记;

     

     

     

    如果,已经上传成功,继续上传的话,就会报上面的错误;  警告不影响上传;

     

     

     

     

     

     

     

    转载请注明原文地址: https://ju.6miu.com/read-1307604.html
    最新回复(0)