Code Monkey home page Code Monkey logo

react-native-zoom-bridge's People

Contributors

chaimpaneth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

react-native-zoom-bridge's Issues

Android : FAILURE: Build failed with an exception.

@chaimPaneth , I am receiving following error:

`
FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:processDebugResources'.

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
Android resource linking failed
/Users/abdulmobeen/.gradle/caches/transforms-2/files-2.1/56d51fd28c4b847cd162f45e2a2b6bc0/jetified-mobilertc/AndroidManifest.xml:129:9-133:51: AAPT: error: attribute android:foregroundServiceType not found.
`

Please guide on this.
Thanks.

Error: RNZoomBridge.initialize got 3 arguments, expected 5

On android getting the error of "got 3 arguments expected 5" in the android simulator and phone.
Here's the code:

import {View, Text, Alert} from 'react-native';
import ZoomBridge from 'react-native-zoom-bridge';

const zoomMeeting() => {
  const [isInitialized, setIsInitialized] = useState(false);
  const zoomInit = async () => {
    try {
      const initializeResult = await ZoomBridge.initialize({
        clientKey: CLIENT_KEY,
        clientSecret: CLIENT_SECRET,
      });
      setIsInitialized(true);
      console.log({ initializeResult });
    } catch (e) {
      Alert.alert('Error', 'Could not execute initialize');
      console.error(e);
    }
  }
  
  useEffect(() => {
    zoomInit();
  }, []);

  
  return (
    <View><Text>Hello</Text></View>
  )
}

library version: "react-native-zoom-bridge": "^1.0.18"

Note:

  • Tried with passing domain also to initialize function still facing the same issue

app crashes at the time we click on join

Hello, From 3 days our app is crashing on Android devices after clicking on join button. This issue is coming in real devices.

Versions used,

"react": "16.9.0",
"react-native": "^0.61.5",
"react-native-zoom-bridge": "^1.0.18"

Issue occurred,

Vivo (android version 10)
Oppo (android version 5.1.1)

Please help us to solve this issue.

How to use this library with expo react native android?

Dear Team,
Please suggest me how to use this library with expo react native android i have given packages details please check

{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"expo": "~38.0.8",
"expo-status-bar": "^1.0.2",
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-web": "~0.11.7",
"react-native-zoom-bridge": "^1.0.18",
"react-native-zoom-us": "^2.0.2"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"babel-preset-expo": "~8.1.0"
},
"private": true
}

No visible @interface for 'MobileRTC'

I have recreated the project and run the command "pod install" then remove incorrect headers from all SDK files after that I build the project and getting the error "No visible @interface for 'MobileRTC' declares the selector 'setMobileRTCDomain:'".
Please help me in this I am trying to integrate IOS SDK for the last 3 to 4 days but still unable to integrate.

Error on react-native run-android

Heres the log:

  • What went wrong:
    Could not determine the dependencies of task ':app:mergeDebugAssets'.

Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
Could not find us.zoom.sdk:commonlib:.
Searched in the following locations:
- file:/E:/ZoomApp/node_modules/react-native-zoom-bridge/android/libs/commonlib.aar
Required by:
project :app > project :react-native-zoom-bridge
Could not find us.zoom.sdk:mobilertc:.
Searched in the following locations:
- file:/E:/ZoomApp/node_modules/react-native-zoom-bridge/android/libs/mobilertc.aar
Required by:
project :app > project :react-native-zoom-bridge

Update for extra steps for iOS

