How to create an iOS app build using command line tool without Xcode?

826 Views Asked by At

I have a question regarding the iOS build. I just want to know that is it possible or not so the question is--

is it possible to create a build using command line tool for iOS app without Xcode. Xcode is not installed and project is created in React Native.

any suggestion or idea for this will be helpful.

1

There are 1 best solutions below

0
Adam Katz On

The answer is you cannot.

The only half workaround is to use a CI like CircleCI so you can push your builds to the CI however the CI itself will need to have xcode on it.