8

I am integrating React Native with an existing iOS app. I have followed the guide on integrating with an existing app.

After reading some other posts on the subject, I have tried:

  • Setting the architecture in the Pod build to match the project settings in Xcode
  • Adding / moving the Pod build above the project build in the Scheme

Is there anything else I may need to check?

1

2 Answers 2

22

Make sure you open xcworkspace file generated by pod install instead of your old xcodeproj file and then select the right scheme

Sign up to request clarification or add additional context in comments.

1 Comment

I managed to figure it out, via another question: stackoverflow.com/questions/34792596/…
4

In my case I had to change my deployment target to 11.0. I had changed my Pods level to 11.0 but not the xcode setting. Look in the Deployment Info section of your target General tab right next to the iPhone/IPad checkboxes.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.