IOS build issue
Environment
System: OS: macOS 10.14.6 CPU: (4) x64 Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz Memory: 91.46 MB / 8.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 10.15.3 - /usr/local/bin/node Yarn: 1.16.0 - /usr/local/bin/yarn npm: 6.4.1 - /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: 23, 25, 28 Build Tools: 27.0.3, 28.0.3 System Images: android-25 | Intel x86 Atom, android-25 | Intel x86 Atom_64, android-25 | Google APIs ARM 64 v8a, android-25 | Google APIs ARM EABI v7a, android-25 | Google APIs Intel x86 Atom, android-25 | Google APIs Intel x86 Atom_64, android-25 | Google Play Intel x86 Atom IDEs: Android Studio: 3.4 AI-183.6156.11.34.5522156 Xcode: 10.3/10G8 - /usr/bin/xcodebuild npmPackages: react: 16.8.6 => 16.8.6 react-native: 0.60.5 => 0.60.5
Steps to Reproduce
1.yarn add react-native-connectivity-status 2.react-native link react-native-connectivity-status 3.cd ios && pod install 4.react-native run-ios
Expected Behavior
app run successfully
Actual Behavior
-'RNConnectivityStatus' cannot use 'super' because it is a root class.
-Class 'RNConnectivityStatus' defined without specifying a base class.
-No visible @interface for 'RNConnectivityStatus' declares the selector 'sendEventWithName:body:'
@federicoboschini any idea?!