justdice / react-native-advertising-id

React Native bridge for fetching advertising info on iOS and Android
MIT License
37 stars 31 forks source link

Doesn't work with iOS #18

Closed hmvs closed 4 years ago

hmvs commented 4 years ago

Package: 1.0.11 RN: 0.61.5

When I use automatic: react-native link react-native-advertising-id and pod install it has errors that swift version is not specified in podspec.

When I follow manual instructions I've got these errors: /testapp/node_modules/react-native-advertising-id/ios/RNAdvertisingId-Bridging-Header.h:1:9: 'React/RCTBridgeModule.h' file not found.

I've googled this error and tried to disable Parallelized build. It didn't help.

Quick help is very appreciated and can be financially rewarded. Automatic link is the best option.

mtebele commented 4 years ago

@hmvs how did you solve it?

rizkiandrianto commented 3 years ago

@mtebele @hmvs did you guys already solve it?