reactnativecn/react-native-http-cache

run error in ios , RN 0.52

Opened this issue · 7 comments

run error in ios, undefined is not an object (evaluating 'native.clearCache')

It works well in android

+1

+1

+1

I found the reason for the problem because I did not add the library to "Build Phases"

described here

the same problem ,run error in ios, undefined is not an object (evaluating 'native.clearCache'), how to resolve it?