Closed 9bany closed 3 years ago
Just point to the local path in the PodBuilder's Podfile
for example:
pod 'mylocalpod', :path => 'relative_path_to_the_folder_containing_the_local_podspec'
@tcamin i did to try this solution, but it's not work.
We do use PodBuilder with local pods, so it should work. More details or a sample project might help to better understand the problem.
@tcamin I saw it, thanks. I will close this issue.
Just point to the local path in the PodBuilder's Podfile
for example:
pod 'mylocalpod', :path => 'relative_path_to_the_folder_containing_the_local_podspec'