79293481

Date: 2024-12-19 08:03:54
Score: 1.5
Natty:
Report link
  1. Go for 'cd your/project/path'
  2. npm install expo-modules-core
  3. npx expo prebuild --clean
  4. cd ios
  5. pod deintegrate
  6. pod cache clean --all
  7. rm -rf ~/Library/Developer/Xcode/DerivedData/*
  8. pod install
  9. Open the xcode project by navigating its ios folder, and tapping '.xcworkspace' file, NOT '.xcodeproj' file
  10. Select Any IOS Device (arm64)
  11. Try to build or archive via product tab
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alperen CINAR