Top "Xcode7" questions

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

Xcode 7 run on Mac OSX 10.10 Yosemite

Am I missing something or Xcode 7 should run only on new(beta) OSX 10.11 El Capitan? I downloaded beta and after …

swift osx-yosemite swift2 xcode7 osx-elcapitan
'var' parameters are deprecated and will be removed in Swift 3

Alright so I just update Xcode to 7.3 and now I get this warning: 'var' parameters are deprecated and will be …

xcode swift xcode7 swift3
Xcode 7 warnings: object file was built for newer iOS version than being linked

I recently integrated Google Cloud Messaging into an app targeting iOS 7 and iOS 8. Just grabbed Xcode 7 beta 4 to get started …

ios objective-c xcode7 xcode7-beta4
Attempting to load the view of a view controller while it is deallocating ... UIAlertController

I am building with the release version of Xcode 7.0. No storyboards, just nib files. I have a single UINavigationController created …

ios swift xcode xcode7 mapbox-gl
Could not automatically select an Xcode project

When i type "pod install" in a correct directory I always get this Analyzing dependencies [!] Could not automatically select an …

ios xcode cocoapods xcode7
UI Test deleting text in text field

In my test I have a text field with a pre-existing text. I want to delete the content and type …

swift uitextfield xcode7 uikeyboard xcode-ui-testing
Swift 2, warning: could not load any Objective-C class information from the dyld shared cache

I have found a few questions regarding this issue, yet none of them were helping with my problem. I am …

xcode core-data console swift2 xcode7
Could not attach to pid : “####” unable to attach

I just updated to Xcode 7.3.1 and my project crashes with the same error after the launch screen displays on the …

ios xcode xcode7 xcode7.3
Xcode - There are no dSYMs available for download

I want to extract the dSYM file from but when I click on "Download dSYMs..." in the Organizer I get …

ios xcode xcode7 dsym
How do I migrate from UIAlertView (deprecated in iOS8)

I currently have the following line of code in one of my apps. It is a simple UIAlertView. However, as …

ios xcode swift swift2 xcode7