-
| | |
|------------------|-----------------|
|Previous ID | SR-9358 |
|Radar | rdar://problem/52193385 |
|Original Repor…
-
Write a small real-time debugging system using ObjC dynamic runtime (sending commands, receiving reply, etc).
-
I found a strange conflict issue between `NSScreen` and `NSProcessInfo`. Using both `NSProcessInfo.operatingSystemVersion` and `UIScreen.mainScreen` will cause the application to crash with "segmentat…
-
Some protocols like `UIApplicationDelegate` are not registered with the runtime until the compiler has seen a `@protocol(UIApplicationDelegate)`, or the protocol is implemented by a concrete class ([d…
-
In lava/tutorials/end_to_end/tutorial01_mnist_digit_classification.ipynb:
```python
# Run each image-inference for fixed number of steps
mnist_clf.run(
condition=RunSteps(num_steps…
p-i- updated
6 months ago
-
Hello 👋
I am experiencing random crashes when running tests on a framework that depends on `libPhoneNumberiOS`. Before the crash I see these lines on the log:
```
objc[32559]: Class NBMetadata…
-
How can I cast a `INSObject` to a `objc::runtime::Object`?
-
### Is your feature request related to a problem? Please describe.
The current implementation of go-macho only properly supports the non-fragile version of the Mac OS X Objective-C Runtime. Code that…
-
Hi,
I'm trying to install sharekit 0.2.1gm1 in my xcode projet (xcode 4.0.1, ios sdk 4.3.3, os x 10.6.8) and I get this error when compiling:
/usr/include/objc/objc-class.h no sush file or directory…
iMacX updated
12 years ago
-
I am using sharekit in ios, but after adding all the class in my project i encounter the error like
/usr/include/objc/objc-class.h file not found,
I dont know why this comes, i already check all th…