Questions tagged [xcode5.0.1]

Xcode 5.0.1 adds support for development on OS X 10.9 Mavericks and other feature additions.

Xcode 5.0.1 adds support for development on OS X Mavericks and other feature additions.

  • Development with Xcode 5.0.1 is hosted on OS X 10.8.4 or later, and OS X 10.9.
  • SDKs for OS X 10.8 and OS X 10.9, and iOS 7.0.3 SDK, are included.
  • Xcode 5.0.1 supports continuous integration bots, hosted on OS X Server.
  • Use the add "+" button to add OS X Servers in the Accounts preferences panel, then click the menu command Product > Create Bot.
  • Includes support for OS X Server hosted repositories.
  • iOS 6 (32-bit) and iOS 7 (32-bit and 64-bit) binaries build with a single build target.
57 questions
2
votes
2 answers

Connect Estimote Beacons to Database/cloud and featch the information From Database/cloud in IOS

I just got my pack of Estimote iBeacons and I have Fetch the Basic information like Major and Minor Values. I know that the UUID for an Estimote beacon is always B9407F30-F5F8-466E-AFF9-25556B57FE6D. But how would i connect device to database/cloud…
2
votes
1 answer

Does't working in MKDirections to get iOS 7 Map Directions and Routes in two points?

I have tried the map directions in iOS 7 sample codes in following linkiOS 7 Map Directions and Routes It's working only in US based latitude and longitude .I have tried indian based latitude and longitude it's not working .response came to…
MOHAN.C
  • 315
  • 1
  • 11
2
votes
2 answers

Xcode 5.0.1: How to make folders appear on top of files in the Project Navigator

I've just started using Xcode and discovered that folders are mixed with files of the same level alphabetically. Is there a way to have folders displaying on top and then files of the same parent folder? Just like in TextMate's FileBrowser. Current…
Konstantin Rudy
  • 2,237
  • 25
  • 22
2
votes
2 answers

How to downgrade Xcode 5.0.1 project to Xcode 4.6.3

I have upgraded to Xcode 5 but it has a debugging bug that makes it impossible to work. My project was created in Xcode 4 but then I worked with it in Xcode 5 I installed Xcode 4.6.3 I opened my project in Xcode 4.6.3. I did: - Clean - Run App…
Max
  • 6,286
  • 5
  • 44
  • 86
2
votes
1 answer

Is there any one who knows to solve OSSpinLockLock issue when I programming a game using SpriteKit iOS7?

OSSpinLockLock was caused repeatedly and lldb reveals no appropriate callStackSymbols for this. The following is what I got from lldb of Xcode Version 5.0.1 (5A2034a) I tried to get more symbols by [NSThread callStackSymbols] but it is not…
Sungwook Kim
  • 356
  • 1
  • 3
  • 11
2
votes
2 answers

exc_bad_access (code=2 address=0xc)

Got exc_bad_access (code=2 address=0xc) error at following line createMeetUPViewController = [[CreateMeetupViewController alloc] init]; [self.navigationController pushViewController:createMeetUPViewController animated:YES]; While I am trying to…
iSmita
  • 1,292
  • 1
  • 9
  • 24
1
vote
1 answer

How to generate a pdf with multiple pages ios7?

According to my application i have created Pdf file but i need to generate Pdf with multiple pages?This is the code which i used for generating pdf. -(void)drawPDF { pagesize = CGSizeMake(612, 792); NSString *fileName = @"Report.pdf"; NSArray…
Ganesh Kumar
  • 708
  • 6
  • 25
1
vote
0 answers

Facebook profile picture not showing in UIImageView?

I am building a facebook app. Where I have to show my friends profile picture. But the image is not showing all the time when I run my project. I have used the code like tha NSString *url = [NSString…
1
vote
1 answer

limiting the view height of uitabbarviewcontroller ios7 without storyboard

I have a tableviewcontroller and on the respective rowclick of the tableviewcontroller i want to show the details of that respective rows detail content. The row details view will have a fixed content as follows: Header Title below header Image…
1
vote
0 answers

How to build ZeroMQ on Xcode 5+ for iOS?

i am trying to build zmq 4.0.3 for iOS. i followed steps from here i added two headers zmq.h and zmq_utils.h to copy files in target aggregate build phase (iOS framework). but when i added this framework to other project i got errors -…
iOS_Developer
  • 495
  • 4
  • 20
1
vote
1 answer

adding items to sqlite3 database is not working

I have the following code and it is implemented based on a tutorial on youtube,, but I changed some of it to meet my purpose which is inserting items hard coded .. the database is created and also the table but I found that addItems is not adding. I…
1
vote
1 answer

iOS 7 - Fixed status bar, now bottom of PhoneGap app is cut off by 20px

My PhoneGap application was messed up on iOS 7, like apparently most are at first - the status bar was clear & the text was on top of (overlapping) my app's HTML-based navigation bar. I fixed that by: In [app name] info.plist: View controller-based…
tylerl
  • 1,160
  • 1
  • 19
  • 41
1
vote
1 answer

UIImageView jumps down/right when scaling

I'am trying to scale an UIImageView from its center. The center scale works, but I have a problem! When i touches the image, it jumps down/right while it scale. Here is my code: [UIView animateWithDuration:0.5 delay:1 …
thar
  • 1,094
  • 2
  • 13
  • 25
1
vote
2 answers

Commit in Git Repositori in xcode 5

I know there is some question raise on this subject but it gives me no real answer. I would like to use GIT repositories to store my project and to make some branches. I was using GIT repositories on other projects in xcode 4 but in xcode 5 under…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
1
vote
1 answer

Appcelerator and iOS7 - Error with iPhone 5s

my iOS app i ready for sending to App Store; everything works well but if I testing my app from Xcode choosing iPhone retina - 4-inch 64-bit I receive this message in a red screen from simulator: - Could not find file app.js. This happen only with…
Henry8
  • 266
  • 3
  • 8
  • 25