Sheriff Yusuf
Sheriff Yusuf
Thanks a lot, I will check it out. > @sheriffyusuf > > This is not the first time when form_bloc has issues with delivery > > Today I removed last...
Please share the full errors you are getting it's truncated, and also the code where the error comes from.
This solution on stackoverflow helped me solve this issue. https://stackoverflow.com/questions/71933392/react-native-ios-undefined-symbols-for-architecture-x86-64
yes it works @vonovak , I installed tsx as a dev dependency and added ``` import 'tsx/cjs'; ``` to the top of my `app.config.ts` file and everything built successfully