Skip to content
New issue

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

Error recording #2

Open
ltfschoen opened this issue Apr 25, 2017 · 0 comments
Open

Error recording #2

ltfschoen opened this issue Apr 25, 2017 · 0 comments

Comments

@ltfschoen
Copy link

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:

screen shot 2017-04-25 at 11 53 21 am

screen shot 2017-04-25 at 11 54 21 am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant