React-native-config: Is iOS 8.0 Support?

Created on 29 Dec 2016  路  6Comments  路  Source: luggit/react-native-config

Xcode noticed like this:

ld: warning: object file (..../libReactNativeConfig.a(ReactNativeConfig.o)) was built for newer iOS version (9.2) than being linked (8.0)

So, can it work correctly on iOS 8.0?

Most helpful comment

@vonovak it's not just a warning, @pesakitan22 is correct. Could you change the target deployment to 8.0? Or we'll need to change it locally.

All 6 comments

"ReactNativeConfig.h not found"
I was link ReactNativeConfig package as per documentation but its not link with xcode 8
please anybody help me

@PeterRock that's just a warning, it will most likely work

@vonovak it's not just a warning, @pesakitan22 is correct. Could you change the target deployment to 8.0? Or we'll need to change it locally.

I'm using @patw0929's fork now because his fixes the issue. Please merge it.

Oops, sorry for the trouble folks, fixed in 0.7.1.

Was this page helpful?
0 / 5 - 0 ratings