Questions tagged [xcode11]

This tag should only be used for questions specific to the usage and features of Xcode 11. 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.

Xcode 11 is year 2019 version of Apple's IDE. Made available in beta at the start of WWDC 2019 on June 3, 2019. This provides support for iOS 13, macOS 10.15, watchOS 6, and tvOS 13.

Xcode 11 supports on-device debugging for iOS 8 and later, tvOS 9 and later, and watchOS 2 and later. Xcode 11 requires a Mac running macOS 10.14.3 or later.

1314 questions
0
votes
1 answer

Xcode 11 is Showing all Screens Behind current Presented Screen

After updating my xcode all my screens that have navigation controller look like the below image. It looks like all the screens under the navigationController are showing behind each other for the root navController Also it worked fine on previous…
Di Nerd Apps
  • 770
  • 8
  • 15
0
votes
2 answers

Segmentation fault Xcode 11

Segmentation error appears while serializing 'AnyArrayBox' While running pass #0 SILModuleTransform "SerializeSILPass". While serializing 'AnyArrayBox' (in module 'Module') 0 swift 0x000000010d7abeb3…
clover4leaf
  • 33
  • 1
  • 5
0
votes
1 answer

How to embed some tableViews with different data in a collectionView?

Right now all four tableViews in collectionView are showing the data from data1 array. How do I display data1 in the first collectionViewCell and data2 in the second one and so on? I'm new to this so please help. Current code in…
ryanC_1995
  • 25
  • 7
0
votes
7 answers

Xcode 11 crashes when opening the project

I downloaded new Xcode 11 today and when I am trying to open my project, Xcode will always crash. Does anyone else experience this problem ? I have provided part of crash log. It's IDE related problem, but I would be really glad, someone has a…
Róbert Oravec
  • 213
  • 4
  • 10
0
votes
1 answer

There is no viewcontroller.swift file when I start the project

I tried to start the project and play around with viewcontroller but I do not see it. Only appdelegate and scenedelegeate and contentview. The code below was supposed to be added to viewcontroller but I do not know where to add. It keeps giving me a…
sean
  • 51
  • 1
  • 6
0
votes
2 answers

xcversion update`: NoMethodError: undefined method `first' for nil:NilClass

When downloading xcode 11 with xcode-install 2.6.1, we get this error xcversion update: NoMethodError: undefined methodfirst' for nil:NilClass Its a known issue https://github.com/xcpretty/xcode-install/issues/348 How to fix it?
Ted
  • 22,696
  • 11
  • 95
  • 109
0
votes
1 answer

Can I compile swift 5.1 on Mojave with Xcode 11?

I have Xcode 11 installed on my Mojave system (10.14.6). But Xcode doesn't let me choose Swift 5.1. What am I missing? [1 []2 []3
Wizard of Kneup
  • 1,863
  • 1
  • 18
  • 35
0
votes
2 answers

Xcode 11 GM Seed 2 freezes while building workspace/project

I have recently downloaded new Xcode 11 GM Seed 2 so that i can update my project to support Dark mode. (I am already on MacOS Catalina latest beta version-19A558d). I have my project(workspace with pods) working 100% fine with Xcode 10.2. When I…
Mehul Thakkar
  • 12,440
  • 10
  • 52
  • 81
0
votes
1 answer

Is it possible to pad items in a VStack in a way that only pushes the items below it downward without pushing the items above it upwards?

It's a bit hard to word in the title but here's my situation. I have a VStack and I need to animate a gap forming below a tapped item in the stack. I've tried adding .padding(.bottom, isTapped ? 50 : 0) to the items for example, but it doesn't…
Kabir
  • 123
  • 8
0
votes
0 answers

Unable to archive with Xcode 11 GM

I am currently unable to archive my app using Xcode 11 GM, seed 1 and 2. I want to upload my new iOS 13 build to App Store Connect but am unable to because of this issue. The archive always gets stuck on task number 911 when archiving, this is when…
jackchmbrln
  • 1,672
  • 2
  • 14
  • 26
0
votes
2 answers

Xcode 11 vertical position of editors

In Xcode 10 (and earlier) we could have two editors vertically stacked on top of each other. I have not managed to do that in Xcode 11, only horizontally stacked, which is not optimal using my rotated monitor (using my monitor "in portrait"…
Sajjon
  • 8,938
  • 5
  • 60
  • 94
0
votes
2 answers

How to edit greyed key bindings set in Xcode 11

I want to change the key binding set in Xcode 11 some are editable bur some are greyed which I cannot edit, how to unlock it.
0
votes
2 answers

ScrollView acting weired (Xcode 11 GM seed - SwiftUI)

I was trying to make a custom list. And its acting weired if we add Encapsulated VStack in scrollView and try to add new row from that VStack. But we have to encapsulate because in Xcode will give "complex view complier error". I am providing full…
Lalli
  • 436
  • 5
  • 12
0
votes
1 answer

Getting Error: "Type of expression is ambiguous without more context" when creating string literal - SwiftUI

While running my code I get the error 'Type of expression is ambiguous without more context' in a number of places and I don't know why. It seems like a string literal should not be ambiguous. I'm running Xcode 11 GM and I do get it to work when I…
0
votes
0 answers

IOS13 LaunchScreen image issue

I use LaunchScreen.storyboard. I have a single label and an image. On Xcode11.0 (just installed), when build is done, I have this warning : "'UILaunchImages' has been deprecated, use launch storyboards instead." I already use…
PascalS
  • 89
  • 1
  • 10