Questions tagged [xcode5]

Xcode 5 is Apple's integrated development environment (IDE). Xcode 5.0 included the SDKs for Mac OS X 10.8 and iOS 7. *Do not use this tag unless your question specifically involves the Xcode IDE!*

Xcode 5 is an Apple integrated development environment (IDE). This version of Xcode includes the SDKs for Mac OS X 10.8 and iOS 7. It is available free on the Mac App Store and as a downloadable disk image file (DMG) from http://developer.apple.com/xcode

This tag should only be used for questions about the Xcode 5 integrated development environment (IDE) itself, and not for general Mac or iOS programming topics. Use for Mac programming questions, and or for iOS programming questions.

If the question is related to the Xcode IDE in general (not specific to Xcode 5), use the tag.

3988 questions
1
vote
0 answers

What happens, technically, when you create an IPA in Xcode?

10.9.4, Xcode 5.1.1, targeting iPads only. When a developer is ready to submit an IPA to the App Store, you select Product -> Archive and follow the prompts. On my MacBook Air, Core i5, with 4GB of RAM, this takes a lot of time (15 mins). It goes…
GameDeveloper
  • 1,029
  • 1
  • 7
  • 12
1
vote
0 answers

How do I address the warning xcode error Thread 1: breakpoint 1.2

I have been working on app following a few different tutorials. When I switch to a page (my FifthViewController) the simulator stops and gives me a thread1: breakpoint 1.2 error. I can't seem to find what exactly is the cause of this. Any…
1
vote
2 answers

How do I send an array of images to server through JSON webservices post method in iOS?

I want to know how to take an array of images by using UIImagePickerController and also post an array to the server and as well as get this an array of images from server by using JSON web services. And also I need to post image information (date of…
ssmanohar
  • 186
  • 1
  • 9
1
vote
0 answers

Google Test failure messages not printing

So I'm pretty new to C++ unit testing, I have worked pretty much exclusively with JUnit. I've been playing around with Google Test on Xcode for a bit now but for some reason when I try to print out failure messages they never show up on the console.…
user2821731
  • 33
  • 1
  • 7
1
vote
1 answer

Calculate an equation with input in textfield - Xcode

I'm working on a app in Xcode and have run into a problem. My app needs to collect input from a TextField (where the user enters information) an put it into my equation & eventually give the user a result. For example - a user enters their Weight,…
1
vote
1 answer

How to make one project compiled on xcode5 and xcode6 by using different apis?

Hello,everyone。 my project need to be compiled on Xcode5 using iOS7 SDK and on compiled on Xcode6 using iOS8 SDK at the same time,but some header file like "opengles/gltypes.h" only appears in iOS8 SDK。 When I compile my project using Xcode5,the…
ylovesy
  • 904
  • 1
  • 8
  • 21
1
vote
1 answer

Geo-Fencing didEnterRegion and didExitRegion methods not called?

Hi Guys Am working on Geo-Fencing! Location manager didDetermineState is calling properly but when i entered region didEnterRegion and didExitRegion never been invoked. Here my code is **ViewController.m** GeofenceMonitor * gfm =…
Chandu
  • 41
  • 5
1
vote
1 answer

Change text of delete button on UItable cell

I want to change the text of the delete button in red that comes up when we swipe on a table cell. Is that possible?? if possible can you please tell how to do that. Thank you :) \m/ \m/
1
vote
1 answer

It's possible set different size a scroll for portrait and landscape orientation?

It's possible set different size a scroll for portrait and landscape orientation? Example: Portrait orientation: x500 y568 Landscape orientation: x568 y320 Home.h @interface Home : UIViewController { IBOutlet UIScrollView…
Swr79
  • 75
  • 1
  • 11
1
vote
1 answer

Multiple touch location in iOS?

I want to get two touch point on multitouch. I am touching and holding one point then after i touch second point on screen. Then touches moved method called but both time i get the frirst touch location.I am not geting second touch position in…
Rajesh Maurya
  • 3,026
  • 4
  • 19
  • 37
1
vote
0 answers

How to replace the default menu item“COPY,DEFINE” in PhoneGap3.3(Xcode) by inAppBrowser?

I’m trying to use the inAppBrowser Plugin with PhoneGap3.3 in XCode. My purpose is to choose a word and any texts in the html page, highlight them and popup the menu.The default menu items are” COPY” and ”DEFINE”. I want to disable the default…
Josie.c
  • 11
  • 3
1
vote
1 answer

Xcode 5.1 call stack in debug , show only thread without any info about the functions in c++

i try to debug c++ code in xcode 5.1, in some point i have exception which in visual studio 2012 i used to get massage that tell me to break and then i see call stack , but this is not the case in xcode i get the same exception but i can't see the…
user63898
  • 29,839
  • 85
  • 272
  • 514
1
vote
0 answers

ipad app progress bar not updating

I have an ipad app is written in xcode 5.x and I have 1 controller with a tableview and UIProgressView 1 class that does syncronious download (NSObject class) 1.) The controller calls the donwload function from the download class 2.) The function…
Jester
  • 3,069
  • 5
  • 30
  • 44
1
vote
2 answers

Calculation returns after second press on button

I'm new to Objective C. I'm experiencing issues whilst creating a unit conversion app. Here is the offending code (P.S I'm aware that isn't the correct conversion): The problem is that when I press the convert button, it returns with the…
JamesWard
  • 13
  • 2
1
vote
1 answer

How to pass data between NavigationController and Table View Controller with prepareForSegue

How can I pass data between a Navigation Controller and a Table View Controller? I have tried prepareForSegue method but it doesn't work.. I have tried to put a breakpoint to see if the flow calls this method but it seems that the prepareForSegue of…
Moussa
  • 4,066
  • 7
  • 32
  • 49
1 2 3
99
100