-
```objc
@interface Manager ()
@property (nonatomic, assign) NSInteger clickStartTime;
@end
@implementation Manager
+ (instancetype)getInstance {
static Manager *manager = nil;…
-
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 2
Application Specific Information:
abort()…
-
### Description
I've been seeing crash reports from Firebase related to SkeletonView.
### What type of issue is this? (place an `x` in one of the `[ ]`)
- [x] bug
- [ ] enhancement (feature re…
-
Please describe the problem.
For hints on what information is helpful, see: https://clangd.llvm.org/troubleshooting.html
If you can, provide a minimal chunk of code that shows the problem (either …
-
### Describe the bug
The game crashes when using certain skills that require significant processing power. This issue results in the game closing unexpectedly and displaying a crash log.
Playcov…
-
Hello,
I wonder if it would be possible to generate an Amazon Linux 2 SDK ?
When I try to follow instruction to generate a SDK with a docker image, it generates files with the name `Ubuntu`
I s…
-
After I archived, I got this error.
Please help me
xcode version: 12.0.1
pod version: 1.9.3
npm:
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-azure-speech-text…
-
### What problem or need do you have?
==== PURPOSE ====
Hello guys ! I'm new to tuist and i'd like to use the swiftgen feature to generate my Localizable strings to some objc cause my project st…
-
```c
{
undefined *puVar1;
ID IVar2;
undefined8 uVar3;
ID local_30;
class_t *local_28;
local_28 = &objc::class_t::CLHEndpointSelector;
local_30 = param_1;
IVar2 = _objc_m…
-
Objective-C have exceptions similar to C++ exceptions (not very familiar with these, maybe some of this apply there as well?), and catching them require using the `objc_begin_catch` and `objc_end_catc…