iOS build fails with the error
/node_modules/@boltcode/react-native-sqlite-storage/platforms/ios/SQLite.m:36:10 '../../sqlite/sqlite-amalgamation/sqlite3.h' file not found
Steps to Reproduce (for bugs)
npm i @boltcode/react-native-sqlite-storage
open xcode, build
Context
I purged all dev-related data, pods, derived data etc.
Your Environment
React Native SQLite Storage Version used:
SQLite Storage: 7.0.0 (latest)
React Native version used:
RN 0.72.3
Operating System and version (simulator or device):
iOS 17.5.1
iPhone 15 pro max (device)
IDE used:
xcode
Debug logs
/node_modules/@boltcode/react-native-sqlite-storage/platforms/ios/SQLite.m:36:10 '../../sqlite/sqlite-amalgamation/sqlite3.h' file not found
Its not adding the libraries when installing the package. I ended up having to manually put them in. I am sure there is a way to do it automatically but this was the quickest way for me
iOS build fails
Expected Behavior
it should build
Current Behavior
iOS build fails with the error /node_modules/@boltcode/react-native-sqlite-storage/platforms/ios/SQLite.m:36:10 '../../sqlite/sqlite-amalgamation/sqlite3.h' file not found
Steps to Reproduce (for bugs)
npm i @boltcode/react-native-sqlite-storage open xcode, build
Context
I purged all dev-related data, pods, derived data etc.
Your Environment
React Native SQLite Storage Version used: SQLite Storage: 7.0.0 (latest)
React Native version used: RN 0.72.3
Operating System and version (simulator or device): iOS 17.5.1 iPhone 15 pro max (device)
IDE used: xcode
Debug logs
/node_modules/@boltcode/react-native-sqlite-storage/platforms/ios/SQLite.m:36:10 '../../sqlite/sqlite-amalgamation/sqlite3.h' file not found