-
```
Class (and constant/enum) names such as WebSocket are too generic for a library
like this. I'm trying to integrate this code into a project that contains both
a WebSocket Server (CocoaHTTPServer…
-
Thanks for writing this! I want _almost_ this exact thing, except for NSBezierPath (I'm not writing a iOS app, I'm driving a laser cutter from my Mac).
I'm going to give writing the NSBezierPath …
-
Written on 03/30/2015 19:42:49
URL: https://nsscreencast.com/episodes/152-cocoa-bindings
-
Written on 01/24/2015 10:48:20
URL: https://nsscreencast.com/episodes/61-cocoa-lumberjack
-
Written on 01/02/2015 01:16:29
URL: https://nsscreencast.com/episodes/150-cocoa-windows
-
Hi,
I downloaded the project and when I am trying to run it I get the following error.
Error "Cocoa/Cocoa.h" no such file or directory.
Can you please provide me steps on how to resolve this error.…
-
It would be nice to be able to provide some precompiled object files, bundled along in **C3l** libraries
Its easy to add the -l flag and just link the file, but currently the .o files are not copie…
-
I have this premake file:
```
workspace "FuncDoodle"
configurations { "Debug", "Release" }
glad_sources = {
"lib/glad/src/glad.c"
}
imgui_sources = {
"lib/imgui/imgui.cpp",
…
-
Hi, came across this project and was eager to give it a try as it offers a simple & elegant solution.
Following the instructions for using cocoa pods I encountered `Module 'SuperMock' has no member n…
-
Hi,
Adding `pod 'MHVerticalTabBarController'` to my Podfile and doing a `pod install`, I get:
> Unable to find a specification for `MHVerticalTabBarController` depended upon by Podfile.
Does this m…