How to build an IPA without signing in Xcode 8

前端 未结 5 1047
执念已碎
执念已碎 2020-12-28 22:11

I have searched around SO and other places. I have only found older versions of this answer that don\'t seem to work any more, and tons of other stuff that isn\'t even rele

5条回答
  •  无人及你
    2020-12-28 22:42

    Without any provisioning profile i.e. signing you won't be able to run on the device. You can create IPA using payload method just build the project and go project navigator and search for the file project_name.app and select show in finder by right clicking. Then create a folder named PayLoad and then put that app file in it and create zip of that Payload folder and once zip is created rename that zip to your project_name.ipa

提交回复
热议问题