-
Hi,
Can we expect a update for this library. Or can u help us to create a binding library with the latest source code.
-
At present, if a class doesn't implement a required selector, the Objective C runtime raises a hard crash. For example:
```
2017-12-29 12:09:23.220 python[22410:8656994] -[TogaCanvas window]: unreco…
-
```
[Detaching after fork from child process 107719]
2024-10-13 00:06:43.176 fswatcher[107719:107719] register client 2
2024-10-13 00:06:43.351 GWorkspace[107713:107713] no WS icon for /home/lars/.…
-
I keep getting this error when trying to set PFObjects inside my NSManagedObject:
**\* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSObject encodeWithCoder:]: u…
-
For example, the following code:
``` rust
let mut a: Id = INSString::from_str("a");
let mut b: Id = INSString::from_str("b");
println!("{} {}", a, b);
mem::swap(a.deref_mut(), b.deref_mut());
printl…
-
```
@objc protocol P: class {
optional func f()
}
class A: P {
}
extension A {
func f() {
print("A")
}
}
class B: A {
override func f() { // Declarations from extensions cannot be over…
-
We are seeing this in our environment on a very limited number of 10.15.x devices. Any ideas?
Script result: Prompting wantedwriter for their login password.
2021-08-20 13:05:40.937 osascript[644…
-
| | |
|------------------|-----------------|
|Previous ID | SR-4680 |
|Radar | None |
|Original Reporter | alinradut (JI…
-
`Xamarin.iOS: Internal consistency error, please file a bug (https://github.com/xamarin/xamarin-macios/issues/new). Additional data: can't get the NSObject class because it's been linked away.`
Bui…
-
Hello, I'm trying to follow along the code in this article and I am running into some issues.
I'm on Yosemite 10.10.1, running Xcode 6.1 (6A1052d).
When I initially opened the project and tried buil…
etrep updated
9 years ago