Questions tagged [xcode6.1.1]

Xcode 6.1.1 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.1.1 was unveiled on December 2, 2014.

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

22 questions
0
votes
1 answer

Can only stretch Storyboard elements to the RIGHT and DOWNWARDS on Xcode 6.1.1

On Xcode 6.1.1, running Swift in Main Storyboard: For some reason, whenever I create a UILabel or UITextField or any element within a View Controller, if I try to resize the element, it only stretches towards the RIGHT or DOWN. If I stretch to the…
Ori
  • 1
0
votes
1 answer

XCode 6.1.1 Mac App link error ScalableUserInterface.framework

I am getting a link error building a Mac App that used to build fine. ld: file not found: /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface for architecture…
wheeliebin
  • 716
  • 1
  • 6
  • 20
0
votes
2 answers

Trying to create a portfolio of stocks with a total value in Objective-C, but unsure of the approach

I'm currently teaching myself Objective-C with the Big Nerd Ranch guide (2nd edition) and I have not had a problem up until chapter 21. I checked the book's forum, but it was of no help because most people there are newbies with spaghetti code, and…
0
votes
3 answers

iOS Predicate for CoreData with long long values were not precise enough

This app I have been building runs on iPad and I have been testing it on iOS8.1 using XCode 6.1.1. I am having a problem where I try extract records by comparing the date of a record in milliseconds. The records are stored using CoreData. The…
0
votes
2 answers

iPhone Apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution

Please suggest me.How to solve this. I got this reason from iTunes Store**"iPhone Apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution"** But I built in only for iPhone.
Ravikumar
  • 85
  • 1
  • 16
0
votes
1 answer

Deleted FMDB bridge file causes error in project navigator

I have applied FMDB database wrapper in my project. I added FMDB bridging files in a Group folder named "FMDB" in my project navigator. "FMDB" folder also had "myprojectname-Bridging-Header.h" file. Accidentally i deleted the "FMDB" folder from my…
Nuibb
  • 1,800
  • 2
  • 22
  • 36
-1
votes
2 answers

I got Validating My Version of Xcode status as "rejected"

I validating my version of Xcode in Terminal using this command spctl --assess --verbose /Applications/Xcode.app with reference of https://developer.apple.com/news/?id=09222015a i got the below status for my Xcode. in my Macbook i have 4 versions…
S P Balu Kommuri
  • 890
  • 10
  • 28
1
2