admin管理员组

文章数量:1122846

i also applied this solution but its not working also getting error

  1. Clean Build Folder in Xcode Open Xcode. Go to Product > Clean Build Folder (Shift + Command + K). Rebuild the project (Command + B).

  2. 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

  1. 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