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

.podspec file is created in ios folder #112

Open
alshirokov81 opened this issue Jan 17, 2020 · 1 comment
Open

.podspec file is created in ios folder #112

alshirokov81 opened this issue Jan 17, 2020 · 1 comment

Comments

@alshirokov81
Copy link

Currently .podspec file is created in ios folder and this is the reason why pod install is not working when you are using your new library.
To make it work I had to:

  1. replace .podspec file to the root
  2. edit in replaced .podspec file value s.source_files to s.source_files = "ios/**/*.{h,m}"
@contfedorov
Copy link

@alshirokov81
Did you try npx pod-install instead? It should handle most common problems with pods installation.

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

2 participants