Prebuild not creating ios file

Hello,
When i try to prebuild command, creating android directory but not creating ios directory
I’m using windows. Should I use mac to create ios folder?

Untitled

My stack trace:

npx expo prebuild --clean
Your git working tree is clean
To revert the changes after this command completes, you can run the following:
  git clean --force && git reset --hard
√ Cleared android code
√ Created native project | gitignore skipped
√ Updated package.json and added index.js entry point for iOS and Android
› Installing using npm
> npm install
√ Config synced
  1. SDK Version: 48.0.18
  2. Platforms(Android/iOS/web/all):all
  3. npm version: 9.6.7
  4. Node.js versiyon : 18.16.0

Yes, to create a native directory for iOS, Xcode is required in by the prebuild command.

@amanhimself Thanks for your answer

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.