每次的蛋疼,

本文档详细介绍了如何在Mac上安装iOS应用分发证书的过程,包括解锁密钥链、选择正确的证书存放位置等关键步骤,并附带了处理证书文件(如.p12文件)的具体操作方法。

1.open your key chain access.

2.on top left corner unlock the key chain (if it is locked).

3.click system from top left corner.

4.then click your distribution certificate dropdown.

5.Double click private key under your distribution certificate.

6.pop up is shown. In that go to access control.

7.select allow all applications to access this item.

8.then click save changes.

  1. close all windows,

  2. run application.

空格:

NSArray *arr = [reason componentsSeparatedByString:@" "];

    NSMutableArray *marray = [NSMutableArrayarrayWithArray:arr];

    NSMutableArray *array = [NSMutableArrayarray];

    for (NSString *str in marray) {

        if (str.length != 0) {

            [array addObject:str];

        }

    }

 

安装的证书 不是通过你这里  请求 苹果的,那么 需要 安装的那台机子 把证书的 秘钥倒出来 给你就行了,就是那个 p12,并且 安装到      你的 login item里面,而不是 system 里面,

转载于:https://www.cnblogs.com/guligei/p/3783492.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值