Top "Xcode7" questions

Xcode is an IDE by Apple for the development of iOS and OS X applications.

How to install iOS 7 and onwards simulators in Xcode 7 Beta 5?

I want to test my app on iOS 7 and onwards. The only way to test my app in these OS' …

ios xcode ios-simulator xcode7
Storyboard reference in Xcode, where should we use it?

There is one new control in Xcode7 beta named as Storyboard Reference. Below is its image. It has its description …

ios xcode xcode7
Iterate through a String Swift 2.0

I am trying to do a very simple piece of code in Swift playgrounds. var word = "Zebra" for i in …

swift swift-playground swift2 xcode7
Xcode UI test - UI Testing Failure - Failed to scroll to visible (by AX action) when tap on Search field "Cancel' button

I am trying to dismiss the search field by tapping 'Cancel' button in search bar. The test case is failing …

xcode xcode7 xcode-ui-testing
NSInternalInconsistencyException: 'Invalid parameter not satisfying: !stayUp || CLClientIsBackgroundable(internal->fClient)'

I'm trying to get my app working in Xcode 7 beta but I'm hitting this exception: NSInternalInconsistencyException: 'Invalid parameter not satisfying: !…

ios objective-c ios9 xcode7 cllocationmanager
My AppleID password is suddenly not being accepted for Xcode 7.1.1 or Application Loader 3

I originally upgraded to Xcode 7.1.1 without incident, but since the iTunes Connect portal upgrade yesterday (November 12th) I encountered problems …

xcode xcode7 apple-id
NSURLConnection initWithRequest is deprecated

I am adopting the Gmail API in iOS and I am getting the warning: initWithRequest is deprecated in the following …

ios gmail-api xcode7
XCode 7. iOS simulators missing and not installable

Can't see any iOS 9.0 simulators. In previous Xcode 7 beta 3 all was OK. Can't install iOS 8.3 simulator. Also I can't add …

xcode xcode7 xcode7-beta4
How do I refactor Swift in Xcode?

Is there a way to refactor swift in Xcode 7.1? When I try to rename a variable (e.g. highlight, right-click, …

swift refactoring xcode7
What is the difference between Embedded Binaries and Linked Frameworks

When using external framework Xcode now has an Embedded Binaries as well as Linked Frameworks section. When you download an …

ios xcode frameworks xcode7 carthage