Brendan Lau

Results 8 comments of Brendan Lau

I also cannot get the following to work: ``` BMPlayerConf.enableVolumeGestures = false BMPlayerConf.enableBrightnessGestures = false ```

I also am having trouble scanning truncated / compacted PDF417 barcodes, albeit with the iOS MLKit SDK.

Hi, i'm taking your advice and using the `settings-bundle` output, utilizing the build tool plugin. I am receiving this error when trying to build to iOS. ![image](https://github.com/user-attachments/assets/0f48bb54-4cf5-4d68-be03-2b97719c6f02) Any tips?

Ok one more... ![image](https://github.com/user-attachments/assets/3bf90877-0200-42c9-8ccc-45f6df8f98ee) ![image](https://github.com/user-attachments/assets/1b0eed6b-6611-46ca-a6e0-b90e9f35c2c5) But i'm getting the following error: ![image](https://github.com/user-attachments/assets/7b52432f-52dc-4868-9e7c-82ba19a79b36)

@FelixHerrmann ![Screenshot 2024-10-07 at 4 43 05 PM](https://github.com/user-attachments/assets/2d732765-8060-4cc1-8665-a8a0c438f22e) My strategy right now is to create a separate `.plist` file within the Settings bundle, one for Cocoapods, and one for SPM....

![image](https://github.com/user-attachments/assets/a2e2786b-9f9e-44d8-a046-a55b7e1da61e) With the Cocoapods `post_install` looking like this: ``` post_install do | installer | require 'fileutils' FileUtils.cp_r('Pods/Target Support Files/Pods-XXXX/Pods-XXXX-acknowledgements.plist', 'XXXX/XXXX/SupportingFiles/Settings.bundle/Acknowledgements-cp.plist', :remove_destination => true) ```

> I see the issue, because you are using Cocoapods you have to use a workspace. Once a project is part of a workspace the `Package.resolved` is located in the...

Thanks so much for the example repo! Couple of questions: 1) I added some additional logging to the `Run Script Phase` but am failing to see anything in the console......