This tag should only be used for questions specific to the usage and features of Xcode 10.
Can't find one under Xcode ▶ Preferences/Text Editing ▶ "Code Folding Ribbon" box.
ios xcode xcode9 code-folding xcode10Swift 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.5Short 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 xcode10Adding application.statusBarStyle = .lightContent to my AppDelegate's didFinishLaunchingWithOptions method nor adding override var preferredStatusBarStyle: UIStatusBarStyle { return UIStatusBarStyle.lightContent } to the …
xcode10 ios12I'm unable to Build/Archive my project due to an error: Permission denied Command PhaseScriptExecution failed with a nonzero exit …
xcode xcode10I installed Xcode 10 Beta 6 and I am updating everything and in this process I have run into a small issue …
xcode google-fabric xcode10GFF_MJ(3248,0x103f9ab80) malloc: Heap corruption detected, free list is damaged at 0x28298ffa0 *** Incorrect guard value: 0 GFF_…
ios objective-c xcode10The 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