Questions tagged [xcode11.3]

This tag should only be used for questions specific to the usage and features of Xcode 11.3. Do not use this tag just because you are using Xcode to develop your app. General Xcode questions should use the non-version specific xcode tag. Use tags appropriate for the OS such as ios or macos.

109 questions
1
vote
1 answer

An error occurs in the overridden function of XCUITest

An error occurs in the overridden function of XCUITest. I have never mentioned XCUITest. The error is: "Method does not override method in superclass". This happens when you change Xcode from version 11.4 beta 2 to 11.3.1 and build. what should I…
Ika
  • 1,271
  • 1
  • 12
  • 20
1
vote
0 answers

This app could not be installed at this time. Extra info about plist: ACL=

Hi i am facing a issue while installing application i have tried different possible solution like. 1- uninstalling and reinstalling cocoapods 2- de-integrating pod 3- re-installing xcode This app could not be installed at this time. Domain:…
Zeeshan Ahmed
  • 834
  • 8
  • 13
1
vote
2 answers

No visible @Interface for 'FBSDKLoginManager' declares the selector 'loginWithReadPermissions:fromViewController:handler:'

[Xcode 11.3, Facebook SDK : Version 6.0.0 I'm not able to login with Facebook for my app, and then I updated pod "FBSDKLogin" to Version 6.0.0, the errors in the image came out and made me not able to build app. Anyone can help me on this, please?…
1
vote
0 answers

Migrate swift 3 code to swift 5 using Xcode Version 11.3.1

I have an old code developed at Xcode 8 with swift3, Now with Xcode 11.3.1 , i am trying to upgrade it but it gives me below error. Any process to direct migrate without using Xcode 10.1
9to5ios
  • 5,319
  • 2
  • 37
  • 65
1
vote
1 answer

Xcode 11.3 could not attach to the pid: without internet

Error Prompt Xcode 11.3 not able to run the simulator when the lab being "offline" I need to connect to the internet to make the Xcode run the simulator. I found this is hard, please note I try to the following possible solutions but no one solve…
Ahmed Eid
  • 192
  • 1
  • 8
1
vote
1 answer

How to stop SwiftUI DragGesture from dying when View content changes

In my app, I drag a View horizontally to set a position of a model object. I can also drag it downward and release it to delete the model object. When it has been dragged downward far enough, I indicate the potential for deletion by changing its…
Rob N
  • 15,024
  • 17
  • 92
  • 165
1
vote
1 answer

SWIFT : How to Share multiple Photos or Video on Facebook using FBSDKShareKit?

I am using FBSDKShareKit to share video and images on facebook. Here is the code:- if self.postObject.videoUrl.count > 0 { let content = ShareMediaContent() for VideoData in self.postObject.postedMedia { …
iOS Developer
  • 464
  • 6
  • 24
1
vote
0 answers

iOS 13 Map View Problem libMobileGestalt MobileGestalt.c:1647: Could not retrieve region info

I am try to use MapKit and CLLocation but when app run load the map but did net center the map according to location and did not show location marker. In console libMobileGestalt MobileGestalt.c:1647: Could not retrieve region info
1
vote
0 answers

Why in Xcode 11.3 Step Over(f6) work as Step Into(f7)?

On updating to xcode 11.3 while debugging Step Over(f6) started behaving similar to Step Into(f7). Steps to Reproduce Create a new Xcode project for macOS Command line Tool Change main.cpp with this #include void test() { …
1
vote
1 answer

Xcode - App using AWS Frameworks runs on Simulator but crashes on device

I created an app in Xcode 10 Beta using some AWS frameworks on iOS. This ran fine. Recently when I revisited the project, updating to Xcode 11, the app displays a white screen on startup, with a signal SIGABRT on Thread 1. I'm at wits end. I've…
Bryan
  • 753
  • 1
  • 6
  • 12
1
vote
1 answer

Checking for multiple postalAddresses for the contact swift 5

I finally got time to go back and work on this. The code below pulls the address labels and IDs. The IDs are fine. The problem is when I print theAddressLabel it give me this: _$!!$_ Is this normal or is there something in my code I can…
Quailcreek
  • 125
  • 2
  • 9
1
vote
1 answer

dyld: Library not loaded: @rpath/GoogleUtilities.framework/GoogleUtilities

I really need some help in a problem which is turning me crazy... It's about running my app on a device (because the problem doesn't appear on the simulator) and I can't find what how to solve it even reading and trying all the solution along this…
Tsilaicos
  • 435
  • 2
  • 13
1
vote
3 answers

Swipe gesture is not being called on a subview inside a present view controller

I presented a view controller and I have a subview in it. I added a swipe gesture on the subview. The swipe gesture is not being called. Instead, the presented view controller is trying to dismiss itself i.e. going down. How do I override the swipe…
Saad Tahir
  • 325
  • 2
  • 13
1
vote
1 answer

Adding UIPanGesture to UITableView is blocking scrolling of UITableView in Xcode 11.3

I have UIViewController with UITableView. I want to dismiss the UIViewController when user pull down the table. By adding UIPanGestureRecognizer to UIViewController's view will work only if table contents are less and table is not scrollable. So I…
Trup
  • 635
  • 5
  • 17
1
vote
0 answers

Xcode preview show loading page then white screen only

Over the holidays I took a break from a project. Also in that time, I updated my mac to Catalina and Xcode to the newest version. Now when I run the project that worked well before it loads the loading page but then turns white. There is no error in…