Jobeso / react-native-whatsapp-stickers

Integrate sticker packs for WhatsApp with your react-native app
Other
82 stars 30 forks source link

IOS build failed #30

Closed Daha62 closed 5 years ago

Daha62 commented 5 years ago

Environment

System: OS: macOS 10.14.5 CPU: (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz Memory: 34.07 MB / 8.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 12.6.0 - /usr/local/bin/node Yarn: 1.17.3 - /usr/local/bin/yarn npm: 6.9.0 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 12.4, macOS 10.14, tvOS 12.4, watchOS 5.3 Android SDK: API Levels: 19, 28 Build Tools: 28.0.3 System Images: android-19 | Google APIs Intel x86 Atom, android-28 | Google APIs Intel x86 Atom IDEs: Android Studio: 3.3 AI-182.5107.16.33.5314842 Xcode: 10.3/10G8 - /usr/bin/xcodebuild npmPackages: react: 16.8.6 => 16.8.6 react-native: 0.59.9 => 0.59.9 npmGlobalPackages: react-native-log-ios: 1.0.1

Describtion

Can't build IOS application got an error `/../../../../node_modules/react-native-whatsapp-stickers/ios/../../react-native/React/Base/RCTBridgeModule.h:10:9: error: 'React/RCTBridgeModule.h.h' file not found

import <React/RCTBridgeModule.h>`

Reproducible Demo

yarn add react-native-whatsapp-stickers react-native link react-native-whatsapp-stickers react-native run-ios

image