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.
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.