Missing NSBluetoothAlwaysUsageDescription on Extra steps for iOS

ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSBluetoothAlwaysUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. Starting Spring 2019, all apps submitted to the App Store that access user data are required to include a purpose string. If you're using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. You can contact the developer of the library or SDK and request they release a version of their code that doesn't contain the APIs. Learn more (https://developer.apple.com/documentation/uikit/core_app/protecting_the_user_s_privacy).

Error On run-android

React Native Version: 0.62.2
Platform : Android
Zoom SDK version -v4.6.21666.0429
Tried with 2 different gradle build settings, got the same error
Setting 1:
buildToolsVersion = "29.0.2" minSdkVersion = 21 compileSdkVersion = 29 targetSdkVersion = 29

Setting 2:
buildToolsVersion = "28.0.3" minSdkVersion = 21 compileSdkVersion = 28 targetSdkVersion = 28

When? : While trying to build and run on android using react-native run-android

Error log

`......\node_modules\react-native-zoom-bridge\android\src\main\java\com\appgoalz\reactnative\RNZoomBridgeModule.java:26: error: RNZoomBridgeModule is not abstract and does not override abstract method onZoomAuthIdentityExpired() in ZoomSDKInitializeListener
public class RNZoomBridgeModule extends ReactContextBaseJavaModule implements ZoomSDKInitializeListener, MeetingServiceListener, LifecycleEventListener {
^
Note: ......\node_modules\react-native-zoom-bridge\android\src\main\java\com\appgoalz\reactnative\RNZoomBridgeModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':react-native-zoom-bridge:compileDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details.`

How to delete Screen Share framework?

I face an error while pushing app to the TestFlight. We will not use screen sharing. How I can delete ScreenShareFramework?

[12:56:38]: Going to upload updated app to App Store Connect
[12:56:38]: �[32mThis might take a few minutes. Please don't interrupt the script.�[0m
[12:57:28]: �[31m[Transporter Error Output]: ERROR ITMS-90635: "Invalid Mach-O Format. The Mach-O in bundle "appname.app/Frameworks/MobileRTCScreenShare.framework" isn’t consistent with the Mach-O in the main bundle. The main bundle Mach-O contains arm64(machine code), while the nested bundle Mach-O contains armv7(machine code) and arm64(machine code). Verify that all of the targets for a platform have a consistent value for the ENABLE_BITCODE build setting."
�[0m
[12:57:28]: �[31m[Transporter Error Output]: ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'appname.app/Frameworks/MobileRTCScreenShare.framework/MobileRTCScreenShare' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure."
�[0m
[12:57:28]: �[31m[Transporter Error Output]: ERROR ITMS-90362: "Invalid Info.plist value. The value for the key 'MinimumOSVersion' in bundle appname.app/Frameworks/MobileRTCScreenShare.framework is invalid. The minimum value is 8.0"
�[0m
[12:57:28]: �[31m[Transporter Error Output]: ERROR ITMS-90124: "The binary is invalid. The executable 'appname.app/Frameworks/MobileRTCScreenShare.framework/MobileRTCScreenShare' has type 'OBJECT' that is not valid. Only 'EXECUTE' is permitted."
�[0m
[12:57:28]: �[31m[Transporter Error Output]: ERROR ITMS-90125: "The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker."
�[0m
[12:57:28]: �[31m[Transporter Error Output]: ERROR ITMS-90210: "Missing load commands. The executable at 'appname.app/Frameworks/MobileRTCScreenShare.framework' does not have the necessary load commands. Try rebuilding the app with the latest Xcode version. If you are using third party development tools, contact the provider."
�[0m
[12:57:29]: �[31mTransporter transfer failed.�[0m

IOS build failed

libsqlite3.tbd is not an object file (not allowed in a library)
libz.1.2.5.tbd is not an object file (not allowed in a library)
libc++.tbd is not an object file (not allowed in a library)

I am getting this error while building ios

Unable to resolve additional project configuration.

settings.gradle is updating when I run link command with the following code:

include ':zoomsdk'
project(':zoomsdk').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-zoom-bridge/android/zoomsdk')
include ':zoomcommonlib'
project(':zoomcommonlib').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-zoom-bridge/android/zoomcommonlib')
include ':react-native-zoom-bridge'
project(':react-native-zoom-bridge').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-zoom-bridge/android')

and I have warning while gradle syncing with files

Warning:<i><b>root project 'android': Unable to resolve additional project configuration.</b>
Details: org.apache.tools.ant.BuildException: ...path/node_modules/react-native-zoom-bridge/android/zoomcommonlib does not exist</i>

and I didn't see these zoomsdk and zoomcommonlib in manual installation. Should I get rid these lines?

Error in building archive iOS

I'm trying to build an archive to put my app in the App Store. But getting following errors. Would appreciate if you could look into them.
SDK type: Release
Errors:
1: No visible @interface for 'MobileRTC' the selector 'setMobileRTCDomain:'
2: Property 'userToken' not found on object of type 'MobileRTCMeetingStartParam4WithoutLoginUser *'; did you mean 'userType'?

Both the errors have origin in RNZoomBridge.m
Really appreciate what you've build and have been using this in android for quite some time now. It would be great if you could help me deal with this iOS situation as well.

Invalid Podfile file

Xcode 10.2.1
RN 0.61.5

[!] Invalid `Podfile` file: 
[!] Invalid `RNZoomBridge.podspec` file: undefined method `info_plist=' for #<Pod::Specification name="RNZoomBridge">.

 #  from /private/var/www/html/app/react-native/project/node_modules/react-native-zoom-bridge/RNZoomBridge.podspec:25
 #  -------------------------------------------
 #    s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(SRCROOT)/../node_modules/react-native-zoom-bridge/ios/libs"' }
 >    s.info_plist = {
 #      'NSCameraUsageDescription' => 'For people to see you during meetings, we need access to your camera.',
 #  -------------------------------------------
.

 #  from /private/var/www/html/app/react-native/project/ios/Podfile:42
 #  -------------------------------------------
 #  
 >    use_native_modules!
 #  end
 #  -------------------------------------------

java.lang.NoSuchFieldException: TARGET_ZOOM

Logs

07-24 00:03:38.524 32617 32617 E ZMBuildConfig: java.lang.NoSuchFieldException: TARGET_ZOOM
07-24 00:03:38.524 32617 32617 E ZMBuildConfig: 	at java.lang.Class.getField(Class.java:1604)
07-24 00:03:38.524 32617 32617 E ZMBuildConfig: 	at i.b.c.n.<clinit>(Unknown Source:23)
07-24 00:03:38.524 32617 32617 E ZMBuildConfig: 	at com.zipow.cmmlib.AppContext.<clinit>(Unknown Source:20)
07-24 00:03:38.524 32617 32617 E ZMBuildConfig: 	at com.zipow.cmmlib.AppContext.a(Unknown Source:0)
07-24 00:03:38.524 32617 32617 E ZMBuildConfig: 	at i.b.a.A.a(Unknown Source:113)
07-24 00:03:38.524 32617 32617 E ZMBuildConfig: 	at i.b.a.A.a(Unknown Source:25)
07-24 00:03:38.524 32617 32617 E ZMBuildConfig: 	at i.b.a.A.a(Unknown Source:10)
07-24 00:03:38.524 32617 32617 E ZMBuildConfig: 	at i.b.a.A.a(Unknown Source:8)
07-24 00:03:38.524 32617 32617 E ZMBuildConfig: 	at com.appgoalz.reactnative.a.run(Unknown Source:22)
07-24 00:03:38.524 32617 32617 E ZMBuildConfig: 	at android.os.Handler.handleCallback(Handler.java:883)
07-24 00:03:38.524 32617 32617 E ZMBuildConfig: 	at android.os.Handler.dispatchMessage(Handler.java:100)
07-24 00:03:38.524 32617 32617 E ZMBuildConfig: 	at android.os.Looper.loop(Looper.java:214)
07-24 00:03:38.524 32617 32617 E ZMBuildConfig: 	at android.app.ActivityThread.main(ActivityThread.java:7682)
07-24 00:03:38.524 32617 32617 E ZMBuildConfig: 	at java.lang.reflect.Method.invoke(Native Method)
07-24 00:03:38.524 32617 32617 E ZMBuildConfig: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-24 00:03:38.524 32617 32617 E ZMBuildConfig: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950)

Getting this error while building the app, development app works fine

build.gradle

        buildToolsVersion = "29.0.2"
        minSdkVersion = 21
        compileSdkVersion = 29
        targetSdkVersion = 29
        // # Only using Android Support libraries
        supportLibVersion = "28.0.0"

For installing the aar files
chmod +x ./node_modules/react-native-zoom-bridge/bin/import_prod_sdk.sh
./node_modules/react-native-zoom-bridge/bin/import_prod_sdk.sh

Do we have to do something in android studio?
Thanks In Advance

iOS build failure

I got the following errors after these steps:

yarn add react-native-zoom-bridge
chmod +x ./node_modules/react-native-zoom-bridge/bin/import_dev_sdk.sh
./node_modules/react-native-zoom-bridge/bin/import_dev_sdk.sh
cd ios && pod install

/Users/ethanwang/GitHub/Patient/node_modules/react-native-zoom-bridge/ios/libs/MobileRTC.framework/Modules/module.modulemap:2:19: Umbrella for module 'RNZoomBridge' already covers this directory

/Users/ethanwang/GitHub/Patient/node_modules/react-native-zoom-bridge/ios/libs/MobileRTC.framework/Modules/module.modulemap:5:10: Inferred submodules require a module with an umbrella

Command PhaseScriptExecution failed with a nonzero exit code

Framework not found RNZoomBridge

Any insights on how could I fix them?

Android Zoom SDK update

Zoom Android SDK was updated yesterday and would be great if you update the package to the latest changes...
/node_modules/react-native-zoom-bridge/android/src/main/java/com/appgoalz/reactnative/RNZoomBridgeModule.java:113: error: cannot find symbol params.zoomToken = zoomToken; ^ symbol: variable zoomToken location: variable params of type StartMeetingParamsWithoutLogin

ERR_ZOOM_INITILAIZATION

got error ERR_ZOOM_INITILAIZATION when initialize the zoom, do you have any idea?

when i try to ZoomBridge.initialize , i got this
photo_2020-05-07 11 05 36

but, when i trying to use ZoomBridge.joinMeeting i got this
photo_2020-05-07 11 01 33

this is my full code

import React, {Component} from 'react';
import ZoomBridge from 'react-native-zoom-bridge';
import {Text, View, Button} from 'react-native';

export class App extends Component {
  async componentDidMount() {
    try {
      const initializeResult = await ZoomBridge.initialize(
        'qvQXXr3Etwgsx4aFSfSlgGEDIf4BhjLDB8yz',
        'tiSFxfRHISoKWX9u43Pgq0d7HYw63W3Jqr5O',
        'zoom.us',
      );
      console.warn({initializeResult});
    } catch (e) {
      console.log(e);
      console.warn({e});
    }
  }
  async join() {
    const displayName = 'ProSpark-Mobile';

    try {
      const joinMeetingResult = await ZoomBridge.joinMeeting(
        displayName,
        '74072615405',
      );
      console.warn({joinMeetingResult});
    } catch (e) {
      console.warn({e});
    }
  }
  render() {
    return (
      <View>
        <Button
          title={'START MEETING'}
          onPress={() => {
            this.join();
          }}
        />
      </View>
    );
  }
}

export default App;

App is not running , giving error

i trying for android.
"react-native": "0.62.2",

after npm I and placing the lib in node_module

getting below error when running npx react-native run-android

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.0.1/userguide/command_line_interface.html#sec:command_line_warnings
152 actionable tasks: 2 executed, 150 up-to-date
/home/turbo/devel/doconvid/node_modules/react-native-zoom-bridge/android/src/main/java/com/appgoalz/reactnative/RNZoomBridgeModule.java:26: error: RNZoomBridgeModule is not abstract and does not override abstract method onZoomAuthIdentityExpired() in ZoomSDKInitializeListener
public class RNZoomBridgeModule extends ReactContextBaseJavaModule implements ZoomSDKInitializeListener, MeetingServiceListener, LifecycleEventListener {
^
Note: /home/turbo/devel/doconvid/node_modules/react-native-zoom-bridge/android/src/main/java/com/appgoalz/reactnative/RNZoomBridgeModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':react-native-zoom-bridge:compileDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

my build.gradle file

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext {
buildToolsVersion = "28.0.3"
minSdkVersion = 16
compileSdkVersion = 28
targetSdkVersion = 28
}
repositories {
google()
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:3.5.2")
classpath 'com.google.gms:google-services:4.3.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
repositories {
flatDir {
dirs "$rootDir/../node_modules/react-native-zoom-bridge/android/libs"
}
mavenLocal()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url("$rootDir/../node_modules/react-native/android")
}
maven {
// Android JSC is installed from npm
url("$rootDir/../node_modules/jsc-android/dist")
}

    google()
    maven {url "https://maven.google.com"}
    jcenter()
    maven { url 'https://www.jitpack.io' }
}

}

Re-initialize Zoom SDK with different SDK Keys

I have a situation where I'm listing 3-4 meetings on same screen but from different accounts. Now the problem is, once the zoom is initialized there is no way to re-initialize it again with different SDK keys.

Can you guys help me out here. needed an urgent solution.

ZoomSDK has not been initialized successfully

Platform

Android 
buildToolsVersion = "29.0.3"
minSdkVersion = 21
compileSdkVersion = 29
targetSdkVersion = 29

Issue

code: "ERR_ZOOM_INITIALIZATION"
framesToPop: 1
message: "Error: 2, internalErrorCode=3025"
nativeStackAndroid: []
userInfo: null
stack : "Error: Error: 2, internalErrorCode=3025
    at Object.fn [as initialize] (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:2141:36)
    at initZoom$ (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:318916:82)
    at tryCatch (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25701:19)
    at Generator.invoke [as _invoke] (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25877:24)
    at Generator.prototype.<computed> [as next] (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25744:23)
    at tryCatch (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25701:19)
    at invoke (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25777:22)
    at http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25807:13
    at tryCallTwo (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:27100:7)
    at doResolve (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:27264:15)"
clean and rerun not working.

@chaimPaneth Please provide a solution. I am getting this error in a production environment.

iOS - Unable to install application

Hi,

I was able to integrate the SDK and test it in simulator as well as emulator. But when I try to run it on a device, the build is successful, but it won't install on the device. It would fail saying "Unable to install application". "Failure reason: No code signature found". I checked for all possibilities, but it won't run on device. I checked before integrating this SDK and it runs on device.
Anyone else having a similar issue?

Changes in node_modules folder

Hi, Thank you for the awesome package. I believe that we should not make changes in the node_modules folder for fixing bugs as you have suggested in RNZoomBridge.h file for import statements and also we have removed <MobileRTC.h/> from imports, but I think ideally this should not be the case. Is there a way or fix that may be you can apply and then publish it?

Support for macOS or windows zoom SDKs

I want to build a native zoom app for macOS and windows.
Are you targeting to support other zoom SDKs in this package?
or any other library is available?

MobileRTC doesn't contain bitcode

While building an app in the appcenter.ms I face the following issue:

ld: '/Users/runner/work/1/s/node_modules/react-native-zoom-bridge/ios/libs/MobileRTC.framework/MobileRTC' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. file '/Users/runner/work/1/s/node_modules/react-native-zoom-bridge/ios/libs/MobileRTC.framework/MobileRTC' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Join Meeting Password: Is there any way to skip the password prompt for join meeting?

As I can see, ZoomBridge.joinMeeting needs two parameters to join a meeting for a user. Later on in this process, a dialog box appears asking for a meeting password. Is there any way to pass the password as well in this method instead of prompting user to enter the password.

async joinMeeting(){
  try{
      let result = await ZoomBridge.joinMeeting("John Doe", '77794198988');
      console.log('Zoom Join Meeting Response: ', result);
  }
  catch(e)
  {
      console.log('ZOOM JOIN Error: ', e);
      console.warn({e});
   }
 }

In our use case, we are showing a list of live classes to many students (might not be registered users on Zoom) in our app. Now they are already logged into our app and for smooth functioning, students expect to join the live class with just one click.

So, is there any way to achieve this?

App installation Fail in IOS device after linking the package

after installing the package and follow all the steps guided in the installation part and fix ed the headers errors, the build created successfully, but it won't install on the device. It would fail saying "Unable to install application". "Failure reason: No code signature found". Please guide me if I missed something. Need urgent help.

IOS build failed

Undefined symbols for architecture armv7:
"_kMeetingParam_MeetingPassword", referenced from:
-[RNZoomBridge joinMeetingWithPassword:withMeetingNo:withPassword:withResolve:withReject:] in libRNZoomBridge.a(RNZoomBridge.o)
"_kMeetingParam_Username", referenced from:
-[RNZoomBridge joinMeeting:withMeetingNo:withResolve:withReject:] in libRNZoomBridge.a(RNZoomBridge.o)
-[RNZoomBridge joinMeetingWithPassword:withMeetingNo:withPassword:withResolve:withReject:] in libRNZoomBridge.a(RNZoomBridge.o)
"_kMeetingParam_MeetingNumber", referenced from:
-[RNZoomBridge joinMeeting:withMeetingNo:withResolve:withReject:] in libRNZoomBridge.a(RNZoomBridge.o)
-[RNZoomBridge joinMeetingWithPassword:withMeetingNo:withPassword:withResolve:withReject:] in libRNZoomBridge.a(RNZoomBridge.o)
"OBJC_CLASS$_MobileRTCMeetingStartParam4WithoutLoginUser", referenced from:
objc-class-ref in libRNZoomBridge.a(RNZoomBridge.o)
"OBJC_CLASS$_MobileRTC", referenced from:
objc-class-ref in libRNZoomBridge.a(RNZoomBridge.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I am getting this error while running on simulator and using development sdk

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.