iOS ipa codesign on XCode 6.1 & Yosemite

前端 未结 2 1245
一整个雨季
一整个雨季 2021-01-04 02:10

I was used to sign my app with the following command

codesign --resource-rules=ResourceRules.plist -f -s \"SIGNER_NAME\" MYAPP.app

After install

2条回答
  •  礼貌的吻别
    2021-01-04 02:51

    Can you use iReSign? https://github.com/maciekish/iReSign

    It's a GUI that allows to sign (or resign) ipa files with mobileProvision certificate.

    I tried it with Yosemite and works like a charm.

提交回复
热议问题