Top "Xcode5" questions

Xcode 5 is Apple's integrated development environment (IDE).

com.apple.developer.associated-domains issue when validating iOS app

When I was validating my project with Organizer in Xcode, I got the following error Invalid code signing entitlements. Your …

ios objective-c xcode5 app-store appstore-approval
General tab missing

I have just switched over to using Xcode 5. I have gone to change the name of my application with some …

xcode ios7 xcode5
Xcode 5 - Required plug-in not present in DVTPlugInCompatibilityUUIDs?

After upgrading Xcode to v5.0.1, I started receiving following warning in terminal when trying to run git commands inside project …

iphone xcode xcode5
Adding Bar Button Item to Left of Navigation Item

I am following this tutorial on adding a sidebar navigation to an app. In the given source code they have …

ios xcode storyboard xcode5 xcode-storyboard
XCode source control: view changes for one file

Is it possible to view a "timeline" (history) for a selected file for like 50 commits? I mean changes made to …

xcode git version-control xcode5
Use of xcassets

Is .xcassets resource only for app icons and launch images or for our own image assets also? I do know …

xcode5 xcasset
+entityForName: nil is not a legal NSManagedObjectContext parameter searching for entity name 'Account''

I have tried a lot of options, but can't find the solution for this problem. I created a Core Data …

ios core-data login xcode5 keychain
CocoaPods arm64 issue

When using Podfile for developing iOS 7 app with Xcode5, we always got this issue. After some searching, seems like no …

ios7 xcode5 cocoapods arm64
missing required architecture x86_64 in file libCorePlot-CocoaTouch.a

According to the Ray Wenderlich tutorial, I done the following : Step 1 - I downloaded CorePlot_1.4.zip on the official website …

ios iphone xcode xcode5 core-plot
UIScrollView doesn't scroll after upgrading to iOS7 / xcode 5

I have an app which in xcode 4.5 and ios 6.1 worked perfectly fine when scrolling. However, after downloading xcode 5 and iOS 7 …

objective-c uiscrollview scrollview ios7 xcode5