You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
replace .podspec file to the root
edit in replaced .podspec file value s.source_files to s.source_files = "ios/**/*.{h,m}"
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: