Xcode is Apple's integrated development environment (IDE). This tag should only be used for questions about Xcode itself, and not for general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, and [cocoa-touch] or [ios] for iOS programming questions.
0
votes
1answer
19 views
I forgot to select option of 'Copy items into destination group’s folder' while adding files from different project
I copied files from my Xcode project and used it in my current one.I did lot of changes in my current projects including in the files which i have copied from my another project.Now i cant run them on ...
0
votes
2answers
33 views
UIScrollView adding two unwanted UIImageViews on touch out of nowhere
I have noticed some strange behaviour for a UIScrollView.
In a new XCode(4.6.2 on OS X 10.8.4) iOS project, I've only added a RootViewController, with one line of custom code: adding a UIScrollView ...
0
votes
0answers
16 views
tab bar controller and sqlite
I'm new with xcode and I'm trying to do a simple project using sqlite.
My screen:
In tab bar "Item 1" I have an array and "Item 2" I have another array. This works Ok.
When I click on the star on ...
0
votes
1answer
39 views
Xcode: Including third part frameworks for release?
I am currently trying to distribute a xcode project that is dependent on a third party framework to run. I edit the build so that it is for release, but when I try to run the app on another machine it ...
0
votes
0answers
10 views
iTunes Connect says “ready for upload”. When trying to validate in Xcode, it says the app should be ready to upload in iTunes Connect
Sorry for the long title. It basically summarizes what I'm trying to ask. I set up my app to be ready for upload in iTunes Connect, and when I'm trying to "Validate" the app in Xcode, it says I need ...
-2
votes
0answers
15 views
Error Importing opencv2.framework inside Xcode project generated by Unity3D
I had no problems using opencv2.framework in a empty Xcode project, but i am with a headache to use opencv2.framework whitin Xcode generated by Unity.
My problem is:
Undefined symbols for ...
0
votes
1answer
33 views
Cocoa - How to detect change in ubiquity container
I've got an OS X app syncing a single document through a ubiquity container back and forth to an iOS equivalent app. The iOS app receives data whenever it changes on the Mac side and sends it ...
0
votes
2answers
53 views
Why does my pushViewController not work?
Hi here is my file I have a small idea and have been looking for a while but can't come up with anything. Any help would be much appreciated. I am trying to make it so that when you click on one of ...
0
votes
0answers
7 views
XCode code stripping doesn't strip all symbols
When I build my project in XCode (for debug or archiving) and specify Strip Debug Symbols:
Strip Linked Product YES
Strip Style ALL SYMBOLS
Additional Strip Flags -S -x
I still have ...
-4
votes
0answers
137 views
XCode 5 DP “iOS simulator failed to Install Application” [closed]
I just got the Xcode 5 Developer Preview, ran my app once perfectly fine. The second time I ran it I get the error seen in my title. I have quit and reopened both applications, all my files are ...
0
votes
1answer
26 views
Perform segue from UIBarButtonItem
I've been trying to perform a segue from a UIBarButtonItem (to be exact, it's a compose icon).
It's supposed to be a segue from a UITableViewController to a UIViewController. I set up the connection ...
1
vote
2answers
16 views
What are the complications of introducing cocoapods into a collaborative iOS project?
I would like to avoid dealing with frustration of importing other projects into my iOS project, so I'm considering using CocoaPods. One of the requirements of using this dependency manager is that I ...
0
votes
0answers
12 views
iOS - Communicate from iOS to VB server that uses winsock
How can I communicate from iOS to a VB Server that uses winsock?
I tried the CocoaAsyncSocket class but it don't work.
Thanks
1
vote
2answers
50 views
Got new iPhone, can't add as a device to develop on
When I plug my iPhone 5 in, Xcode recognizes it, but when I build my code and try to run it on my phone, I get this error:
A valid provisioning profile for this executable was not found.
So I go ...
0
votes
1answer
17 views
Shortcut for 'Edit All in Scope' feature
I have a qeuery about XCode IDE. In XCode there are a numerous features available for the devcelopers. Most of the developers are unaware of some features. Such a feature is editing variables or codes ...
0
votes
2answers
23 views
Link a cell in a table view controller to a webpage
I have a Table View Controller with multiple cells. How can I link the cells to a webpage? I was thinking about linking them to another view controller with a Web View but it would take long because I ...
0
votes
0answers
45 views
Apple Mach-O Linker Error
I'm trying to convert a png image to a webp image.
The code works fine on simulator but I get this error every time I run it on the device:
ld: file is universal (3 slices) but does not contain ...
0
votes
2answers
24 views
dimissViewControllerAnimated completion: nil?
I'm trying to update my app for iOS 6 and above. I'm removing the code that has been deprecated, namely dimissModalViewControllerAnimated. How come Xcode does not recognize ...
0
votes
0answers
26 views
XCode Provisioning Profile Not Found
My provisioning profile expired yesterday so I had to create a new one today, I followed all the steps and installed it in my keychain access and in Xcode.
XCode is giving me the following error when ...
2
votes
2answers
259 views
Trouble downgrading Ruby on OS X Mavericks
OS X 10.9 comes with ruby 2.0.0p195 but I need to install Ruby 1.8.7. I keep running into errors. I have Xcode5-DP install and I believe Command Line Tools is installed too.
In the terminal:
sudo ...
0
votes
0answers
15 views
Why does syntax highlighting for Foundation Objects turn off when not importing Foundation Framework
My *-Prefix.pch file looks like the following
//
// Prefix header for all source files of the 'stuff' target in the 'stuff' project
//
#import <Availability.h>
#ifndef __IPHONE_4_0
#warning ...
0
votes
1answer
18 views
xcode storyboard button object interfacing
This is probably a really dumb question, but how do I make a button call an event, and how can I make a variable with the data from a textbox?
I'm probably overlooking something really stupid, but ...
0
votes
1answer
15 views
Dropping files inside gitignore path onto Xcode
Each time I try to add a file to my resources which is in gitignore Xcode keeps telling me
"The following paths are ignored by one of your .gitignore files:
res
Use -f if you really want to add ...
0
votes
0answers
59 views
Map and blue dot not displayed in XCode
I'm at the very beginning of chapter 5 in the iOS Programming: The big Nerd Ranch Guide (3rd Edition). The problem I seem to be having is that the blue dot (The user) is not begin displayed, not only ...
0
votes
0answers
28 views
Parsing an email for the first few lines of content?
I have an email's HTML contained inside an NSString, and want to show the first few lines of text as a preview. I've tried numerous different things to try and get the meaningful content out of that, ...
0
votes
2answers
21 views
adding UITableViewCell programmatically to UITableView
I have created a custom UITableViewCell programmatically and wish to add it to a UITableView of UITableViewController created in IB, can you please help me with the code to do that
Thanks
0
votes
1answer
28 views
How to add CocoaHTTPServer to an iOS project on XCode 4
I'm trying to add CocoaHTTPServer to my project. I encountered many problems on the way - my problem (adding CocoaHTTPServer to a project (and have it working)) is still there - but I've also included ...
0
votes
2answers
17 views
how to make UILabel autosize text in storyboard (or interface builder), NOT programatically
Every time I click-and-drag a UILabel to storyboard, and then add text to Text field, the text is cut off, so I then have to click-and-drag the UILabel to stretch it big enough so that the text ...
-1
votes
1answer
35 views
tableView cells refreshing auto?
When I scroll in my tableview the cell seems to be refreshing because the duration in the left corner sometimes shows up and sometimes it doesn't. Does anyone know how I can make it stay at one place ...
0
votes
2answers
44 views
How to define a global variable in a Cocoa Framework
When you build a Cocoa App, you can add all the global methods and objects in AppDelegate class, and in any place of the code, you can get access to AppDelegate via
AppDelegate* appDlgt = ...
0
votes
0answers
27 views
Xcode - iOS - Simply upload a file to FTP Server
I'm trying to work with FTP Servers.
I have googled around for everything and everything is hard to understand for beginners like me. SimpleFTPSample is hard to understand because it is so much at a ...
0
votes
1answer
38 views
NSString To NSDate Conversion Not Working in iPhone [duplicate]
I Tried to convert from NSString to NSdate but its not wroking. See my Code. Its getting out put as "1991-01-04 18:30:00 +0000". can any one help me. thanks in advance
NSString *selectedDateString ...
0
votes
1answer
27 views
pushing a ViewController from a Container View changes its view frame to original size
I've created something similar to the picture I've added.
I've connected using Ctrl+Drag the UIButton to the Child View 2 ViewController and selected push segue.(the picture shows custom segue, ...
0
votes
1answer
26 views
Is there any free iOS SDK for syling maps?
I'm searching a free SDK for coloring maps (Not markers, but entire map).
I found Mapbox and ArcGIS, but I want to know if there's a free alternative with Google Maps integration.
Or this is posible ...
0
votes
1answer
22 views
Team City CI with Xcode workspace - Scheme “My Scheme” is not configured for running
I have a workspace with few projects that must be built as static libraries and I have schemes with tests for them. I want to configure TeamCity to build and test each of those libraries, but it does ...
0
votes
2answers
24 views
iOS - UIViewController - Runtime error when overriding a getter in UIViewController subclass chain
iOS newbie here.
I have a class that is a subclass of UIViewController called CommonVC. It does not have a scene directly associated with it. It declares a property in the .h file:
@property ...
0
votes
0answers
20 views
IOS Application doesnt run when using profiling tool on device, runs without profiling tool
i am experiencing a strange situation with my ios application. I am using heavily "MGBox2" for my application and tons of other "Pods" for other modules..
My application runs quite fine on device ...
-1
votes
0answers
17 views
Changing removing audio sound in iphone? I want to remove sound from video file what should i do [closed]
I want to remove sound from video file what should i do. i select video from gallery and then i want to remove sound from video by clicking on button. Please guide me.
Thanks in advance
I have tried ...
0
votes
0answers
32 views
Xcode signal SIGABRT
I received this warning from Xcode, though I have not changed a single character in the appdelegates (I´m new to Xcode). Nothing seems to work.
Here is the line it breaks:
return ...
0
votes
0answers
8 views
Build 32 Bit Application with XCode
How do you guys create 32 bit application in Xcode running on 10.7 or 10.8?
I tried creating a simple cocoa application and changed the architecture to 32 bit, but it errors :-(
Need help with ...
0
votes
1answer
31 views
Link Navigation View Controller cell to a Web View
I have a navigation controller with multiple cells. I want to link each of the cells to a webpage in a web view. However, I don't want to create another view controller for each cell. Is it possible ...
0
votes
0answers
31 views
C++ on iOS - EXC_BAD_ACCESS error for class scope variable access
I can't access the curWaitTime variable in the draw(...) method, it crashes with a EXC_BAD_ACCESS error. It's not even dynamically allocated!
#include <string>
#include "ofMain.h"
#include ...
0
votes
0answers
17 views
Xcode 3rd party library
Besides the provided frameworks I've started including other Libraries for my iOS projects, for example SDL at the moment. I did this by adding the SDL project file to my project and then linking it ...
1
vote
5answers
54 views
How to block orientation for particular view in ios 6
How to block orientation for particular view in Ios6. currently in my project there are many views out of them I want block orientation for only one view.
Please suggest me any solutions.
Thanks.
1
vote
2answers
25 views
How to make a delegate, my mapview won't respond to didSelectAnnotationView
I have a mapview with custom class mapviewHandler assigned to it and it is added to blaViewController.h as @property (weak, nonatomic) IBOutlet mapviewHandler *mapView;
And this is a snippet of ...
1
vote
1answer
29 views
XCode calling a function before it's called?
I've got a bizarre question that I've been researching/playing with for hours now.
I'm working on a simple note-taking app, storing notes in an NSMutableDictionary with the Key as the title and the ...
0
votes
1answer
19 views
ios sqlite3_step says done when it shouldn't be
When I try to read data from my sqlite3 database it does get passed the sqlite3_open and sqlite3_prepare_v2 statements but sqlite3_step contains SQLITE_DONE before going in the while loop. I know ...
0
votes
2answers
39 views
App is giving SIGABRT when running on already running simulator
When I am running the application from XCode through the simulator for the first time its running fine. But when the application is running in the simulator and if I run again from the XCode the app ...
2
votes
1answer
48 views
IOS SDK 7.0 + MKDirections + calculateDirectionsWithCompletionHandler
i am working on demo app of MapKit updates in IOS SDK 7.0.
I am trying to find route b/w two places via IOS SDK 7.0. As if you know, apple allow to get direction within app and not need to use ...
0
votes
1answer
16 views
Can't commit Xcode project with åäö in filename
I can't commit when having a filename containing the letter 'Ö'. In this example my filename is 'Övning'. I get the following error when entering a commit message and pressing commit:
error: ...






