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