0

I just started a new project with latest react-native(0.33.0). which was running fine.

I added cocoapods in iOS project after that I'm getting build error. here is the screenshot of error.

error log

There is no native libs in project as of now, I don't why this error is coming.

2 Answers 2

2

So it was Other linker flag, Other linker flag was blank, I had to set it to -lc++ and it worked.

https://stackoverflow.com/a/15279822/2009703

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

Comments

0

Set "iOS Deployment Target" in Pods project to the same value as used in your project and check that "Build Active Architecture Only" flags are the same for the projects.

1 Comment

Thanks for quick response. Though error was related to linker flag stackoverflow.com/a/15279822/2009703

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.