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
3
votes
1 answer

Why does Xcode 11 attribute selector for colors have 2 different colors in the thumbnail?

Here is an image of the color selector in the attribute inspector of Xcode 11.x. I could not figure out why a lot of the color thumbnails show 2 colors. I suspected that the pair of colors indicate the Light and Dark Modes but this does not seem to…
asreerama
  • 144
  • 1
  • 9
3
votes
1 answer

Launched iOS simulator from Xcode 11.3 and getting a black screen

I was using Xcode 10. Did not have enough space to update to latest Xcode. So downloaded it from Apple's website and removed the old Xcode. To make more space I deleted all the cache, unavailable simulators, derived data and unwanted stuffs…
Salman
  • 389
  • 4
  • 22
3
votes
1 answer

Alamofire request in swift 5

I have used Alamofire in one of my application. Now Application needs to update. So I have updated Alamofire pods with new version. Now I don't know how to call Alamofire request in swift 5 with new version of Alamofire. I have tried, but it's…
VRAwesome
  • 4,721
  • 5
  • 27
  • 52
3
votes
3 answers

Xcode 11.3 "No Conditions Available"

After updating Xcode to version 11.3 device conditions options disappeared from the "Devices and Simulators" window. The issue appeared on both my computers. Everything worked fine with Xcode 11.2. Any suggestions?
2
votes
1 answer

Declare property like @Publisher in swift version that doesnt support this feature using OpenCombine Framework

working on backward compatibility for an macOS App that does not make use of SwiftUI but makes use of Combine Framework feature @Published declarations that is also not available in this particular targeted System and also not in this Swift version.…
Ol Sen
  • 3,163
  • 2
  • 21
  • 30
2
votes
1 answer

My App doesn't work on the release mode after upgraded to the Xcode 11.4 or later

I've faced an issue when I've updated the Xcode version to 11.4 or later. The project works fine in the debug mode. A key pair was created then data signed through the private key and send it to the server. Finally, the server can verify sign data…
Reza Dehnavi
  • 2,256
  • 3
  • 16
  • 30
2
votes
0 answers

AVPlayer video freezes while decoding video packets form url iOS

I'm getting a very strange issue related to AVPlayer, that the video get freezes and the time and the player progress is continuous to move. Previously my code is in swift 4 and this issue didn't exist at that time. I have updated the code to…
Parv Bhasker
  • 1,773
  • 1
  • 20
  • 39
2
votes
1 answer

Get rid of these control characters in the code editor for Xcode

In Xcode 11.3.1 (11C505), I have accidentally enabled the ability to see control characters, such as these carriage returns or dots on my code: How do I hide these from the editor?
Robin
  • 373
  • 1
  • 3
  • 20
2
votes
0 answers

Swift iOS 13 : Click on push notification how to open textfield?

User want to interact on click of push notification and send comment/reply/message. I have following code in AppDelegate: func configureNotification() { let center = UNUserNotificationCenter.current() …
Zalak Parikh
  • 450
  • 4
  • 11
2
votes
1 answer

How to add Binary framework in Swift Package Manager as dependency?

I have been searching for an answer to add framework as a dependency in Swift Package Manager, and I assume there is a way to do this but haven't succeeded in finding it. I have tried the solution provided on Swift Package Manager forum but did not…
yo2bh
  • 1,356
  • 1
  • 14
  • 26
2
votes
1 answer

Swift 5 - Simulator launching with white screen - Instruments

I was trying to check the memory leak for my project using Instruments. Although, I could launch instruments but while its running the simulator is launching with white screen only. So that I could not debug my application to find the retain cycle.…
2
votes
0 answers

how to update the swift compiler version into 5.1?

I am trying to update the swift compiler language version to 5.1. But I am having the latest xcode version of Version 11.3.1 (11C504) Toolchain: Swift 5.1 Snapshot 2020-01-28 (a). I downloaded the swift-5.1-DEVELOPMENT-SNAPSHOT-2020-01-28-a-osx…
vijay
  • 53
  • 2
  • 12
2
votes
1 answer

keyboard not appear at google signIn page of ios 13

I am facing issue on login through Google SignIn. Actually not showing keyboard on iOS 13.2.2 at iPhone. Please check below images.
Chandan Jee
  • 5,440
  • 4
  • 16
  • 24
2
votes
3 answers

Xcode fails to build flutter code for ios 13.3.1 device but runs code on 13.3 ios simulator

below is what I am getting on Xcode 11.3.1 and ios 13.3.1. what shall I do? the code works on the ios simulator and builds for it is always successful. so where is the issue? what's wrong here, or am I missing some thing here? I did try the clear /…
princeoo7
  • 1,071
  • 3
  • 21
  • 44
2
votes
1 answer

iOS React Native App/ Build Succeeded but App not getting open in iOS device/ Simulator

iOS App is build successfully but App is not getting open in the Simulator or device. Getting chmod error for the app path. Error: info ** BUILD SUCCEEDED ** info Installing .app An error was encountered processing the command…