-
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
// ...
if let url = launchOptions?[UIApplicationLaunchOptions…
-
Thread Performance Checker: Thread running at User-interactive quality-of-service class waiting on a lower QoS thread running at Default quality-of-service class. Investigate ways to avoid priority in…
-
Your work is awesome but im stuck its giving error of "nsobject has no member paste" not getting the point.
-
通过CocoaPods安装后,编译报'NSObject+DeallocBlock.h' file not found
-
Iphone4s ios 8.0
-
### Tested versions
4.2.2.stable
### System information
MacOS Ventura 13.5.2 M2
### Issue description
I have had several random crashes in my game, with this stack trace:
```
USER E…
-
Follow up to #22 by @HealsCodes:
I've been playing around with Predicates + ManagedModels but always run into a dead-end seemingly because Model properties aren't [exposed to the underlying Objecti…
-
Hi,
I am trying to use this package to build a cloud camera roll backup feature and I am running into something. The moment I try to retrieve all albums on iOS using the getAlbums method the app cr…
-
If you try to reflect an instance of a class that inherits from `NSObject`, it will crash while accessing a null pointer when trying to reflect `NSObject`.
The minimal example would be:
```swif…
-
When installing the framework via Cocoapods, NSObject subclasses aren't properly boxed, due to the [compiler conditional in Box.swift](https://github.com/groue/GRMustache.swift/blob/4b0543fa25b25bbae4…