codesign is not exporting AppClip provisioning profile
If the app include an AppClip, the provisioning profile for this AppClip is not exported.
Hi Nicholas, are you running manual or auto codesigning? Currently there is a bug with iOS Auto Provision and app clips.
The current workaround would be to manually codesign with Certificate and Profile installer.
I'm using "Certificate and Profile installer" step and Xcode is configured with automatic codesign.
My issue is when I run the script https://raw.githubusercontent.com/bitrise-tools/codesigndoc/master/_scripts/install_wrap.sh the appclip provisioning profile is not exported. All other provisioning profiles are correctly exported and uploaded to Bitrise.
I've solved the problem by manually uploading the appclip provisioning profile.