Tagged Questions
1
vote
2answers
18 views
Remove code with Xcode search
I just went over to the ARC in my iPhone/iPad app and it works great, but I have this code in the files that are shared with other projects #if !__has_feature(objc_arc).
For example:
- ...
1
vote
1answer
97 views
iOS crashes with EXC_BAD_ACCESS(code=1)
I'm new to iOS, so don't be shy about pointing out any of my code that looks completely idiotic :)
Here goes...
Two view controllers - OrderViewController and LineItemViewController - when the user ...
0
votes
1answer
32 views
XCode Key Chain Renew my certificate
Today my First certificate became 1 year old, when i they to run my app on a divice i got this message:
Code Sign error: The identity 'iPhone Developer: ********** (********)' doesn't match any ...
0
votes
1answer
26 views
How to add a subview in drop-down style in a table below each row on row-click event?
How to add a subview in drop-down style in a table below each row on row-click event?
Ill add more details: When I click on a row, a subview should be appear in drop-down style below the row where I ...
1
vote
1answer
28 views
View XCode docset docs from terminal
Is there some tool that can allow me to view an installed DocSet as something like a manpage? Maybe something along the lines of ri in ruby, godoc in Go, etc? I do most of my Objective-C coding in ...
0
votes
1answer
35 views
How to find a file in the Xcode navigator
I'm looking for the location of a file in my Xcode navigator. I know where the actual file is in my directory, but not what group it has been added to in the Xcode group structure. In other words, I ...
0
votes
0answers
9 views
In an Xcode4 plugin, how does one add a pane to Xcode's preferences?
The Code Pilot Xcode plugin adds its own preference pane to Xcode's preferences, but none of the open-source Xcode plugins I've looked at have preference panes. How do I go about adding a preference ...
0
votes
1answer
36 views
Xcode is not using 'Header Search Path' to find my header files
I have just downloaded and compiled curl. In my /usr/include folder I can see folder, 'curl' and I can see that I do, indeed, have '/usr/include/curl/curl.h'. However I cannot talk XCode into looking ...
0
votes
1answer
42 views
.framework product is red no matter what
I'm trying to add this framework to a project. I have followed these instructions to the letter:
Add SocketRocket.xcodeproj as either a subproject of your app or in your workspace.
Add ...
1
vote
1answer
32 views
Xcode 4 target build setting “Skip install”. What is it?
The tile basically says it all.
I'm developing a mac app which has the normal app target, but also has two more command-line tool targets whose products are copied to the app when building. I ...
0
votes
0answers
29 views
“the document could not be saved. you don't have permission” while saved the document into xCode
There is something wrong with my xCode. As I make a new user in my mac and copy all the document and project into new one. But when I open project into xcode and try to save then xCode will following ...
0
votes
1answer
64 views
Undefined symbols for architecture i386: “_OBJC_IVAR_$_UIViewController._view”, referenced from:
I've been looking through countless posts about this error:
Undefined symbols for architecture i386:
"_OBJC_IVAR_$_UIViewController._view", referenced from:
-[ViewController viewDidLoad] in ...
1
vote
0answers
16 views
Pausing and resuming AU Graph (X-Code)
I am having problem with pausing and resuming audio file using AU Graph on X-Code.
The code I am using is: region.mStartFrame = sample frame.
This should stop the audio at some point and after ...
-2
votes
0answers
59 views
not able to install xcode460417218a.dmg ie. xcode 4.6.0 [closed]
I have downloaded xcode460417218a.dmg that ie. 4.6.0 xcode version from apple website, after the download completed. I tried to install SDK, But when i double clicked on it i got small pop up stating ...
2
votes
1answer
46 views
XCode: How to add preprocessor define for a single source file?
I want to add preprocessor macros for a couple files in my project, but not all the files. They're 3rd party sources, so I don't want to edit the files, as to avoid merge maintenance hassle when new ...
0
votes
1answer
22 views
Xcode: Cannot start the application on Device (ExperitestServer: level was set to: (3))
As I build and run the application on Xcode for installing the app on an iPhone 3GS, Xcode suddenly stops the process (before even starting the application) and logs this:
ExperitestServer: level was ...
0
votes
2answers
667 views
Xcode 4.6.2 not getting downloaded from mac app store
I have MAC OSX 10.7.4 and i want to download xcode 4.6.2, but in the mac app store, when i click on "View in mac app store", it opens a dialog box to choose an application and on selecting xcode, ...
1
vote
2answers
53 views
Cannot use a C++ file in Xcode - Cannot Resolve Libs
I am trying to figure out why XCode cannot resolve a C++ file I imported.
I have changed the file extension to .mm
I have added the .h file contents to the top of my file
I have command line tools ...
0
votes
0answers
17 views
App launched from Xcode always starting behind all other apps?
A specific project I've been working on for a while now all of a sudden would display the application - when launched via 'Run' from Xcode 4 - behind all other running apps, in particular behind the ...
0
votes
1answer
29 views
How to access mac files(images) in iPad application running on iPad
Im pretty new to Xcode.
I made a simple app which shows an image in UIImageView.
I used following code:
- (IBAction)btnClicked:(id)sender {
[imgBox setImage:[UIImage imageNamed:@"DSC01522.jpg"]];
}
...
0
votes
1answer
53 views
Repeat issue with UITableView cells
I am fully aware there are many cases of this issue here, although I am stumped and cannot resolve this on my own. I only want to display 4 cells total in my myTableView2 UITableView, but what I am ...
0
votes
1answer
45 views
Linker issue with libUnitTest++ in XCode 4
I am trying to incorporate libUnitTest++ into my project but I'm having issues. I added libUnitTest++.a to my project and I see that XCode has added this static library to the list of "Link binary ...
1
vote
1answer
45 views
iOS : Xcode Crash when configure SVN
At the time i Was checkout and clone project with local file path in my XCODE is crash.
When i enter file path "file:///iOS/svnProject" in location field xcode is crash please help for the same ...
0
votes
1answer
162 views
Teamviewer - Send Control Key to Mac from Windows
I'm TV'ing from a remote location to my mac to play around with XCode (on a windows pc). Within the interface builder, I'm trying to perform the control drag action. I tried pressing the ctrl button ...
4
votes
2answers
80 views
iOS custom font shows on simulator, but does not show on device
I am using a custom font in my iOS application
//Label which will display the current message
currentMessageLabel = [[UILabel alloc] initWithFrame:CGRectMake(10, 75, 300, 30)];
[currentMessageLabel ...
-1
votes
1answer
66 views
warning: Unsupported Configuration: Image and Title are set (These attributes are mutually exclusive; the Title will be ignored)
Unsupported Configuration Image and Title are set These attributes are mutually exclusive; the Title will be ignored..... while running my project in xcode i am getting this warning because of this ...
0
votes
0answers
112 views
How to increase spacing between lines in UITextView
How to increase spacing between lines in UITextView?
I wish to use default system font,i.e., Helvetica with size 15.
1
vote
1answer
110 views
how to write code in xcode that will be supported for all the sizes of iphone [closed]
The Problem is, kept size none in the viewcontroller.xib, and wrote code its running in iphone4 ,and normal iphone but the view is not supporting for iphone5 please tell me how to design for all ...
0
votes
2answers
73 views
String comparisons and textfield actions
I just started working with Xcode today to make Cocoa applications.
I'm watching videos on YouTube to try and get me going. I'd like to start building Mac applications now that I've switched to one. ...
0
votes
0answers
24 views
Can I stop Xcode from finding unreferenced platform frameworks?
I basically have an iOS Static Library project which references CoreData.framework and Foundation.framework. These are the only two built-in frameworks it should be referencing.
Much to my surprise, ...
0
votes
1answer
68 views
Setting a #define from the command line in xcode 4.6
I'm trying get set a #define macro when doing a command line build using xcodebuild and having no luck.
I've tried -DMYMACRO=1 and MYMACRO=1 everything else I can think of and nothing works.
How ...
1
vote
1answer
62 views
Xcode breakpoints not showing current objects
I've recently run into a really frustrating problem. When I set a breakpoint, and my program stops, the objects aren't shown in Xcode. I don't get the typical 'self' or any of my other objects. I ...
0
votes
1answer
56 views
Adding ObjectiveFlickr to Project
I'm trying to add the ObjectiveFlickr framework to my project.
I tried to follow these instructions:
Add ObjectiveFlickr.xcodeproj to your Mac project (from Xcode menu Project > Add to ...
0
votes
2answers
39 views
xcode “Developer” folder
I've been working on an Ipad app for awhile now and to make the development a little faster I've been using some controls I found on the interwebz. Namely FSVerticalTabBar , AES Encryption.
It's ...
2
votes
1answer
134 views
ECSlidingViewController and testing
I'm using ECSlidingViewController 0.9.0 (https://github.com/edgecase/ECSlidingViewController). I started with a fresh install with core data, arc & testing enabled, and installed ...
0
votes
0answers
45 views
Specifying symbols/source path in XCode 4 for Debugging
I've a .app package that I want to debug which does not contain symbols. However, I've a separate folder which contains all the symbols of binaries in the app. And in another folder, I have all the ...
3
votes
4answers
193 views
Xcode Warning: Ignoring file libxml2.2.dylib, built for unsupported file format which is not the architecture being linked
I have been given the task of adding a few features to an iOS app. I checked out the source on SVN to be greeted with over 100 warnings (argh), thankfully I'm down to the last one, which is:
(The ...
0
votes
1answer
60 views
core data - fail set default value for properties of entity
I'm using XCode 4.4.1 and used the data model inspector to set default values for properties, but it doesn't save these default values.
Also tried to use the -(void)awakeFromInsert method, but also ...
2
votes
1answer
160 views
Is there any automatic Testflight upload script on application archiving?
I found that Testflight is supporting application uploading through API call http://testflightapp.com/api/builds.format. It accepts application package, dsyms, application info and other.
So my ...
10
votes
2answers
189 views
#pragma mark not listing the first group name
I'm using #pragma mark for grouping my methods under certain categories. But the issue is in Xcode 4 my first category is not displaying.
My code looks like:
@interface MyClass : NSObject
#pragma ...
0
votes
0answers
27 views
Can Xcode 4 perform “live issue tracking” with an external build project?
I am using Xcode 4 to develop and debug C++ code using an external build system (GNU make). This speeds the development process by nicely interpreting error messages from the (clang++) compiler and ...
1
vote
1answer
58 views
Is there a way to load a specific frame from a website to an iPhone app?
I'm really new to xcode and objective-c. overall fairly new to programming.
Is there a way to load only a specific frame from a website onto a UIWebView on xcode?
I have a website that I need to ...
0
votes
0answers
29 views
how to let Xcode show documentation in Quick Help_Inspector
I'am using Xcode (Version 4.6 (4H127))
When I Hold down the option key and single-click the method name viewDidLoad, xcode can not show related documentation in popup quick help inspector.
QUESTION:
...
0
votes
1answer
45 views
Disable warnings coming from a specific folder
I've set up an Xcode project where part of the code (a folder in this case) comes from a svn repository.
The folder is constantly updated by an external partner and it contains .h and .m files. In ...
0
votes
2answers
96 views
How to display Xcode output into terminal.app
I'm having issues with getting xcode project output to display into my terminal.app. I can get the terminal to pop up on run, but how do I get the "output" to display into the terminal.app.
0
votes
2answers
156 views
Display UIImageView in full screen (320*480)
I know there are some questions about UIImageView full-size have been asked but I'm still stuck with my problems.
I have a navigation bar, a scrollview, a UIImageView (named avatarTest) and a button. ...
0
votes
1answer
88 views
Failed to upgrade *.nib-file because it has a dependency on an Interface Builder 3 plug-in
I recently upgraded my XCode from 3.2.2 to 4.5.2.
An old project compiles fine but I can't change two of its three *.nib-files.
When trying to open it XCode tells me that the document has a ...
0
votes
0answers
15 views
Xcode 4 template ancestors with an option already chosen
I want to make a Xcode template that uses the bundle template as it ancestor.
In the bundle template, there is an option to create a CoreFoundation bundle or a Cocoa bundle.
In my template you need ...
3
votes
2answers
302 views
How do I get exception details in XCode 4.6?
I used to get exception details from apps running in the simulator like so:
po $eax
Ever since I upgraded to XCode 4.6 it's stopped working; I always get this error:
error: warning: couldn't get ...
0
votes
1answer
140 views
Code signing Error: Application failed codesign verification Xcode Archive
I have an iPhone application that has no errors and my app was Archiving normally then I ran into a problem validating my app im receiving the message “No identities are available for signing”.
So ...





