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.

116 questions
77
votes
8 answers

Xcode 11 add new constraints set zero: use set value instead of default / standard

I used to use autolayout add new constraints to make simple constraints to superview / relative view like this (for loooong time): However, recently after updated to the latest xcode (11.3.3 or just 11.3/11C29), I have this weird issue: when I set…
Eddie
  • 1,878
  • 2
  • 20
  • 41
9
votes
1 answer

Lost connection to the debugger on "iPhone" Launching App Xcode 11.3.1

I've been experiencing this issue a lot with Xcode 11.3.1 when launching the App on the simulator, sometimes just restarting Xcode works, sometimes I have to restart my computer in order to make the app run again. It never happened on Xcode 11.1…
danywarner
  • 800
  • 2
  • 11
  • 26
6
votes
0 answers

Warning in Project of XCFramework: Module 'ModuleName' was not compiled with library evolution support

I'm trying to create XCFramework, which has inside several dependencies imported with SPM. I set BUILD_LIBRARIES_FOR_DISRTIBUTION to YES for target. But this warning inside of XCFramework Project next each line import makes me curious:…
birdy
  • 845
  • 13
  • 22
5
votes
4 answers

Where's the particle system file in SceneKit in Xcode 11.3.1

Recently I updated my Xcode to 11.3.1. But while working with SceneKit, I found that I can't create a particle system file. Before After How can I create a particle system in a file now?
xiaoyu2006
  • 421
  • 4
  • 14
4
votes
2 answers

Exception breakpoint not working in Xcode11.3

I am using a for-loop to iterate an array. When the index is out of bounds, the exception breakpoint is not stopping at the point of error. My code class ViewController: UIViewController { let integers = [1, 2, 3] override func…
Nilanshu Jaiswal
  • 1,265
  • 3
  • 15
  • 31
4
votes
2 answers

Xcode 11.3 cannot set target for iOS 13.3, i.e. the option doesn't exist

I upgraded to Xcode 11.3 and Catalina 10.15.2 recently. The release note stated Xcode 11.3 includes SDKs for iOS 13.3 However, the iOS 13.3 deployment target, as well as the simulator, doesn't exist. Edit: The iOS 13.3 deployment target doesn't…
zrfrank
  • 2,333
  • 1
  • 7
  • 15
3
votes
0 answers

Xcode Debugger Swift: Not able to view value of variables in debugger and lldb command gives error

I am facing issues with Xcode - Version 11.3.1. When I try to debug the code getting below error when code stops on the debugger point.…
Dhaval Kansara
  • 1,697
  • 1
  • 11
  • 31
3
votes
4 answers

'Firebase/Firebase.h' file not found

I have ,"pod install ", and my pod file look like this : # Uncomment the next line to define a global platform for your project #platform :ios, '9.0' target 'MyTaxii' do # Comment the next line if you don't want to use dynamic frameworks …
Roxana Slj
  • 125
  • 1
  • 12
3
votes
2 answers

snapkit login kit not working Swift Xcode 11.3.1

I am using Xcode 11.3.1 and try to login with snapchat with loginkit I add the add information in info.plist and my code is SCSDKLoginClient.login(from: self, completion: { success, error in if let error = error { …
balkaran singh
  • 2,628
  • 1
  • 13
  • 29
3
votes
1 answer

Xcode: Interface Builder using wrong destination to render IBDesignable

Environment macOS: 10.15.3 Xcode: 11.3.1 Swift: 5.1 Application Target: macOS Background I have an IBDesignable control based on NSView (or UIView depending on the desired target). I have packaged it using Package Manager as follows: //…
Mike Manzo
  • 140
  • 1
  • 7
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
  • 134
  • 9
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

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
  • 1,904
  • 3
  • 12
  • 28
2
votes
0 answers

How to pass Xcode environment variable from Target to its dependencies

My project has 2 App Targets (App-A and App-B, 2 different iOS apps) and a few different dependency targets (static libraries) which are being used by both app targets. One of the dependencies is our inhouse static framework that communicates with…
dev
  • 2,030
  • 2
  • 26
  • 41
2
votes
2 answers

Command PhaseScriptExecution failed with a nonzero exit code Xcode 11.3.1

I am getting Command PhaseScriptExecution failed with a nonzero exit code error frequently, The below workarounds which I followed but didn't help me. Workaround1: Keychain Access -> Right-click on login -> Lock & unlock again -> Clean Xcode project…
OhStack
  • 70
  • 1
  • 13
1
2 3 4 5 6 7 8