-
```
It would be good it the C++ code could all be moved behind the objective-C
wrapper. This would remove the need for having Objective-C++ in all the
project code.
```
Original issue reported on cod…
-
```
It would be good it the C++ code could all be moved behind the objective-C
wrapper. This would remove the need for having Objective-C++ in all the
project code.
```
Original issue reported on cod…
-
```
It would be good it the C++ code could all be moved behind the objective-C
wrapper. This would remove the need for having Objective-C++ in all the
project code.
```
Original issue reported on cod…
-
```
Attached are the brushes files for C# and Objective-C, or at least a good
start for both. They work well for me so far.
```
Original issue reported on code.google.com by `mdes...@gmail.com` on 2…
-
```
Attached are the brushes files for C# and Objective-C, or at least a good
start for both. They work well for me so far.
```
Original issue reported on code.google.com by `mdes...@gmail.com` on 2…
-
Build steps:
```sh
cd Code
FBuild All-x64OSX-Release
```
Then I got this error:
```sh
PROBLEM: /tmp/x64OSX-Release/OSUI/OSUI_Unity1.mm.o
clang: fatal error: '-x objective-c' after last input f…
-
### Detail
I'm now getting these compile errors on a MacBook Air M1, running macOS 13.6.7 (22G720) with the latest Xcode (Version 15.2 (15C500b)) and Homebrew. This all used to compile fine up to som…
-
I have a project that requires me to consume all pods with Objective C. Since Swift >= 4 requires the explicit setting of the @objc attribute to expose Swift methods to Objective C I'm currently unab…
-
```
From reading the documentation pages, I get the impression that iwyu currently
only supports pure C and C++ files. This ticket is to request the ability to
run iwyu on Objective-C and Objective-…
-
I'm trying to make a pull request for a feature that can be called to, to determine how long a user has been idle. So far, my attempts to convert this Objective C code to JS has been unsuccessful. I'm…