SRGSSR / srgletterbox-apple

The official SRG SSR media playback experience
https://srgssr.github.io/marketing/letterbox/
MIT License
14 stars 7 forks source link

Upload to AppStore fails in app with widget #240

Closed va1da closed 3 years ago

va1da commented 3 years ago

Hi, I was able to integrate Letterbox in my app succesfully tested it.

But when I try to upload the app into TestFligth I got this errors: Screenshot 2020-12-31 at 20 13 48

My app contains also widget and for some reason it includes TC* and ComsScore frameworks inside and this causes duplicities.

So far my investigation narrowed to issue described here: https://github.com/renaudjenny/Swift-Package-Manager-Static-Dynamic-Xcode-Bug

Could you please confirm this issue? Thanks.

pyby commented 3 years ago

We all have this SPM issue, because of binary dependencies.

We have a workaround described in our migration guide, by adding a post action script: https://github.com/SRGSSR/srgletterbox-apple/wiki/Migration-guides#spm-53-plugin-embedded-binary-fix-xcode-120-and-above

va1da commented 3 years ago

Thanks, I missed that part of migration guide.