admin管理员组文章数量:1122846
i also applied this solution but its not working also getting error
Clean Build Folder in Xcode Open Xcode. Go to Product > Clean Build Folder (Shift + Command + K). Rebuild the project (Command + B).
Delete Derived Data Go to Xcode > Preferences > Locations. Click the arrow next to Derived Data. Delete the entire folder. Rebuild the project.
3.Reinstall Node Modules Delete node_modules and package-lock.json: rm -rf node_modules package-lock.json Reinstall dependencies: npm install Reset the Metro bundler cache: npm start --reset-cache
- Regenerate FBReactNativeSpec Navigate to the ios folder: cd ios Remove any stale build artifacts: rm -rf Pods build pod install Regenerate the FBReactNativeSpec by running: npx react-native-codegen
本文标签: iosFBReactNativeSpec Command PhaseScriptExecution failed with a nonzero exit codeStack Overflow
版权声明:本文标题:ios - FBReactNativeSpec Command PhaseScriptExecution failed with a nonzero exit code - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736283315a1926929.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论