KjellConnelly / react-native-chartboost

React Native Module for running native Chartboost ads
1 stars 2 forks source link

Causes build failure on IOS #1

Closed alexfigliolia closed 6 years ago

alexfigliolia commented 6 years ago

I decided to give this library a try because it seemed like a good fit for my iOS app. Unfortunately, my build is failing since including the library. Would love some assistance

screen shot 2018-03-14 at 5 14 09 pm
KjellConnelly commented 6 years ago

Hi Alex,

I did a quick google search and it looks like this is one of those typical Xcode issues that comes with paths and what not. Can’t debug it myself on the project I’m working on since I’m still working with RN 0.41.

Either something in my code needs to compensate for a later version of RN, or you may be able to update some of the code to fix. Check out this thread:

https://github.com/facebook/react-native/issues/15775

alexfigliolia commented 6 years ago

I'll make sure i have a recursive path to it. Thank you for the quick feedback!

alexfigliolia commented 6 years ago

Thanks for the link. Its up and running