Top "Xcode10" questions

This tag should only be used for questions specific to the usage and features of Xcode 10.

Xcode 10 app icon not showing

Recently updated to Xcode 10 beta and my App that previously has correct icon displayed when built and ran from Xcode 9.4 …

ios xcode xcasset xcode10 appicon
Xcode 9 expand/collapse braces/brackets {} side bar missing

Can't find one under Xcode ▶ Preferences/Text Editing ▶ "Code Folding Ribbon" box.

ios xcode xcode9 code-folding xcode10
Module compiled with Swift 4.1.2 cannot be imported in Swift 4.1.50: Xcode 10 Error

Swift 4.2 came out and I'm receiving this error message in my project when using ObjectMapper and some other pods too: …

ios cocoapods carthage xcode10 swift4.1.5
Xcode 10 unexpected duplicate task: CopyPlistFile

Today I updated my Xcode from v.9.4.1 to v.10.0. Now I try to build my tvOS project and I see …

xcode cocoapods plist tvos xcode10
Module compiled with Swift 4.1.2 cannot be imported by the Swift 4.2 compiler

Short story: Xcode 10 is set to Swift 4, but it is using Swift 4.2. Long story: Our project is not ready for …

ios xcode xcode10
preferredStatusBarStyle var not working in iOS12?

Adding application.statusBarStyle = .lightContent to my AppDelegate's didFinishLaunchingWithOptions method nor adding override var preferredStatusBarStyle: UIStatusBarStyle { return UIStatusBarStyle.lightContent } to the …

xcode10 ios12
Permission Denied error in Xcode 10 preventing Build...Command PhaseScriptExecution failed with a nonzero exit code

I'm unable to Build/Archive my project due to an error: Permission denied Command PhaseScriptExecution failed with a nonzero exit …

xcode xcode10
Google Fabric in Xcode 10 beta

I installed Xcode 10 Beta 6 and I am updating everything and in this process I have run into a small issue …

xcode google-fabric xcode10
iOS error : Heap corruption detected, free list is damaged and Incorrect guard value: 0

GFF_MJ(3248,0x103f9ab80) malloc: Heap corruption detected, free list is damaged at 0x28298ffa0 *** Incorrect guard value: 0 GFF_…

ios objective-c xcode10
Error with notification names while converting code to Swift 4.2

The code below was working fine before Swift 4.2: NotificationCenter.default.addObserver(self, selector: #selector(keyboardWillChange(notification:)), name: NSNotification.Name.UIKeyboardWillShow, …

nsnotifications xcode10 swift4.2