-1

I have an app written with native responses. I want to get an iPA output file, and when I do this with xcode, the file size of the iPA is lower than 4M, and actually the file can not be installed. where is the problem from?

1 Answers1

0

Try with expo

npm install -g exp

exp build:ios

Refer: https://docs.expo.io/versions/latest/guides/building-standalone-apps.html

Thakur Ballary
  • 41
  • 1
  • 2
  • 7