This tag should only be used for questions specific to the usage and features of Xcode 10. 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.
Questions tagged [xcode10]
976 questions
11
votes
9 answers
Build service could not start build operation: internal error: failed to send the system info to the build service
I just installed XCode10 and I am trying to run my code on ios8 simulator, in the process I am facing below error
"Build service could not start build operation: internal error: failed to send the system info to the build service"

Arti
- 245
- 1
- 2
- 13
11
votes
2 answers
How to dock Objects Library in Xcode 10
After I upgraded to Xcode 10. I noticed that the Objects Library is floating instead of docked at right bottom corner.
And a new button added at the top tools bar.
How can I dock it to the corner as Xcode 9 did.

Paul
- 1,180
- 11
- 21
11
votes
4 answers
Xcode 10 Beta 5 — clang: error: linker command failed with exit code 1
Can anybody help me out? Everything worked fine on my project but after updating to Xcode10 Beta5 I'm getting this error when trying to run the App on my iPhone. Simulator however works… Please Help me!!!
I already did a web search on this problem…

Luke Pistrol
- 1,199
- 3
- 12
- 26
11
votes
4 answers
fatal error encountered while deserializing SIL global "UIEdgeInsetsZero"
Using Swift 4.2 with Xcode 10 beta, if I write:
import UIKit
let foo: UIEdgeInsets = .zero
Then I get a fatal error at compile time:
*** DESERIALIZATION FAILURE (please include this section in any bug report) ***
result is ambiguous
0 swift …

Cœur
- 37,241
- 25
- 195
- 267
10
votes
5 answers
Xcode git showing multiple repositories
I'm working on multiple projects in xcode all are hosted on GIT with each having separte repository and multiple braches. In one of my project it is showing multiple repository. This case occurs while taking pull/push/discard changes.
This is the…

Rohitax Rajguru
- 893
- 2
- 13
- 35
10
votes
1 answer
Automatic signing is unable to resolve an issue with the "Project" target's entitlements
I've literally checked every possible question in stack overflow that have been solved about the same problem.
I know that millions of questions exactly the same as mine have been asked, but I tried all the suggestions in the answers of those…

L_Cleo
- 1,073
- 1
- 10
- 26
10
votes
5 answers
How to set top left and right corner radius with desired drop shadow in UITabbar?
I've spent almost a couple of hours to figure it out. However, it did not happen and finally, I had to come here. Two things are required to be achieved:
Firstly I'd like to have a spontaneous corner radius at the top (which is basically TopRight &…

Vaibhav Limbani
- 777
- 1
- 12
- 29
10
votes
1 answer
CoreMotion apparently calls UI API from background thread
At some point in my app I am initializing a CMMotionManager. This happens on the main thread. After doing so, the Xcode 10 main thread checker indicates that
-[UIApplication applicationState]
is not being called from the main thread. Indeed it is…

ff10
- 3,046
- 1
- 32
- 55
10
votes
1 answer
Invalid Swift Support - Files don't match Xcode 10.1
I know there are similar questions are out there!
But, they are old. We have released to iTunes before, never faced an issue.
We have bunch of sub projects and also cocoapods.
Not sure what could be the issue.

Dheeraj
- 233
- 2
- 10
10
votes
1 answer
Unable to update Xcode server from Xcode 9.4.1 to Xcode 10
I updated my Mac Mini to Mojave also updated to Xcode 10, I've Xcode server configured in my Xcode 9.4.1 it was running even having some issues like couldn't able to install IPA directly into the device. Today I updated my Xcode and tried to update…

svs
- 247
- 2
- 14
10
votes
1 answer
SpriteKit .sks Files Crash Xcode 10 When Assigning Texture
Am I missing something obvious?
For reasons unknown, Xcode 10 keeps crashing on me when I go to assign a texture to a named sprite using the Scene Editor. After having to delete and recreate my .sks files a couple times, I decided to try and…

nhiddink
- 235
- 1
- 12
10
votes
3 answers
Xcode 10 not being able to archive project
I'm trying to upload a new version of an app that is already in the AppStore. Previous version was uploaded using Xcode 9.4. But now Xcode 10 will be required in order to get approval.
Sadly, Xcode is not being able to archive the project, so I'm…

nbloqs
- 3,152
- 1
- 28
- 49
10
votes
4 answers
Xcode 10, not building pods can't build project
After updating to the latest Xcode to support ios12
I can't build my project
It seems that none of the pods are being compiled.
I'm getting an error for unknown import such as "file not found" (ex 'SDWebImage/UIImageView+WebCache.h' file not…

itay83
- 410
- 1
- 6
- 18
10
votes
6 answers
Xcode 10 Error: linker command failed with exit code 1
I just updated my Xcode to Xcode 10 and now my project will not run and I get the error:
ld: library not found for -lstdc++.6
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I do not know what this means and how to…

ap123
- 916
- 1
- 8
- 22
10
votes
1 answer
Command CompileSwiftSources failed with a nonzero exit code Xcode 10
I read some same issue but their solutions did not work for me. My project works in Xcode 9.4, but when I come to Xcode 10 and recreate my project, I get this Error. My project must add /usr/include/libxml2 , and if I add this, I get a different…

ALI MOJARRAD GHAHFARROKHI
- 113
- 1
- 1
- 8