Questions tagged [xcode5.1.1]

Xcode 5.1.1 is a tool to develop iOS applications. Compare to previous version, this update includes resolves issues in Build system, compiler and debugger.

For more information of Xcode 5.1.1 release read below notes.

Xcode release notes

9 questions
2
votes
1 answer

ITMS-90034 Apple App Store Submission Error

I am a PC person, and not much of a coder, so I have a developer building an app for distribution to the Apple App Store. It's done, working great, but he tells me there is problems during the submission. He got an error ITMS-90034 Not having a Mac…
Jeff Clark
  • 21
  • 4
1
vote
1 answer

How to create a XIB that works from iPhone 4 to iPhone 6 Plus without using size classes and storyboards?

I have to design an application that supports iOS versions from 6.1 to 8.1. In order to support iOS 6.1, i can't create storyboards with size classes. So i have to use only XIBs and use auto layout for the XIBs. When i run my application in Xcode…
Pradeep Reddy Kypa
  • 3,992
  • 7
  • 57
  • 75
1
vote
1 answer

Xcode 5.1.1 - iOS 6.1 Simulator not responding

I need to test an application on an iOS6 simulator. Since this iOS version is not part of the current Xcode6 environment, I tried to install Xcode 5.1.1 beside my Xcode 6 installation and use it. I downloaded Xcode 5.1.1 from the Apple developer…
Richard R
  • 873
  • 6
  • 20
1
vote
1 answer

iOS application logs : Cocoa error 4097

-[UIKeyboardInputManagerClient handleError:forRequest:] will retry sending handleKeyboardInput:keyboardState:continuation: to keyboard daemon after receiving Error Domain=NSCocoaErrorDomain Code=4097 "The operation couldn’t be completed. (Cocoa…
Hemang
  • 26,840
  • 19
  • 119
  • 186
1
vote
0 answers

xcode-select command not working

I'm trying to install software via macports. For example when issuing the command sudo port install KeePassX I get the following error message: Error: Error: No valid Xcode installation is properly selected. Error: Please use xcode-select to select…
1
vote
2 answers

iOS7 - UITextView leave extra padding at top in Storyboard

Tools Specification: OS X Yosemite 10.10 Xcode 5.1.1 Today I found one weird issue (Or may be if i'm wrong with new specialisation or something else. Please make me correct if anything is wrong). I created project using Xcode 5.1.1 for iOS 7.1 OS…
Kampai
  • 22,848
  • 21
  • 95
  • 95
0
votes
1 answer

Using Single Storyboard for iPhone & iPad on Xcode 5.1.1

I have been developing an iOS App with iPhone(4-inch) Storyboard. Now I would like to use the same storyboard for iPad also. My iPhone storyboard contains 130+ scenes now. I need to make it for iPad also. I tried solution from link: Converting…
user2741735
  • 41
  • 1
  • 6
0
votes
1 answer

NSDate change to local format xcode 5.1.1

I selected the Arabic date in my device but i have to send the that date to the server in US format. Please help me. I'm using this code :: NSTimeZone *timeZone = [NSTimeZone systemTimeZone]; [dateFormatter setTimeZone:timeZone]; …
Ravikumar
  • 85
  • 1
  • 16
0
votes
2 answers

iOS UIDesign for All resolution

I am working on Xcode 5.1.1. My app works fine on all resolutions including latest iPhone6 and 6Plus.But my problem is the images are stretched in new resolutions. For example, I am having image with the pixels of 200*75 .How to set this image for…
Thangavel
  • 216
  • 2
  • 10