xcodeflutterarchivedistributeapple-appclips

Xcode: distribute `Re-sign` step been hidden, how to get it back?


I have add App Clip into my flutter project, and then when I distribute it, the Re-sign step was somehow missing, because of this I cannot distribute the app.

Do you know which setting will cause this Re-sign step been hidden ?

enter image description here

Why cannot distribute ? Because manually sign will get No Eligible Profile for app with app-clip

enter image description here


Solution

    1. I didn't find why the automatically manager signing choice step is missing.
    2. I know how to fix No Eligible Profile , it just need to create clip bundle id in apple developer website, the automatic created profile not work for distribution with no reason.

    So, the solution for distribution app with app Clip, just create your xxxx.clip bundle Id & related profiles with this xxxx.clip bundle id in apple developer website.

    After that you should able to select a clip profile in distribution steps.