Subito-it / PodBuilder

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

Version 4.3.0 does not copy all Prebuilt products to projects Prebuilt folder #60

Closed vitalyiegorov closed 2 years ago

vitalyiegorov commented 2 years ago

After upgrading to pod_builder 4.3.0 it seems that not all products from the compiled pods are being copied,

I guess this is related to this commits(or maybe some others):

We have react-native and we need other RN related updates but now we see that not all folders are being copied which breaks the Xcode build.

4.2.0 show this messages after building:

Build completed in 162 seconds
swift-driver version: 1.26.21 Prebuilt items for boost-for-react-native not found
Prebuilt items for React-callinvoker not found
Prebuilt items for React-runtimeexecutor not found
Prebuilt items for FBLazyVector not found
Prebuilt items for Firebase not found
Prebuilt items for RCTRequired not found
Prebuilt items for React not found
Prebuilt items for React-RCTActionSheet not found
Cleaning prebuilt folder

The new versions show almost 3 times more folders that are not found

tcamin commented 2 years ago

Sorry for the late answer, I believe the changes for #61 should work for react native projects as well.