Subito-it / PodBuilder

A tool to precompile CocoaPods pods
Other
284 stars 28 forks source link

How can i build local pod ? #26

Closed 9bany closed 3 years ago

tcamin commented 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'

9bany commented 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.

tcamin commented 3 years ago

We do use PodBuilder with local pods, so it should work. More details or a sample project might help to better understand the problem.

9bany commented 3 years ago

@tcamin I saw it, thanks. I will close this issue.