-
Getting crashes on Expo SDK 50. Here are the versions:
```json
"react-native-ios-adaptive-modal": "^0.7.0",
"react-native-ios-context-menu": "^2.5.1",
"react-native-ios-utilities": "…
-
## Bugs:
In our hybrid project react native part uses RealmJS as database SDK and now we also want use realm cocoa in our native part. We find that in RealmJS initialization will clear all caches an…
-
http://dongxuwei.com/2018/03/12/GCD/
Every failure is leading towards success.
-
As attached. I suspect this is simply caused by 10.9 not having `-[NSWindow contentLayoutRect]`. This can be reproduced by running XcodePostFacto on Xcode 6.3.2 and then attempting to show the Devices…
-
Hi TapResearch team!
That's the re-opening of [this issue](https://github.com/TapResearch/TapResearch-iOS-SDK/issues/22) - we've released the app with TapResearch 2.5.5 - but unfortunately, the crash…
-
### NSInvocationOperation
``` Objective-C
- (void)viewDidLoad
{
[super viewDidLoad];
// 创建队列
NSOperationQueue *queue = [[NSOperationQueue alloc] init];
// 创建操作
NSInvocationOpera…
-
cancel method uses background thread (returned by threadForRequest), but synchronous thread executed in other thread. When we cancel synchronous request we sometimes get a bad access crash.
NSZombie …
-
有代码死锁
-
Hey folks what do you think about this?
I worked on a little method to transition between gamma values.
``` objc
// This method creates a transistion from one gamma value to another
+ (void)setGammaW…
-
```
What steps will reproduce the problem?
1. Insert plcrashreporter 1.1 into project
2. Trigger a crash with abort() function, but before this instruction insert
[NSThread callStackSymbols]
What is…