Xcode is Apple's integrated development environment (IDE). This tag should only be used for questions about Xcode itself, not general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, and [cocoa-touch] or [ios] for iOS programming questions.
0
votes
1answer
25 views
iOS - Push Segue not working even with NavController
I'm trying to set up a basic "Newsfeed" function for an iOS app, with headlines in a TableViewController segueing into a simple ViewController to display the text of the selected story. I'm using ...
0
votes
2answers
30 views
How to disable keyboard but enable UITextFields when using UIDatePicker?
This one is kind of hard to explain, so ask any questions you need to clarify the question. I have an iPad app (XCode 4.2, iOS 6, ARC and Storyboards).
In this app, I have a UIPopover that contains ...
0
votes
1answer
12 views
Overlay View using Frameworks in iOS
I have created a framework (static library) that presents an overlay view on top of the calling delegate. It does so with the following code:
[[[self delegate] view] addSubview:overlay.view];
I ...
0
votes
3answers
41 views
how to do the same button for three screens?
I have some trouble. So i have AvPlayer and UIButton with play/stop.
Also: I have three UiViewControllers. I need that when I click on the first button on the first UIVIewController on the second ...
0
votes
1answer
17 views
How to add Social Framework in Xcode project?
Just starting to learn Xcode and for this lesson I'm supposed to add the Social Framework in Xcode as to add Twitter composer features.
So I'm following the steps in the book:
I select my project ...
1
vote
0answers
29 views
Xcode - Break on exception, but no useable symbols
I need help figuring out the magical incantation necessary to get usable information in LLDB.
I have some strange behavior that I'm trying to debug, and I can reliably reproduce the issue but I don't ...
2
votes
2answers
29 views
Why a singleView application doesn't load a storyboard if a storyboard is added later to the project?
I created a new singleView application without storyboard (say FirstProject) and another single view application with storyboard (say SecondProject)and then added a storyboard in the application which ...
0
votes
0answers
19 views
Outlet in a Static Table Cell Causes EXC_BAD_ACCESS on load
I am creating a simple Static Table with 2 sections, 2 Cells in each section. the Table View controller (TVC) is Subclassed.
Within each of the table cells I have a stepper Control, and and a label. ...
0
votes
1answer
20 views
How to copy both .h & .m files in Xcode, and other files?
Sometimes I have to make another class very similar with a existed one, I know it's against OO design but I have to violate it. But when I select the file and press command+c and +v, nothing happened ...
0
votes
0answers
11 views
Rsync library required for sync
I am looking at making a synchronisation application in Xcode for osx.
However I am unable to find any development documentation for any kind of sync library.
Is there a way I can use rsync? Can I ...
0
votes
1answer
39 views
design & logic - Most efficient way to save reordered UITable rows
The blue Table is called Routine and the other one is called Exercise.
Routine.exercise has a Many-to-Many relationship with Exercise.routine.
I have a UITableView that the user can re-arrange the ...
0
votes
1answer
27 views
How to remove an object and all its relationships from the objects its related to in coredata
The blue Table is called Routine and the other one is called Exercise.
Routine.exercise has a Many-to-Many relationship with Exercise.routine.
I want to delete a Routine and I want all exercises ...
1
vote
3answers
42 views
Xcode build script to separate image channels?
I'm trying to figure out how to split JPEG with 4 channels(r,g,b,a) on two images - one should be JPEG with RGB information, other is PNG with only alpha channel in it.
1
vote
1answer
25 views
What is UIApplicationLinkedOnOrAfter, and why is it killing my App?
I start up my app for debugging, and as far as I can tell, it just barely gets into UIApplicationMain when I get an access error inside of UIApplicationLinkedOnOrAfter.
EXC_BAD_ACCESS (code=1, ...
0
votes
0answers
13 views
Why does requiring 'watir-webdriver' in my macruby application in xcode cause this error?
I have installed watir-webdriver via macgem in root and in user, I have required rubygems and included /Library/Frameworks recursively in my framework search path in build settings for this project.
...
0
votes
1answer
43 views
how to make label and button layout correctly in xcode? [closed]
I have placed sereval buttons and labels on a viewcontroller of a storyboard with xcode 4.5,but when it runs in simulator,there is a big space between my label and button.It is different from the view ...
0
votes
1answer
15 views
THEOS Error llvm-g++-4.2: Invalid arch name : export [closed]
I'm using iOS SDK 6.1 and am trying to make a jailbreak tweak using THEOS. I used the default tweak template (5), created the project, built it, and got an error:
collect2: ld terminated with signal ...
-2
votes
0answers
19 views
Xcode linker error in iphone simulator [closed]
My Xcode project can build successfully on device,but when build in simulator, a linker error occurrs. The error message is:
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
...
1
vote
1answer
14 views
iOS: How to specify application data package in Xcode Schemes?
I'd like to specify an application data package using Xcode schemes so that I can customize and deploy to the device during testing. However, by default, the Scheme | Option | Application Data combo ...
0
votes
1answer
29 views
App behaves different when run from XCode compared to .ipa
I have a very puzzling problem.
My app uses several custom buttons that use gesture recognizers to determine a tap or a long press.
When I run the app from XCode on my device everything works as it ...
0
votes
0answers
22 views
ios6 : Crash after launching a video
I'm designing a client-server application that sync and stores files on iOS devices.
Launch of video where OK on iOS<6 but with iOS6 the app crashes and the device returns to the springboard
...
0
votes
1answer
32 views
My app requires using instantiateViewControllerWithIdentifier - why?
I have added a Storyboard file to an app that initially had none. For some reason, I could not get my custom UIViewController to display correctly until I added this into ...
0
votes
1answer
21 views
How to get UITouch location from UIGestureRecognizer
I want to get the UITouch location of my tap from UIGestureRecognizer, but I can not figure out how to from looking at both the documentation and other SO questions. Can one of you guide me?
- ...
0
votes
0answers
9 views
Building error
I'm trying to test this hid api for MAC in XCode by creating a project type "Core Foundation" just by importing the "hidapi/hidapi.h" library and replacing the "mac/main.c" files into the project. ...
0
votes
1answer
45 views
NSMutableArray does not save objects retrieved from the database (core data)
I have a very strange problem, and it's driving me crazy.
The senario is an app with local database (core data), which receives updates from a server, I'll post here only the most relevant code.
...
-1
votes
1answer
34 views
how download xcode dmg file? [closed]
I have an app which is working fine but recently I tried it on an iOS 6 device and it doesn't work and it seems it's because of my old xcode version (4.2) . I tried to download xcode 4.6 dmg file from ...
0
votes
1answer
17 views
You don’t have permission to save the file “project.xcworkspace” in the folder “jDiet.xcodeproj”.?
I'm still new with this PhoneGap and Xcode and I can't find the solution via Google.
After creating the file in the terminal, and try to open the Xcode project I get the following error:
You ...
6
votes
2answers
44 views
Will `pod update` overwrite my code changes when a new version of the pod is available?
I've added MKStoreKit version 4.99 to my project using cocoapods. My Podfile consists of:
platform :ios, '6.0'
pod 'MKStoreKit', '~> 4.99'
MKStoreKit has a configuration file called ...
0
votes
1answer
17 views
Why in between #define is code highlighting turned off in Xcode?
I'm using #ifdef macroIsFreeVersion #endif to insert code that is only specific to a lite version of my app. When I write code in between these statements it seems like code highlighting and syntax ...
0
votes
2answers
23 views
XCode Undefined Reference
I have compiled a static library via the command line using llvm-g++-4.2. When I attempt to link against that library and build an app within XCode, I get this:
Undefined symbols for architecture ...
0
votes
0answers
6 views
Xcode: get lighting information of a picture or predominant color
I need to detect the predominant color or the ligthing of a picture.
It is possible? And how?
It is possibile to extract that data from a CGIMAGE?
Thanks
1
vote
1answer
28 views
Creating a lite version, using multiple targets, how do you avoid overwriting the full version?
I'm using the strategy of multiple targets to create a lite version of an iOS app. On testing via Xcode, in the simulator and on my device when running a build it creates a new icon for the lite ...
0
votes
1answer
21 views
Step by step guide to buid for distribution in 4.6 Xcode [closed]
I have tested my app on my iphone device on iOS 4.6 and it works fine. I am ready to build for App Store – here my problems start.
I cannot find/change the path where to build the app
When I press ...
0
votes
3answers
33 views
Segue passing uiimage and open in UIwebview
I would like to passing a uiimage from one view to another view which contains a uiwebview. So that i can allow easy interaction and gestures on the image.
But i have no idea how to code in the ...
-1
votes
0answers
11 views
XCode Keyboard not working after returning navigation [Solved] [closed]
After two days driving me crazy I found one solution for this issue but please if you have a better option post it here.
The context: Xcode 4.5, Storyboard, two views, two modal ...
0
votes
1answer
24 views
Second toolbar like in Mail + Toolbar under a NSScrollView [duplicate]
I have searched google and SO but i can't seem to find my answer (which is strange)
How do I create a second row in a toolbar like in Xcode and Apple Mail?
Second: I really like to be able to ...
2
votes
0answers
15 views
set admob size for landscape mode in split viewcontroller
I am trying to add the Ads from google Admob, I have gone through the documentation and found that we can set the custom size for the ads banner.
I have done it in this way
int Ad_y;
int ...
0
votes
1answer
35 views
Touch Interaction in a UIScrollView
There are a few posts similar to this, but I'm having trouble adapting the other responses to my code. I am having issues with using the methods touchesBegan, touchesMoved, and touchesEnded in my ...
0
votes
0answers
21 views
How to draw multiple lines in mimLine graph?
How to show multiples lines in mimlinegraph in my project i have to show 3 differnt line with 3 differnt coloures for single line iam using the below code so, now how to show multipel line instead ...
0
votes
1answer
28 views
UITableView scrolling under iAd
i want to display iAd at the bottom of the screen..
i tried to add subView but the iAd showed in a cell and he hides him.
what should i do to make the tableView to scroll under the iAd?
my code:
- ...
0
votes
1answer
18 views
How to integrate google translator gadget like funcationality to convert the ios app language
When we open any page in browser google provide tool to convert language.
i want to know it is possible for ios app to convert whole app or any screen of App using google language converter.
Also ...
1
vote
1answer
63 views
Xcode/Obj-c - Segue pushes new instance
I have seen similar questions a lot on Stackoverflow and I tried a lot of things but I can't seem to figure this out. I have multiple TableViewControllers and 1 MainViewController. The ...
0
votes
1answer
23 views
Print to array each time i press a button Xcode:
please help.When I press the button I want the data to print to the array multiple times and populate in the table. I have the code for the table just need help with the textview or array or do i need ...
0
votes
1answer
48 views
iphone development: how to auto facebook login if the facebook app already logged in
In my app users can login by using facebook. I also have Facebook official app in my mobile phone and it is logged in. When I try to login from my app it asks for email and password. Is it possible to ...
-6
votes
0answers
29 views
How can I make an app on xCode that updates as a website gets updated? [closed]
For example, Fancy. The application get's update as the website gets updated and it's not a webview controller right? So can anyone explain to me how I can do this, step to step.
-2
votes
1answer
38 views
UITableViewCell custom IBOutlet connection crashes
I made a custom view for a tablecell, i have some elements in the cell, i have coded the correct IBOutlet conenctions etc etc.
When I do not make any IBOutlet connections, I get to see the custom ...
-1
votes
0answers
17 views
Ios Camera With continuous shots as in gifboom [closed]
I am trying to click continuous images from iphone application build with av foundation as explained in
https://github.com/xamarin/monotouch-samples/tree/master/AVCaptureFrames
i had made a NStimer ...
0
votes
2answers
118 views
Global Variable returning Null
I have a program with Two windows (Both are controlled from the same Class File) and a Global Variable named PersonName1, Window A and Window B. On Window A there are 2 buttons, One which:
...
0
votes
2answers
41 views
How to parse uitexfield for send soap call?
I have 1 textfield and an static array.I have items in array like; 12345-NAME OF BRANCH.But I want send only 12345 from textfield to soap call.How can I do ? Thanks
.h
-(IBAction)Send:(UIButton ...
0
votes
1answer
18 views
Mac App Store Rejection - App sandbox not enabled
I've submitted my app to the Mac App Store and it validated fine. However, I keep getting Invalid Binary messages with the following;
App sandbox not enabled - The following executables must ...





