-
dispatch_barrier_async works great for this project, except for the following situation:
1. NSMutableDictionary *registeredDefaults = [[NSMutableDictionary alloc] init];
2. [[NSUserDefaults standardUs…
-
### Steps to Reproduce
1. an `NSObject` subclass is finalized
2. this calls `object_queued_for_finalization` and set `NSObjectFlagsInFinalizerQueue` in the instance's flags
3. the call to `Dispos…
-
When activating notification, XCode crashes.
XSecurity version: git pull of today
Process:
- Open XCode
- Open a random ObjectiveC/iOS/OSX/Cordova project
- Select XSecurity > Vulnerability Notifica…
-
Xcode: 10.2
Swift Language Version: 4
![スクリーンショット 2019-03-29 19 46 30](https://user-images.githubusercontent.com/15327448/55227653-64505a80-525b-11e9-9a94-29f22f330786.png)
`@objc` attribute is…
-
| | |
| --- | --- |
| Bugzilla Link | [2587](https://llvm.org/bz2587) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek,@haoNoQ |
## Extended Descr…
-
Hi all,
I'm attempting to use the latest release of the sdk in Swift, working with cloud anchors. When attempting to extend my anchor manager class and inherit from the GARSessionDelegate class, I …
-
为啥只有10会
-
-
| | |
|------------------|-----------------|
|Previous ID | SR-9081 |
|Radar | rdar://problem/45567572 |
|Original Repor…
-
The machinery for calling methods can be optimised. See also #350.
Python -> Objective-C:
* the descriptor lookup currently peeks at the class on every attribute lookup, that is fairly expensive…