kAy_4337270
kAy_4337270

Reputation: 2501

React native ios build failed

I followed the following tutorial of react native

React Native Tutorial Link

I have successfully install the required stuffs

Node, Watchman and flow version image link

Next Init my project and even updated my xcode version

Xcode version Link

when i am trying to build the ios app. It throws an error which is not able to figure out by me as i am new to react.

The following is the error link

Xcode Errors

Log Errors

Please guide me what's the exact issue with my project.

Upvotes: 1

Views: 790

Answers (1)

purii
purii

Reputation: 6424

Update to Xcode 7

As mentioned in the docs:

Xcode 7.0 or higher is required.

You are using 6.2.

Upvotes: 2

Related Questions