-
When using
```yaml
ffiNative:
```
With toplevel methods in Objective-C we directly invoke via an `@Native`
```dart
@Native()
external void play();
```
But if I change it to a static…
-
关于strong和weak的理解:
NSObject * temp = [[NSObject alloc] init];
__strong NSObject * temp = [[NSObject alloc] init];
这样有什么区别呢?
arc中没有strong和weak能不能正常运行?
-
| | |
| --- | --- |
| Bugzilla Link | [11870](https://llvm.org/bz11870) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
checker claims there is …
-
看了你这篇 [《weak 弱引用的实现方式》](https://github.com/Desgard/iOS-Source-Probe/blob/master/Objective-C/Runtime/weak%20%E5%BC%B1%E5%BC%95%E7%94%A8%E7%9A%84%E5%AE%9E%E7%8E%B0%E6%96%B9%E5%BC%8F.md) 文章 ,里面提到 :
>…
-
Hi,
Whilst trying to get foreground data notifications to our iOS app I was only able to get this working on Android, in fact Android required no work to get it working.
Thanks to https://stacko…
-
### Steps to Reproduce
n/a
### Expected Behavior
When asking any `NSDictionary` instance to return a `MutableCopy`, I would expect it to return an `NSMutableDictionary`. The same goes:
- `…
-
I started getting this error after upgrading expo 43 to 45 (RN 0.64.3 to 0.68.2)
The below commit seems to fix, based on a similar report/fix I found (https://github.com/expo/expo/issues/15649), bu…
-
I have a use case to allow in-store pick-up when I create an order with this option and try to authorise it I receive the error `Capture order response was not successful. Response status code: 422`, …
-
When I launch I get this error repeatedly:
```
~$ cq-editor
Warning: QApplication was created before pyqtgraph was imported; there may be problems (to avoid bugs, call QApplication.setGraphicsSyste…
-
Vulkan SDK Versions: 1.3.290.0, 1.3.293.0
OS: (uname -a) Darwin vm-osx-sonoma-16-g2-m1.8core-dff65d70-f2cc-4478-9109-1454c98324a3 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:12:39 PDT 2024;…