John

Results 7 issues of John

Has anyone an idea of how to run this code on an iOS device?

I have enabled keychain sharing in Xcode for both projects (Mac and iOS apps) using the same "Keychain groups" string. I try to access a keychain item that I write...

After installing the virtualOS app, I could use Teams with camera and the microphone. Today, this is no longer working. I can neither access my MacBooks camera nor the microphone...

I can set custom colors for all log levels in CocoaLumberjack, but it does not work for the error level. The text just remains white on black background Works: [[DDTTYLogger...

For some log statements, the color is shown as specified. Then, the next log statement (exactly as the previous one in the same file) does not show a colored text....

I have added "pod 'TBRepeatPicker'" to my podfile for the correct target. I have created a Swift file: ``` @objc class func repeatPicker() { // give the occurrence date of...

How can I add the recurrence rule generated with this library to an EKEvent?