react-native-builder-bob icon indicating copy to clipboard operation
react-native-builder-bob copied to clipboard

fix: ios not running with the default template

Open pawanpyakurel opened this issue 1 year ago • 1 comments

Summary

We don't need the generated prefix. This is causing the issues.

Issues related to

760

pawanpyakurel avatar Feb 07 '25 12:02 pawanpyakurel

Does this also remove generated from the podspec? s.private_header_files = "ios/generated/**/*.h" This was causing issues for me when I started adding Swift code...

dylancom avatar Apr 02 '25 13:04 dylancom