callstack / super-app-showcase

Monorepository template for super app development with React Native and Re.Pack
MIT License
382 stars 63 forks source link

Failed to build iOS project #54

Closed trancongdung12 closed 11 months ago

trancongdung12 commented 11 months ago

Error when run this project:

  1. yarn start
  2. yarn run:host:ios

Help me to fix this issue when run IOS.

Screen Shot 2023-07-19 at 10 53 57

jbroma commented 11 months ago

Hey @trancongdung12,

I believe you forgot to install pods which you can do by running

cd packages/host
yarn pods

if it fails to install the pods, you can delete the Podfile.lock file inside of the ios directory.

rm packages/host/ios/Podfile.lock

and after that try running installing the pods again.