Top "Xcode9" questions

This tag should only be used for questions specific to the usage and features of Xcode 9. Do not use this tag just because you are using Xcode to develop your app.

Safe area layout guides in xib files - iOS 10

I started adapting my app for iPhone X and found an issue in Interface Builder. The safe area layout guides …

ios ios10 xcode9 iphone-x
The 'Apple Developer Program License Agreement' has been updated

My Xcode automatically updated now I'm getting this error: The 'Apple Developer Program License Agreement' has been updated. In order …

ios xcode code-signing xcode9
Shrink large title when scrolling (not UITableViewController) iOS 11

I have got a View Controller embedded in a Navigation Controller with prefers large titles option set to true; inside …

ios swift xcode ios11 xcode9
Rename failed in Xcode 9

I used "renamed" function to rename a variable named "DefaultRequestURL" in Xcode 9, it alert this: alert image I have checked …

rename xcode9
Unable to boot device due to insufficient system resources using Xcode 9

When I try to launch an iOS Simulator from Xcode 9, the following error pops up:

ios ios-simulator ios10 xcode9
Xcode 9 - no iOS 11 simulator

When I open up the new Xcode 9 and go to Preferences > Components I don't see an option to download …

xcode ios-simulator ios11 xcode9-beta xcode9
iPhone X full screen issue

Today I've installed Xcode 9 and build my app for iPhone x. but the upper and bottom area showing black like …

autolayout ios11 xcode9 iphone-x
Xcode 9 Storyboard: an internal error occurred. editing functionality may be limited

When I am opening my project in Xcode 9, getting above error for Storyboard and Launchscreen. Note: Cleaning derived data didn't …

ios storyboard xcode9
Xcode 9: Provisioning profile is Xcode managed, but signing settings require a manually managed profile

I need to archive my app for submission to iTunes Connect. It was OK with Xcode 8.3.3: It's NOT OK with …

xcode app-store-connect provisioning-profile ios11 xcode9
How to use static library and module map file with Swift?

I'm trying to include a 3rd party static library in my Swift project. I have these two files, among a …

swift module xcode9 module-map