React-native-device-info: No Compile on iOS `ld: library not found for -lRNDeviceInfo-tvOS`

Created on 19 Dec 2017  路  5Comments  路  Source: react-native-device-info/react-native-device-info

bug duplicate ios

Most helpful comment

Seems like a bug caused by react-native link
You can manually delete libRNDeviceInfo-tvOS.a in Xcode -> [Your iOS build target] -> Build Phrases -> Link Binary with Libraries.
see=>251

see=>258

All 5 comments

me too

Same issue here, can work around this by running 0.12.1.

Seems like a bug caused by react-native link
You can manually delete libRNDeviceInfo-tvOS.a in Xcode -> [Your iOS build target] -> Build Phrases -> Link Binary with Libraries.
see=>251

see=>258

Is this still happening on 0.14.0? We did ship some additional tvOS fixes

Yes it is. Closing this issue as it's a duplicate of #258

Was this page helpful?
0 / 5 - 0 ratings

Related issues

andreystarkov picture andreystarkov  路  5Comments

dozel picture dozel  路  4Comments

robertherber picture robertherber  路  3Comments

HAPENLY picture HAPENLY  路  5Comments

Ken-Lim picture Ken-Lim  路  5Comments