twostraws / CodeScanner

A SwiftUI view that is able to scan barcodes, QR codes, and more, and send back what was found.
MIT License
1.01k stars 286 forks source link

CodeScanner does not support provisioning profiles #97

Open EddieSwift opened 1 year ago

EddieSwift commented 1 year ago

Hello for everyone,

I try to make CI by Bamboo and getting such error:

Users/mobosxbuilder/Library/Developer/Xcode/DerivedData/Tape-hiocgbvtxkwqzdasmpuzybalgako/SourcePackages/checkouts/CodeScanner/Package.swift: error: CodeScanner_CodeScanner does not support provisioning profiles. CodeScanner_CodeScanner does not support provisioning profiles, but provisioning profile MyProject has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor. (in target 'CodeScanner_CodeScanner' from project 'CodeScanner')

  /Volumes/Data/build-dir/AT-TTD-JOB1/MyProject/Pods/Pods.xcodeproj: error: Pods-MyProject does not support provisioning profiles. Pods-MyProject does not support provisioning profiles, but provisioning profile MyProject has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor. (in target 'Pods-MyProject' from project 'Pods')

But I use CodeScanner as SMP and do not know why this problem exist. Maybe I need to do another changes in my project?

Thank you!

ThomasBernard03 commented 11 months ago

Same problem here,dI have the same problem since I migrated my build from AppCenter to Azure, any solutions?

EddieSwift commented 11 months ago

@ThomasBernard03 I just added this lib directly to the project