Back to All

Downloading source for iOS and importing to Xcode

(edited)

It's my first time working with Xcode. I downloaded the source files from GoNative but not sure how to import them to Xcode

From the instruction page here https://gonative.io/docs/build-ios-from-source

  • The first step in building in Xcode is to "Download the source code wget https:///ios_source.tar.gz"

Where can I find this link in my GoNative configuration page?

  • The second step is "Untar with tar -xzvf ios_source.tar.gz"

What file should be in "ios_source" here?

Thanks for your help!