Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[!] Unable to find other source ref for [email protected] for target BarcodeScanner. #209

Open
dsynkd opened this issue Jun 1, 2022 · 3 comments

Comments

@dsynkd
Copy link

dsynkd commented Jun 1, 2022

When trying to run pod install inside the Example/ directory of this repo, I get the error above. Any help?

@3lvis
Copy link
Collaborator

3lvis commented Jun 10, 2022

Hi @dsynkd,

Happy to review your PR if you can find a fix for it.

@walletsh
Copy link

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

@ashish-naik
Copy link

@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']
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants