maxs15 / react-native-screcorder

A <Recorder /> element for react-native
233 stars 56 forks source link

resolves app archive fix #17

Closed ms88privat closed 8 years ago

ms88privat commented 8 years ago

Not sure if this is the way to go, but it is working for me. I opened RNRecorder.xcodeprojectin Xcode and changed in RNSCrecorder.xcodeproject the build phases -> Headers-> all header files from public to project.

Related to https://github.com/maxs15/react-native-screcorder/issues/16

maxs15 commented 8 years ago

Works on my side :+1: Thanks @ms88privat !