Questions tagged [xcode11.2.1]

20 questions
0
votes
1 answer

Thread 1: signal SIGABRT error running on Xcode 11.2.1

The project(react-native) was running fine on Xcode 10.2, and to test it on iOS 13, I tried opening the project with Xcode 11.2.1 and the app crashes at startup and the error from the Xcode 11.2.1 console is below: Assertion failure in…
FortuneCookie
  • 1,756
  • 3
  • 25
  • 41
0
votes
1 answer

How to remove black area above my app after Xcode 11?

My app was working fine until iOS 13 I faced new issues in the UI top portion. First the screens became as Cards and I changed the ViewController Presentation to Full Screen and my segues Kind to Present Modally and Presentation to Full…
malhobayyeb
  • 2,725
  • 11
  • 57
  • 91
0
votes
0 answers

How to resolve Keyboard issue while login "Sign In With Apple" iOS 13 using UIKit?

I have integrated "Sign in with Apple" in my project. But after integration, I am getting weird issue when trying to login using apple id. The main issue is keyboard appears after login completion. When I try to log in it asks for two-factor…
Sourabh Sharma
  • 8,222
  • 5
  • 68
  • 78
-1
votes
1 answer

Xcode: declaring private @property it complain (Objective-C)

I'm trying to declare a private property but I'm getting this error: Unexpected '@' in program Here is my implementation @implementation MyClassImplementation @property (nonatomic,strong) NSArray *new; @end Here is where I get the error @property…
user2924482
  • 8,380
  • 23
  • 89
  • 173
-1
votes
1 answer

black screen simulator on xcode 11.2.1

i installed xcode 11.2.1 , trying to lean some new thing (xcode and ios app development ) i tried to creat a simple app (the Side Menu of an app), after trying to run the app, the screen turns black and doesn't show my app. before writhing this…
hatim
  • 1
1
2