-
I'm unable to build the engine on MacOs 10.12.1 (Sierra). I'm getting this error :
```
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9
Undefin…
-
#### Description
This is a duplicate of rdar://25595691
The method +[NSKeyedUnarchiver unarchiveTopLevelObjectWithData:error:] was introduced with iOS 9.0 and OS 10.11 but it is undocumented. Neithe…
-
I have the following method to get the height of an RTF string:
//returns height of text, based on width w
dim options as integer = NSString.NSStringDrawingUsesLineFragmentOrigin //multiline
op…
-
Trying recommended:
https://github.com/Ajordat/finder-sidebar-editor
but only getting an error:
```
seb@imac finder-sidebar-editor-master % python3 setup.py
Traceback (most recent call last…
-
Hi there,
i would like to call swing/awt components with JavaCall. But there seems to be some thread issues. Frames do not open.
I think this is not an JavaCall issue but an cocoa/JNI thing but maybe…
-
Cocoa users have this feature. Would be good to have it for Android too. Right now we have to pull Realm database from device or emulator at first and then to view it in Cocoa browser (if you're on Ma…
-
```
I do Objective-C cocoa development and wanted something that would work with
it. I took the CPP
version and enhanced it to work with Objective-C Cocoa. It is my first crack
yet I thought it m…
-
The sub-module structure of each backend is identical, so that can already be considered a well-defined API between the interface and backend layers. Putting the "factory" namespace in between them ad…
-
Cocoa pods
Carthage
SPM
+/-
примеры по каждому
gitignore
-
I'm following the steps under "macos installation" in the docs: https://docs.screenpi.pe/docs/getting-started. Specifically, I'm trying to build the Desktop app from source.
Everything until and i…