tradle / react-native-crypto

partial implementation of node's `crypto` for react-native
MIT License
372 stars 85 forks source link

When linking, tv-os is automatically added to iOS linker phase #28

Closed burkus closed 4 years ago

burkus commented 6 years ago

You should include a note about this if you can.

The tv-os binary will be linked under iOS linker phase, which causes a build error. All you have to do is remove it in Xcode.

I didn't see a note for this, only reason I'm bringing it up.

mvayngrib commented 4 years ago

@burkus not sure what u mean, this is a js-only repo