Jonas Hinge

Results 5 comments of Jonas Hinge

When linking 10.49.2 statically using SPM, I can see that the privacy manifest file (PrivacyInfo.xcprivacy) is present in the Realm bundle in the contents of our .app. So seems to...

Another suggestion could be to simply provide the `didCancel` flag in the `presentPaymentOptionsCompletion` closure. ![Screenshot 2024-08-28 at 23 22 26](https://github.com/user-attachments/assets/feffd63d-8009-4075-9e71-db4e3b6c2843)

Thanks for the reply! Yes, I was trying to confirm automatically right after dismissal. I know this might be a workaround and not the intentional use of the FlowController but...

Have the same problem. Fails using Xcode 16.1. Have to fallback to 15.4 for App Store uploads.

Thanks for looking into it @github-richard-depierre. For a temp Cocoapods workaround we currently have this if anyone is interested: ``` def strip_bitcode(pods, installer) pods.each do |pod_name| # Locate the framework...