0
votes
0answers
27 views

how to change view in ios tabbed application without changing tab and maintaining tab bar visible

i have an iphone project that is a tabbed application. In the first tab I have a login form and I want that the user data returned by the login funcion to be shown in another view that takes the ...
0
votes
1answer
39 views

importing Xcode Project and accessing file with to different project

I initially start a project which I want to emerge with existing project, I have noticed there is a way that you can add a project in your workspace, that makes sense, but if I want to use the files ...
3
votes
0answers
41 views

Xcode gets stuck on copying a file when trying to build to run on device

I need to play an mp3 file in my application, and I have added it to my Project Navigator in the "Supporting Files" folder. When I build the application on the simulator, it runs fine. When I attempt ...
0
votes
1answer
30 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
0answers
20 views

Apple 802.11 API on IOS6.1 - anyone have the correct bundle?

I am trying to use the Apple 802.11 private library on a project to help detect the SSID and signal strength for WiFi hotspots in the area. This has been discussed in other threads such as: iPhone ...
0
votes
1answer
19 views

iPhone SDK: Getting text from javascript class

I'm trying to retrieve some information from Gmail but have been unsuccessful after many attempts. This is the line of code that I'm trying to extract using javascript. <a ...
0
votes
1answer
24 views

How to Build with OmniGroup Frameworks

I'm trying to incorporate OmniGroup's frameworks into a project. I'm very new to building with these kinds of dependcies so I've been fumbling my way through this. What I've done so far it. Created ...
0
votes
0answers
116 views

iOS first steps - getting the annoying SIGABRT error

I'm watching Paul Hegarty's iOS lessons on iTunes U. I'm developing the first app of the course. I am randomly getting the same error (Thread 1: signal SIGABRT), about once every two runs. I placed ...
0
votes
2answers
42 views

No Identity with Provisioning Profile in XCode

I'm trying to get my XCode to run apps on my iPhone. A while ago I tried to do that just from within XCode (knowing nothing), and it complained about how my Apple ID wasn't set up with a developer ...
0
votes
1answer
46 views

How to remove certain frameworks and code from an App Store release build?

I have an app that uses TestFlight SDK and other debugging frameworks which I want to remove automatically for App Store release builds. I created a new "App Store" build configuration, but how can I ...
1
vote
0answers
23 views

how to implement XMPP over BOSH for iOS? any known library?

I know about robbiehanson/XMPPFramework and also know that it doesn't support BOSH so please don't bother to give links to its git page. I also know about directi/XMPPFramwork which is a fork of ...
0
votes
0answers
49 views

XCode 4 unit tests use keychain access groups

I'm unit testing an application that uses a static library I'm developing. This library attempts to write to the keychain of the application. It works fine as long as I do not specify a ...
0
votes
0answers
31 views

ios face detection cannot detect full tilt

I'ved been trying out SquareCam and many of its reincarnations, but I just can't seem to figure out why the face detection can only detect a certain level of tilt. Is it some problems of ...
2
votes
1answer
47 views

Archive in Xcode 4.5 - No errors, but build cancelled

I've been building iOS apps for > 2 years and never encountered this problem. I am attempting to archive an app for beta distribution. The build succeeds, but at the very end of the process, Xcode ...
1
vote
4answers
52 views

Xcode iOS Simulator does not load new project

I was working on an iOS app in xCode and I was perfectly using the simulator. Yesterday I had to create a new project and after putting some code I found out that when clicking Run, the app compiles, ...
0
votes
4answers
71 views

How to send UIImage in JSON format, by filling a NSDictionnary

I'm trying to send data to a server with JSON. I am able to create my NSDictionnay with my objects and key parameters. But I want to send my picture, and the picture is UIImage. NSDictionary* ...
0
votes
1answer
75 views

iPad Landscape Mode - How To Add Two Splash Screen

I have successfully finished my app after months of coding. Now I'm trying to add the initial Splash Screen images to my app. How do i proceed? I have two images: one is the company logo and the other ...
0
votes
1answer
58 views

Create a dynamic preprocessor macro in Xcode

I often work on iOS projects alongside a development server, which is always running on the same machine that I'm using to build the app. A typical scenario is that I have a rails app running on ...
1
vote
1answer
37 views

Do the OCUnit, set the test after build to yes, the project can't build successfully

it's very strange, when i set the "test after build" to "yes" in "build settings", the project can't build successfully. but set to "no" , I press the "CMD+U" in keyboard, the test can executes ...
0
votes
1answer
35 views

UIViewController being pushed down on screen when displayed using insertSubview

Having a bit of a problem, here's the breakdown: My AppDelegate uses as it's rootViewController a view controller. This view controller's purpose is to swap a couple of other view controllers in and ...
0
votes
1answer
63 views

Detect if music is playing or not and turn switch in off or on

I am creating this app were there is background music playing, but I want it so the user can stop the music with a UISwitch if they dont want background music. I already have the code working for the ...
0
votes
0answers
139 views

