Hello im trying to run gocoder sdk sample with swift.
Im using Xcode 9.2 and also an iPhone 6s with iOS 11.1.2
First i replace WowzaGoCoderSDK.framework with the SDK binaries files that come inside of gocoder-sdk-ios-build-0735-v1.0.5 zip file.
I assing the licence key mailed to me, to variable SDKSampleAppLicenseKey in class VideoViewController, if im wrong please tell me.
I have some issues compiling. First of all i had this warning.
I used ‘Fix’ to avoid this issue in the switch case and added this in the end of switch:
case .ready:
print(ready)
}
and build is successful but if i try to run on my iPhone this is what i get: