react-native-zoom-us-bridge icon indicating copy to clipboard operation
react-native-zoom-us-bridge copied to clipboard

zoom-us-ios-sdk-pod throws issue when running in iOS

Open NikhilCatalyst opened this issue 4 years ago • 1 comments

Description

After installing the "zoom-us-ios-sdk-pod" running the project, the following error gets thrown

Property 'userToken' not found on object of type 'MobileRTCMeetingStartParam4WithoutLoginUser *'; did you mean 'userType'?

Replace 'userToken' with 'userType'

Screenshot 2020-07-22 at 3 45 53 PM

Replacing 'userToken' with 'userType' would give more errors

Screenshot 2020-07-22 at 3 46 59 PM

Note: It was working before the last commit in "zoom-us-ios-sdk-pod"

React Native version:

System: OS: macOS 10.15.3 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 287.49 MB / 16.00 GB Shell: 5.7.1 - /bin/zsh Binaries: Node: 13.11.0 - /usr/local/bin/node Yarn: 1.22.4 - /usr/local/bin/yarn npm: 6.13.7 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 13.5, DriverKit 19.0, macOS 10.15, tvOS 13.4, watchOS 6.2 Android SDK: API Levels: 27, 28, 29 Build Tools: 28.0.3, 29.0.0, 29.0.1, 29.0.3, 30.0.0 System Images: android-27 | Google Play Intel x86 Atom, android-29 | Google APIs Intel x86 Atom, android-29 | Google Play Intel x86 Atom IDEs: Android Studio: 4.0 AI-193.6911.18.40.6514223 Xcode: 11.5/11E608c - /usr/bin/xcodebuild npmPackages: @react-native-community/cli: ^4.10.0 => 4.10.1 react: 16.9.0 => 16.9.0 react-native: 0.61.4 => 0.61.4 npmGlobalPackages: react-native-cli: 2.0.1

Steps To Reproduce

Provide a detailed list of steps that reproduce the issue.

  1. Install pod 'ZoomSDK', :git => 'https://github.com/mokriya-org/zoom-us-ios-sdk-pod.git'
  2. run in iOS

NikhilCatalyst avatar Jul 22 '20 10:07 NikhilCatalyst

@NikhilCatalyst there was some breaking changes on the Zoom SDK 5.0. Just merged an update to remove userToken from the code. Waiting for npm update to occur.

jimji1005 avatar Aug 05 '20 06:08 jimji1005