ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
124 stars 111 forks source link

Error on launch for iOS (Running on Device) #10

Closed frederickjjoubert closed 4 years ago

frederickjjoubert commented 4 years ago

I built the base project 'RNVideoChat' to an iOS device and got the following error:

Please note building to an android device is working fine for me.

'Unknown arguement type 'attribute' in method -[RCTAppState getCurrentAppState:error]. Extend RCTConvert to support this type.'

Attached is a screenshot of the error.

IMG_6171

Steps to reproduce:

The only recent change to my develop environment that I can think of that may produce an incompatibility is that I am using Xcode 11.

Thanks for the help!

Mike-Van commented 4 years ago

I'm having the same problem for building the chatting sample. Have you found any solution to this? Thanks

frederickjjoubert commented 4 years ago

@Mike-Van no solution yet

DaveLomber commented 4 years ago

@Mike-Van @frederickjjoubert we will check and let you know tomorrow

ccvlad commented 4 years ago

Try our last code. We updated react-native-webrtc lib in RNVideoChat.

Tested on Simulator (iOS 13.0), iPhone X (iOS 13.0) and iPhone 6 (iOS 10.1.1) with Xcode 11.1. Can't reproduce.

Please provide more info if problem doesn't solve (environments, device, logs if exist).