We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I installed using CocoaPods and implemented the following as suggested:
StartRecording:[[NKRecordManager sharedInstance] startRecording]; StopRecording:[[NKRecordManager sharedInstance] stopRecording];
I run the code and the following terminal outputs appear, indicating that error of NULL returned from startRecording method in NKRecordManager.m:
2017-04-25 11:12:48.348 MyApp[71910:6705587] [KWLM] <NKRecordManager: 0x60000000adf0>-startRecording-recorder:<RPScreenRecorder: 0x6000000ee280> 2017-04-25 11:12:48.351 MyApp[71910:6705587] [KWLM] startRecording result:(null) 2017-04-25 11:13:20.336 MyApp[71910:6705587] [KWLM] <NKRecordManager: 0x60000000adf0>-stopRecording-recorder:<RPScreenRecorder: 0x6000000ee280>
I am using Xcode 8.2.1. I tried deployment target of iOS 8.0 and 9.0 and both give same error. I am using Base SDK of iOS 10.2.
Screenshots below:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I installed using CocoaPods and implemented the following as suggested:
I run the code and the following terminal outputs appear, indicating that error of NULL returned from startRecording method in NKRecordManager.m:
2017-04-25 11:12:48.348 MyApp[71910:6705587] [KWLM] <NKRecordManager: 0x60000000adf0>-startRecording-recorder:<RPScreenRecorder: 0x6000000ee280>
2017-04-25 11:12:48.351 MyApp[71910:6705587] [KWLM] startRecording result:(null)
2017-04-25 11:13:20.336 MyApp[71910:6705587] [KWLM] <NKRecordManager: 0x60000000adf0>-stopRecording-recorder:<RPScreenRecorder: 0x6000000ee280>
I am using Xcode 8.2.1.
I tried deployment target of iOS 8.0 and 9.0 and both give same error.
I am using Base SDK of iOS 10.2.
Screenshots below:
The text was updated successfully, but these errors were encountered: