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.

4015 questions
1
vote
1 answer

Caller doesn't get event of End Call from receiver in opentok ios sdk

I have an iphone app in which I need to manage video call from caller to receiver and its works perfectly by using Opentok framework. Video call and audio everything working fine. But I have a problem with Ending a call from receiver side without…
Max
  • 2,223
  • 3
  • 21
  • 47
1
vote
1 answer

There is no simulator in my xcode 5 after I install xcode 6 beta

I have installed xcode 6 beta 4 but after that, when I use xcode 5, there is no simulator can be select, so I also cannot build the project, does anyone encounter this problem? I suppose the xcode 6 is another app so it should not cover the xocde 5,…
Winson
  • 699
  • 6
  • 13
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
  • 6
  • 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
0 answers

AFNetworking.h file not found when building for tests?

I am working on an iOS project which was using AFNetworking v1.3.1 without an issue. Recently, we decided not to support iOS 5.0 any more and updated the project to support iOS 6.0 and also pod versions accordingly. I have migrated the project to…
sercancici
  • 57
  • 1
  • 12
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
  • 864
  • 1
  • 8
  • 19
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
  • 10
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
  • 2,796
  • 3
  • 16
  • 34
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
  • 26,293
  • 71
  • 223
  • 438