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
0answers
2 views
Do I need to add all the frameworks from my static library?
I have an xcode project (project A) that use another project configured as a static library (project B).
In the target section of the project A, I configured the project B as a target dependency, and ...
0
votes
1answer
23 views
issue validating iPhone app archive
I'm trying to validate an app for testing ad-hoc on an iPod Touch running ios 6.1. It builds fine but when I try to archive I get the following errors:
(null): iPhone/iPod Touch: application ...
0
votes
1answer
70 views
Clone repository from github in xcode userid password error
Open xcode then click "Connect to a repository"
After entering the URL the button on the bottom changes to clone. FYI The repository is private and should require a github password and userid. ...
0
votes
0answers
5 views
Direct access warning in Xcode project
we are building an Xcode project and there are two warnings that I cannot figure out how to correct:
(null): Direct access in ___cxx_global_var_init36 to global weak
symbol ...
0
votes
1answer
101 views
Bring ScrollView to front
I have a View, inside this view I have on the right side some buttons and a ScrollView.
When you press one of the buttons, the scrollview comes up and more buttons are shown.
Now when you press one ...
0
votes
0answers
41 views
Thread 1: signal SIGABRT (Crash in main.m)
So, I'm trying to make an app which requires a few ViewControllers.
Everything works fine, by this I mean the navigation between segues.
The project is out of the box, not much done but a few custom ...
0
votes
0answers
6 views
Google Latitude API and iOS not working
I am using latitude API to make an iphone app which is similar to the latitude app for iOS.
For authentication i am doing the steps told in the latitude api documentation and sending the url after ...
1
vote
3answers
652 views
Loaded the nib file but the view outlet was not set
I deleted the universityPicker.xib accidentally and then made a new one with the same name but no connection could be done. The file crashes and gives this message
reason: '-[UIViewController ...
0
votes
7answers
758 views
iOS Storyboards Should I use them or not?
I am new to iOS development (No apps created yet), but I ask for advice from my friend that has really high rated apps on the market. He say's to not use storyboards.
As much as I want to take his ...
0
votes
0answers
3 views
Failing OCUnit tests don't take me to the failing line when I click the error in XCode
I've got a large iOS project set up with OCUnit tests, some of which are imported from a dependent project, and some of which are local. When I have a failing test in the dependent project, I can ...
0
votes
2answers
175 views
Xamarin.IOS Import existing storyboard
I am using Xamarin.IOS to develop an iOS mobile app. I have an existing native Storyboard that I am trying to utilize. Is it possible to import an existing Xcode Storyboard into the Xamarin project?
0
votes
2answers
7 views
Key to hit “Replace All” button in Xcode?
I'm using Xcode 4.6.2's in-file find and replace feature. When programming I don't like touching the mouse if I can help it, so I tab around to enter the find and replace text. Now I want to hit a ...
0
votes
0answers
10 views
unable to retrieve html content from xml tags while parsing xml xcode
I am trying to parse an online xml with the following tag:
<synopsis>
<!--[CDATA[<p>
<span style="color: rgb(0, 0, 0); font-family: arial; font-size: 13px; ...
0
votes
0answers
8 views
Xcode project crash in iPhone Simulator without reaching didFinishLaunchingWithOptions
My app is crashing about 49 % of the time when running in the iOS Simulator. I have tried to reinstall Xcode, but it is not working.
I'm running Xcode 4.6.2. Help? It works great debugging on a ...
0
votes
0answers
17 views
Terminating app - uncaught exception 'NSUnknownKeyException'
I tried to run my app on the simulator, and while it worked before, now it showed me this code
#import <UIKit/UIKit.h>
#import "AppDelegate.h"
int main(int argc, char *argv[])
{
...