admin管理员组文章数量:1384926
I'm working on a React Native project, and my iOS build keeps failing with the error:
Error: Cannot find native module 'ExpoSecureStore'
Error: Cannot find native module 'ExpoSecureStore'
This happens when running the app on an iOS simulator. Environment:
- Mac: M1
- Node.js: v22.12.0
- npm: 11.2.0
- React Native: 0.74.5
- Expo: ~51.0.39
- Hermes: Enabled
Steps Taken So Far:
- Ran pod install inside the ios/ directory
- Deleted node_modules, package-lock.json, and ios/Pods, then reinstalled with npm install and pod install
- Verified that expo-secure-store is listed in package.json
- Working on Android emulator
Any help is appreciated! Thanks!
本文标签:
版权声明:本文标题:React Native iOS Build Fails: "Cannot find native module 'ExpoSecureStore'" (Hermes, M1 Mac) - 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744519363a2610361.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论