Subito-it / PodBuilder

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

Pods that have version specified are not precompiled #42

Closed vitalyiegorov closed 2 years ago

vitalyiegorov commented 3 years ago

Thanks for this great project! It saved a lot of time on our CI,

We have noticed that some pods are not prebuild for some reason, common pattern that they have this syntax with version specified:

pod 'Sentry', '=6.1.4' (We are using "@sentry/react-native": "^2.4.3")
pod 'boost-for-react-native', '=1.63.0' (this comes from RN)
pod 'Google-Maps-iOS-Utils', '=2.1.0'
pod 'GoogleMaps', '=3.5.0' (this is ignored by default in PodBuilder.json)

Maybe we are missing something? Because Sentry compilation takes a lot of time and it would be nice to prebuild it also

tcamin commented 3 years ago

I created an empty project integrating Sentry with pinned version as per your report but PodBuilder did properly build it.

It would hep if you could share a sample project that replicates the issue.