[!] Unable to find other source ref for `[email protected]` for target `BarcodeScanner`.
When trying to run pod install inside the Example/ directory of this repo, I get the error above. Any help?
Hi @dsynkd,
Happy to review your PR if you can find a fix for it.
I also encountered the same problem during pod install. I found that the paths of the images folder and localization folder in version 5.0.1 changed, resulting in s.resource_ Bundles can't find the file resource. I hope it can be fixed to find a problem
@3lvis Change i see from v5.0.0 is that Images and Localization folders were outside Sources folder.
so this would need change as below? I don't know how to test on local or do a PR.
s.resource_bundles = {
'BarcodeScanner' => ['Sources/Images/*.{png}'],
'Localization' => ['Sources/Localization/*.lproj/Localizable.strings']
}