<Error>: GeezaPro: FT_Load_Glyph failed: error 6

I have two view controllers in my application, when I use (segue) to push to the second view controller (detail view controller), I face this error : : GeezaPro: FT_Load_Glyph failed: error 6. this ...
1
vote
1answer
167 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
46 views

Xcode not copying resource to octests bundle

WTF? Xcode 4.6.2 is refusing to copy one of my resource files to the octest bundle. These line, from the build log, work: CpResource AppName/Resources/Domain.sqlite ...
0
votes
2answers
69 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
35 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 ...
2
votes
0answers
83 views

xcodebuild workspace and scheme

I am a little confused as to what happens with the xcodebuild command line tool when you specify a workspace and scheme. I understand how a configured scheme works in the XCode IDE GUI. The build ...
0
votes
1answer
22 views

My CGFrame does not display

I'm trying to build an example of using CGFrame using the code below - (void)viewDidLoad { [super viewDidLoad]; CGRect newFrame = [note_view frame]; if ...
0
votes
1answer
20 views

CALayer Troubles when loading an image from a UIImagePicker

I have a UIViewController with a UIImageView (imageView), and I'm defining several layers that will be nested in the imageview as follows in viewDidLoad: //container layer - the very top layer ...
0
votes
1answer
59 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 ...
0
votes
1answer
134 views

CocoaPods - removed pod also removed framework, getting warning

I had a podfile that looked like this: platform :ios, '6.0' xcodeproj 'NetApp.xcodeproj' pod 'AFNetworking' pod 'TTTAttributedLabel' pod '[x]' Decided to remove pod '[x]' from my podfile, I then ...
0
votes
1answer
97 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
2answers
287 views

To transfer a .ipa file into iPad by using windows machine

I am very much new to iOS development.I am working in native iOS development with Objective C as front end and SUP 2.1.3 as backend.I have successfully deployed an application in iPad by connecting ...
0
votes
1answer
44 views

iOS- instantiateViewControllerWithIdentifier with out navigationBar

i have a navigation controller with navigation bar define in it. i want to use with that method: instantiateViewControllerWithIdentifier without the navigationBar (just for specific screen, for all ...
0
votes
1answer
361 views

Using Interface Builder in Xcode 4.6.2

I have just updated my Xcode to the latest version and the IB is quite different from the version I used before. I've created some IBOutlets and whereas before I could drag from the Files Owner to the ...
0
votes
1answer
111 views

How to add animation to scatter graph using core plot?

I am using core plot library to display scatter chart in my app i display the scatter chart in my app from tutorial http://www.raywenderlich.com/13271/how-to-draw-graphs-with-core-plot-part-2 now i ...
0
votes
1answer
77 views

SBTableAlert not working

First of all, I'm just starting on iPhone development. I'm trying to get an SBTableAlert working (see https://github.com/blommegard/SBTableAlert ) My initial setup is simple: I have a ...
0
votes
1answer
25 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
0answers
24 views

Reason: unsafe use of @loader_path

My intention is to capture packets using libpcap, so I downloaded libpcap and compiled for arnmv7. When I use the dylib file it shows :Reason: unsafe use of @loader_path. How to resolve it? I ...
0
votes
2answers
810 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, ...
0
votes
0answers
97 views

Run app as root

I have an iPhone jailbroken and use the Xcode 4.6.1 ,SDK 6.1. I use the http://exilesofthardware.blogspot.com/2013/01/ios-run-application-with-root-privileges.html & test a very simple demo that ...
0
votes
6answers
153 views

Memory Management Confusion Objective C

Question 1 Place *place = [[[Place alloc] initwithCoordinate:location anotationType:CSMapAnnotationTypeStart] autorealease]; place.name = name; place.description = description; ...
0
votes
1answer
30 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"]]; } ...
1
vote
0answers
50 views

Detect UI actions outside of main thread

Note: This question is related to Warn on calls to UIKit from background threads but does not give an answer on two of the approaches below. I have a problem where the app screen blinks rapidly. I ...
0
votes
0answers
160 views

Phonegap archive in xCode 4.6 did not work / build broke

I am developing an app in Phonegap 2.1.0 Testing my app in the simulator and iPhone Device everything works fine. Preparing my app for the iTunes i got an error, when i want to archive. I got this ...
0
votes
0answers
45 views

What is the best way to copy sqlite file when its in use within an iOS app

I have an iOS app which use sqlite as the db and I want to copy a sqlite file when its in use. What is the best way to do this. Right now i am just copying the file using copyItemAtPath in ...
1
vote
1answer
49 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
46 views

Mastering xcode shortcuts [closed]

i'm looking for a way to definitely abandon my mouse during xcode sessions. In addition to the most commons (move around cursor, find, replace, buil&run etc..) I use some other basic shortcut: ...
4
votes
2answers
88 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
86 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 ...

1 2 3 4 5 29