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
0
votes
1 answer

Nothing in storyboard is appearing in the simulator

Last night I was using storyboard and running the app in simulator and everything was running fine. Today I woke up and made some edits to the storyboard and tried to run them and nothing changed from the old storyboard in simulator. Any image or…
tomanc
  • 81
  • 1
  • 6
0
votes
2 answers

Keep getting expression result unused when trying to update UILabel

I'm very new to programming in general. I am trying to update the UILabel "Lives" with the integer life. However I keep getting the warning "expression result unused" in the line Lives.text = @"",life; // // Game.m // SprinklerDash #import…
tomanc
  • 81
  • 1
  • 6
0
votes
1 answer

xCode 5 tabbed application not building on iPhone with iOS 6

I created a tabbed application with xCode 5.01, recently downloaded from Apple, and put nothing else in it. It runs fine on the simulator, but when I try to run it on my iPhone 4S, which has OS6 on it, the build fails with these errors:…
Eddy
  • 3,533
  • 13
  • 59
  • 89
0
votes
1 answer

How to know each route position between two locations on Google map iOS sdk

I am using Google map iOS sdk for getting direction.By this LINK help me to draw route between two points.Now i cannot give route instruction (e.g.: Turn Left,Turn right) to the end user. How to solve this issue?Please help me.Now i am using…
IKKA
  • 6,297
  • 7
  • 50
  • 88
0
votes
1 answer

Can't show data in group tableview in xcode5

I am new to xcode5. And i used to group tableview in my app. it's work fine in iOS6.1 but doesn't show data in iOS7. It is just display "Header" section. That is my code : - (void)viewDidLoad { [super viewDidLoad]; [atableView reloadData]; …
0
votes
1 answer

Xcode 5 c++ fstream (ifstream and ofstream) do not work

So i'm trying to read what's inside a file in my contents folder of my application: std::string username; std::ifstream user("../Resources/username.txt"); user >> username; user.close(); /*here I do a breakpoint to check the value of username and…
user2826636
  • 41
  • 1
  • 7
0
votes
1 answer

Xcode 5 didupdatelocations not working

I'm following this tutorial for creating a program that shows the location of a user. I've told Xcode to simulate a location for me already, and even on the simulator made sure it was allowing my application to keep track of locations. However,…
Thomas
  • 2,356
  • 7
  • 23
  • 59
0
votes
2 answers

Xcode 5.0.1 crashes after Run

Good day! I have strange problem with Xcode 5.0.1. When I'm trying to run the app - it crashes with the following exception: UNCAUGHT EXCEPTION (NSInvalidArgumentException): must provide a file handle or pipe I have also reinstalled Xcode (from the…
0
votes
2 answers

XCode 5.0.1: can you run automated UI scripts in Instruments?

After upgrading to 5.0.1, I'm unable to run UI scripts and get the following message: An error occurred while trying to run the script. Furthermore, recording (the bottom red button) doesn't work either. Is it the only solution to wait for Apple to…
Display Name
  • 4,502
  • 2
  • 47
  • 63
0
votes
1 answer

SIGBAT error on button press

i am having a problem with an app i am designing. basically, the user presses a button, which takes them to another screen, which has the option to take a photo or choose an exiting photo, then email it away. here is the .h file #import…
scb998
  • 899
  • 5
  • 18
  • 42
0
votes
1 answer

Xcode 5.0.1 don't show images when you select it in navigation area

Before the last update to Xcode 5.0.1, when i press on any image in the navigation area, the image preview was shown at the Editor area, but since Xcode 5.0.1, a blank screen is shown as follow: how to get the preview back?
Mutawe
  • 6,464
  • 3
  • 47
  • 90
-2
votes
1 answer

New iTunes mandatory about Xcode version

New iTunes is asking to build application using Xcode 5.1.1 or later. Is there any work around to upload application built on Xcode5.0
1 2 3
4