Closed huihuang82 closed 1 year ago
If those libraries are dependencies of other pods it is expected for PodBuilder to download them, since they are required to compile things correctly. On the other hand if they are used only by your main target you can manually add them to the skip_pods key in the PodBuilder.json file.
On Thu, 15 Jun 2023 at 11:35 huihuang82 @.***> wrote:
I noticed that some of my libraries is downloaded everytime I run pod_builder build_all (while this issue doesn't occur when I run pod install before). those libraries has some common points:
- they're all my private pod, I'm using :tag to reference them
- they're all just contains binary .a file or asset files. they don't contain source code.
since we're using circleCI, I don't want the pod source file to be downloaded everytime [image: image] https://user-images.githubusercontent.com/95685673/246064948-b1f7e570-0eab-4457-8b4b-e37907b0deed.png
— Reply to this email directly, view it on GitHub https://github.com/Subito-it/PodBuilder/issues/75, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGVUEJ2IRTVPK4JKRDRK4LXLLJOXANCNFSM6AAAAAAZHSC7PA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I noticed that some of my libraries is downloaded everytime I run
pod_builder build_all
(while this issue doesn't occur when I runpod install
before). those libraries has some common points::tag
to reference them.a
file or asset files. they don't contain source code.since we're using circleCI, I don't want the pod source file to be downloaded everytime. (BTW if I could specify the download folder, I could use circleCI's cache to walk around it)