Linked Questions

969 votes
21 answers
357k views

Which files should I include in .gitignore when using Git in conjunction with Xcode?
Hagelin's user avatar
  • 16.7k
23 votes
18 answers
30k views

I'm trying to get the Launch screen to display instead I get the default black screen. I remember I've had this issue in the past and is something really silly but I can't remember what it is. I ...
user1898829's user avatar
  • 3,535
40 votes
4 answers
21k views

I'm using Xcode 6’s new interface builder-based launch images, and am running into an issue. I created a new interface builder file by selecting New File, Launch Screen, which created a .xib file in ...
Tim's user avatar
  • 8,429
14 votes
1 answer
3k views

My Device and Simulator seem to be caching the launch screen for my app! I have deleted the original Launch Screen.storyboard and created my own XIB and swift files called "StartingPointView.xib" and ...
Reza's user avatar
  • 311
5 votes
2 answers
4k views

I've created different Targets in my Xcode project to version my app for different clients. Each client uses different xcassets, one for each target. This way I can have different images with the same ...
CFlux's user avatar
  • 345
1 vote
1 answer
6k views

I have an ios app but am trying to add a launch image to the start. I am testing on an old ios 6 phone (which I think is the retina 4.7). I added the launch image in assets catalog like I then have ...
cdub's user avatar
  • 25.9k
1 vote
2 answers
2k views

I have no idea how to solve my launch screen for iPad. I purposely created a new project which supports for universal. Same image name but it works for new project but my old project its not ...
Andrew's user avatar
  • 75
2 votes
2 answers
2k views

I've created two launch screens now trying to get this to work. The launch screen is simply a company logo in the middle and then a copyright notice at the bottom. The copyright notice always show ...
Deekor's user avatar
  • 9,519
6 votes
0 answers
799 views

I am working on a Xamarin.iOS app. We have an issue where our LaunchScreen sometimes do not load the image we are displaying in it. The bug is very transient and it only happens sometimes to certain ...
Ulbo's user avatar
  • 346
0 votes
1 answer
66 views

I have an issue where the launchscreen of my Swift / iOS app differs when running it on the Simulator for an iPhone 6 and on an actual device itself. On the simulator all objects are shown and ...
pcvnes's user avatar
  • 997