Questions tagged [xcode6]

Xcode 6 is Apple's integrated development environment (IDE). This tag should only be used for questions about Xcode itself, and not for general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, and [cocoa-touch] or [ios] for iOS programming questions.

Xcode is Apple's integrated development environment (IDE) for developing OS X and iOS apps. The version 6 was presented at the WWDC on June 2nd 2014. The new features of Xcode 6 include the new programming language Swift, the playground as an interactive way to play with the code and a more visual debugger.

The latest production version of the IDE is Xcode 6.4. Download Here

The important enhancements are described here and here.

This tag is for IDE only questions with the version 6. Questions related to the programming languages should go to the correct tag , , and . When they are only related to the os and .

6149 questions
3
votes
3 answers

How to convert points to the XCode font size

I have the Photoshop file contains iOS application's design and I need to get info about font sizes for all labels and other controls. The size in Photoshop is shown in points by default, so how can I convert this value to the XCode one? For…
FrozenHeart
  • 17,408
  • 26
  • 97
  • 212
3
votes
3 answers

No visible @interface for 'UIImageView' declares the selector 'setImageWithURL

Hi I have a problem with new Xcode and AFNetworking. On xcode5 I don't have that problems but I start to make some changes and updates. Problem is: No visible @interface for 'UIImageView' declares the selector 'setImageWithURL And code part: …
RobertoGD
  • 31
  • 1
  • 4
3
votes
1 answer

Scaling of image on scroll in a UITableView

I'm trying to recreate this effect - There's a UIImageView in the header section of a UITableView. When the user scrolls down, the size of the image reduces and scrolls under the navigation bar and when they scroll back up the UIImageView expands…
Akshit Rungta
  • 33
  • 1
  • 5
3
votes
0 answers

Storyboard build version

I have changed the (Builds for) option to (iOS 8.0 and later). this will make any side effects if I run the application on a device that has an older version ? And what is the different between it and Deployment Target? I do not understand this…
SamehDos
  • 975
  • 9
  • 19
3
votes
1 answer

iOS 7.1 - 7.1.2 owners can't open my game

I have a simple free iOS arcade game not functioning correctly, after installation from the App Store, for owners of an iPhone with iOS 7.1 - 7.1.2. The game is build with Sprite Kit & Objective-C (no Swift what-so-ever) but is very simple in nature…
Krekin
  • 1,167
  • 1
  • 9
  • 22
3
votes
1 answer

Get facebook user's uploaded photos in swift/xcode 6

I've been able to login and get the first name, last name, email, and profile picture url in Xcode 6.1.1 with swift. I haven't been able to figure out how to get the urls or pull the images from a user, even though I have the user_photos Permission.…
user2592989
  • 819
  • 1
  • 7
  • 4
3
votes
3 answers

iOS Simulator does not play sound

On XCode 6, everything works well on device, but on simulator, sound is not played. There is my swift code : var url = NSURL(string: "http://my.url.com/sound.mp3") var data = NSData(contentsOfURL: url!) // Removed deprecated use of…
Kevin ABRIOUX
  • 12,949
  • 7
  • 80
  • 78
3
votes
1 answer

ld: framework not found Reveal

I had been search for a while , And I found [http://support.revealapp.com/discussions/questions/5703-unable-to-integrate-reveal] I Followed it , But Still Can't Work , Can SomeBody Help Me Fix It
Stephen Chen
  • 2,851
  • 2
  • 24
  • 34
3
votes
0 answers

Contents of NSArray not visible in debugger variable watch list in Xcode 6.1

Encountering a strange issue debugging some code on Xcode 6.1 where the value of an NSArray I am debugging has objects yet the debugger shows nothing when inspecting individual elements. Here's what I am seeing in the debugger... The…
Rob Segal
  • 7,033
  • 12
  • 41
  • 68
3
votes
0 answers

Xcode crash (stop) when he reaches a breakpoint (mix project)

This question looks like it has already been asked here, but since it is not answered and it is maybe not the same problem, I ask myself. I use everything on last version (Xcode 6.1.1, Pods and a swift project inside my app as a core). If I add a…
Dam
  • 461
  • 5
  • 19
3
votes
5 answers

How can I read data from a PLIST in Swift?

i'm facing a problem with reading data from a plist file using swift my code: let Chapterpath = NSBundle.mainBundle().pathForResource("chapterMapping", ofType: "plist") let dict2 = NSDictionary(contentsOfFile: Chapterpath!) let…
Tevfik Xung
  • 888
  • 2
  • 9
  • 18
3
votes
0 answers

Why does UITableViewCell always resize from 400 to 320 in storyboard

I'm working in XCode 6 for iOS 8 and portrait iPhone 5,6,6+. In Storyboard I set "Compact" width and "Regular" height, so my layout views' sizes are 400*800. I created a UITableViewController with custom UITableViewCells, that are prototypes, also…
3
votes
1 answer

Project won't run after name change

I changed my project name with refractor on the side bar under Identity and type. Everything changed accordingly. However, my test target runs into an error: clang: error: no such file or…
Eric Chuang
  • 1,017
  • 9
  • 26
3
votes
1 answer

UIScrollView's Content View is ignoring equal width constraint to main view on Xcode 6

I've added a Scroll View that contains a content view. The scrollview's constraints keep it just below my progress bar and attached to the leading, trailing, and bottom of the superview. The content view's constraints hold it to the sides of the…
3
votes
2 answers

How to reinstall IOS Simulator

I have installed xCode 6.1.1 (latest update) with the Mac OS X 10.10 Seed 2 (10.10.2) When i run my IOS app on any simulator type (5,5S, 6 and etc.), I have a black flashing on the IOS Simulator. I want to try Remove the simulator and reinstall it…
asafbar
  • 921
  • 1
  • 9
  • 12
1 2 3
99
100