Top "Xcode6gm" questions

How do I change the text color of UIPickerView with multiple components in Swift?

Below code will change the font colour of the picker view of all 3 components. However, it crash when I try …

ios xcode swift uipickerview xcode6gm
Email composure iOS 8

I'm trying to open email composure in iOS 8 from Xcode 6, but getting an error. The same code is working fine …

ios objective-c xcode ios8 xcode6gm
swift core data fetching relationship

I'm a little bit confused try to fetch relation data from coredata in swift Person Entity contains the name of …

core-data swift ios8 relationship xcode6gm
UIPopoverController, Xcode 6, IOS 8 using Swift

I'm having some trouble getting a UIPopover to appear using swift. The code that is commented out works fine in …

swift ios8 uipopovercontroller xcode6gm
Cannot sign applications in XCode 6

I have just upgraded from XCode 5.1 to XCode 6.0 GM and can no longer sign my applications for ad-hoc deployment. I …

xcode signing xcode6gm
App Validation on Xcode 6 GM release

When I try to validate my build using xcode 6 GM release I am getting this error. Error : itunes store operation …

objective-c ios8 xcode6 xcode6gm
How to get code coverage in Xcode 6?

My tests are XCTests and I'm using Objective-C instead of Swift. I've seen some articles that tackle the topic, but …

ios xcode code-coverage xcode6 xcode6gm