Top "Xcode10" questions

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

Command PhaseScriptExecution failed with a nonzero exit code - No such file or directory

Every time I try to run my iOS app on Xcode 10, it fails and gives me the error "Command PhaseScriptExecution …

xcode xcode10
Error when running Xcode simulator - '[framework] CUIThemeStore: No theme registered with id=0'

I am developing an app with a single view and some labels. The app fails at the viewdidload() func and …

swift xcode10
No author information was supplied by the version control system

I just updated my Xcode to version 10.2 (10E125). A moment I want to commit, I get this message: After I …

swift xcode git xcode10 swift5
error: Couldn't IRGen expression, no additional error

I can not print debug information in my UI TESTS. Configuration: Xcode 10 and SWIFT 4.2. When I try to print something …

swift xcode debugging lldb xcode10
Xcode 10 Lexical or preprocessor issue .h file not found

When using the new Xcode 10 build system under File -> Workspace Settings -> New Build System (Default) my …

ios objective-c xcode xcode10
Build failed with xcode 10 beta

I created a new project on Xcode beta and built it, It gives me the below build error. Encountered an …

ios storyboard xcode10
Xcode 10 FBSDK 'SDKLoggingBehavior

I have updated to Xcode 10 and and am unable to compile my code. I get the following error from the …

swift facebook facebook-ios-sdk xcode10
Code Folding changes in Xcode 9/10

I know code folding was missing in the early Beta's of Xcode9 and that it is available to fold entire …

swift xcode xcode9 code-folding xcode10
AVAudioSession setCategory availability in Swift 4.2

After migrating to Swift 4.2, I am getting multiple errors, one of which is weird. It seems like a bug in …

swift xcode avaudiosession xcode10 swift4.2
Cannot open Xcode project after updating to Catalina

I've downloaded an Open Source Xcode project from GitHub, but I can't open it with Xcode ver 10 or ver 11 beta …

xcode10 macos-catalina