Closed habiiev closed 1 year ago
We are assuming that this is related to the new architecture with turbomodules
Just a quick update: I've been taking a look at the compilation issues and found a way to make things work. I hope to be able to share something next week.
I've pushed the changes to thehotfix/rn_68
branch. You can try the update as follows:
git clone -b hotfix/rn_68 https://github.com/Subito-it/PodBuilder.git
cd PodBuilder
sudo rake install
Out of curiosity I tried clean build times and results look really good! without PB 190s with PB 61s
This is the error I am getting:
It's related to this react-native issue
To reproduce just create an empty react-native project, install any dependency that has native ios code and then configure pod-builder:
Steps to reproduce:
npx react-native init rnapp
cd rnapp
npm install react-native-reanimated --save
cd ios
pod_builder init
pod_builder build_all
Without pod builder, everything works fine right now
I don't really know where to look for the cause of this error, I would be glad to help if you could point me in the correct direction :)
Versions: Xcode 13.3.1 pod_builder 4.4.1 Builds for ios 11 and 14
@tcamin could you help me with this?