Narlei Moreira

Results 12 issues of Narlei Moreira

I and others developers that I know always put this code manually, would be amazing if you accept this pull request.

Hello, In my project I add the block in - (UIImage_)imageForKey:(NSString_)key { : if (!image && pathImage){ @try { NSData *data = [NSData dataWithContentsOfFile:pathImage]; image = [UIImage imageWithData:data]; } @catch...

Fix xcode warnings helping projects to remove all warnings

The latest zld is not working with the newest Xcode version. Our team uses zld inside the Buck, and after the Xcode 13.3 we're receiving the error: ``` stderr: ld:...

Hello, In my code, in function "- (void)layoutScrollViewAnimated:(BOOL)animated{" in file "EGOPhotoImageView.m" I add a verification if image exists: "if (self.imageView.image) {" : - (void)layoutScrollViewAnimated:(BOOL)animated{ if (self.imageView.image) { if (animated) {...

Stop working in macOS Catalina

AccountKit is crashing in some sessions: `[__NSCFConstantString stringByReplacingCharactersInRange:withString:]: nil argument` ```` AKFEmailLoginViewController.m line 276 -[AKFEmailLoginViewController _changeCharactersInRange:replacementString:] + 276 ```` The framework is closed, I can't see this class to find...

The AccountKit is crashing to some users: ```` Fatal Exception: NSInternalInconsistencyException Tried to pop to a view controller that doesn't exist. AKFErrorViewController.m line 176 -[AKFErrorViewController next:] + 176 ````

We're currently using `gradle.profiler` in our Android projects and we're migrating our iOS project to work with Bazel. Seeing the success of Android project benchmarking build using this tool, we...

bug
:wave: team-triage

it's not working on macOS Catalina