opentok-ios-sdk-samples-swift icon indicating copy to clipboard operation
opentok-ios-sdk-samples-swift copied to clipboard

Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)

Open findigital opened this issue 4 years ago • 1 comments

I've applied my APIkey, session ID and tokens to a few different sample projects and on immediate open of the build on the device I receive the following error "Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)" and the line below:

import UIKit

@UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate {


I'm stuck testing since none of the sample builds I tested do not work for me and generate the same error. I've tried creating new apps within Tokbox but that does not resolve the issue either. I've been able to create working web sample apps using the creds provided but not iOS apps.

findigital avatar Jan 11 '20 16:01 findigital

Simple way you can solve this issue by update pod .

RohitiOSDeveloper avatar Feb 04 '20 10:02 RohitiOSDeveloper