Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NikhilCatalyst opened this issue Jul 22, 2020 · 1 comment
Open

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

NikhilCatalyst opened this issue Jul 22, 2020 · 1 comment

Comments

@NikhilCatalyst
Copy link

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 NikhilCatalyst changed the title [BUG] zoom-us-ios-sdk-pod throws issue when running in iOS Jul 22, 2020
@jimji1005
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants