-7
votes
0answers
32 views

A custom app like clock app of ios6 [on hold]

Is it possible to create an app similar to the clock app in ios6? I have been googling a lot could not find any useful link. Basically I want to create an alarm app same as that used in clock I think ...
0
votes
0answers
14 views

Application Failed codesign verification in build on device

I have updated an app from xcode 4 to Xcode 5 and all of a sudden I an getting a warning that Application failed codesign verification, signature invalid, disallowed entitlement or not signed with ...
0
votes
1answer
37 views

Xcode error : linker command failed with exit code 1 (use -v to see invocation)

I am getting an error : ld: library not found for -lOCMock clang: error: linker command failed with exit code 1 (use -v to see invocation) Detailed error : Ld ...
0
votes
0answers
14 views

After App Updating From App Store My App shows Blank White Screen on device after launch Screen

i have uploaded my iPhone app on app store at last week if i download and install that app firstly it works fine but if i update same app with it's previous version it shows blank (White) screen ...
0
votes
0answers
20 views

AutoLayout fails, black background and autoresizing masks show up in any case

I made a UIView in a StoryBoard containing six UIButtons. I wrote some constraints to support landscape mode as well as portrait mode and put them in two different Arrays: portraitModeConstraints and ...
0
votes
0answers
15 views

Constraints in iOS 6 error: less than half size screen UIView disappeares in landscape

I have simple views as shown in the screenshot. When I rotate to landscape the red view disappears (note: if red view is more than half screen size everything is ok). Any idea how to fix this? ...
-1
votes
1answer
57 views

viewDidLoad method is calling again after setting nil to tableView in UITableViewController in iOS

I am using UITableViewController in my applicaton. While pop from tableview controller to back, i was setting nil to table view to deallocate the view controller from memory. its again calling ...
1
vote
1answer
42 views

I purchased iOS developer license for iPhone and I am not able to add Profile to my iPhone 5. Request Timed Out

When I connected my iPhone5 to my Mac after purchasing developer license, xCode recognized it and gave a button for 'Use iPhone for development'. I clicked on it but entered wrong password by mistake ...
0
votes
1answer
46 views

how to get auto layout to work in Xcode

I looked into http://developer.apple.com/library/ios/#recipes/xcode_help-interface_builder/articles/UnderstandingAutolayout.html but the explanations are pretty vague. I'm on iOS 6. I have a view ...
0
votes
2answers
52 views

IOS Scroll View Custom Scroll Bar

In IOS scroll view scrollbar are not show permanent. I want to implement this feature in my app. https://app.box.com/s/3dcddqgvilg5rifz0wf1 Any Idea how to implement this feature . Can I use Custom ...
0
votes
1answer
37 views

XCODE 4.6.3 & iPhone simulator v6.1

I have XCODE 4.6.3 installed but couldn't launch iPhone apps on iPhone 6.1 simulator. It crashed every time I'm trying to debug with phrase "The simulated application quit." I checked installed ...
-1
votes
0answers
27 views

Xcode 4.6 Reset all localization

So I was playing around with localisation in one of my projects. However now I want to start again properly but my Xcode project seems badly messed up. Is there anyway to reset all localization data ...
0
votes
1answer
27 views

Link error in iOS app

I am getting the following error framework not found -fobjc-arc while compiling an iOS app that previously worked fine. I have no idea what framework it cannot find. Does anyone know where I could ...
-2
votes
1answer
43 views

Apple Mach - O - Linker errors [closed]

when i try to add other linker flags i.e. -lsqlite3.0 -ObjC i'm encountering the following error: "_SecRandomCopyBytes", referenced from: "_kSecRandomDefault", referenced from: clang: error: ...
1
vote
2answers
56 views

ScrollView wont work im stuck for 7 hours trying to fix it

I have been trying to implement scroll view all day and watched as many as 30 tutorials (ok not that many but enough) and many text tutorials later but still won't work as everyone has different ...
0
votes
0answers
24 views

How to prevent iOS tests from failing after changing orientation of simulator?

I have a bunch of UI tests using OCUnit and OCMock, which run fine if the simulator is not up already or in Default (portrait). However, the same tests fail, if I start the tests with the simulator ...
0
votes
1answer
27 views

Access properties of an entity declared in .h file

I'm new to xCode and am trying to work with code I did not write. So sorry if this is a silly question! After running my code, I create Entities here (Entities is defined by Entities.h): Entities ...
1
vote
0answers
117 views

iOS AutoLayout not really working for views embedded into ScrollView

I'd like to embed views into each other (in the current case into a scrollview to allow displaying taller content than the screen's size) and use iOS 6.0's AutoLayout feature in order to avoid ...
0
votes
0answers
14 views

Build objectiveflickr for ios6 error

My project using objectiveflickr library, I am building the project on Xcode 4.6, targeting iPhone 5. When I run the project, I got this error: No architectures to compile for ...
0
votes
0answers
34 views

how to link UIcollectionView with different tableviews

In the app i'm trying to make i need to link each picture in the UICollectionView with a different UItableView , is it possible to do so? and how? Thank you
1
vote
3answers
90 views

disable autorotate on a single UIViewController in iOS6

I have a project using UINavigationController and segues working properly good, all of them rotate correctly, the thing is... I just wanna disable autorotation on a specific UIViewController, I tried ...
1
vote
3answers
84 views

Textview not able to move up when begin editing

I am having problem moving up my UITextview at the bottom. The UITextField is working properly but the UITextView is not working. Here is my code when press the TextView it pop up the toolbar. ...
0
votes
2answers
203 views

Why iPhone 4 with iOS 6.1.3 is not connecting with xcode 4.5 for testing purposes?

I am trying to connect my new iphone 4 with ios 6.1.3 with xcode 4.5 for testing my app built on ios 6.It is showing xcode does not support the device with this ios in the organizer window of xcode. I ...
0
votes
0answers
111 views

Displaying wrong height in 4-inch iPhone simulator

I'm using Xcode 4.6.3 and my storyboard looks like this , When I run the app in any other hardware configuration (All sizes, iPhones and iPads) it works perfectly except the 4-inch retina. It cuts ...
-1
votes
1answer
47 views

Accessing iOS6 text message database

I'm currently building an iPhone app where the user selects recent text message threads, and chooses which ones to upload to a specific website. Is it possible to write an app which accesses the ...
0
votes
2answers
127 views

Change Application Name

I have developed an iOS app, and it was already put into Apple Store. Now I want to change the name of my application. What are the things I need to consider & update in my xcode project if I ...
0
votes
1answer
130 views

iOS 6 UILabels show without formatting

*This is an iOS 6 Question. Since updating to [Redacted] when I build/run in iOS6 any of my UILabels that are set in Xibs and have their values set dynamically lose all formatting and become plain ...
0
votes
3answers
65 views

Reusing a View Controller with both push and modal segues

I have a View Controller that I want to re-use. I want to use it with a push segue when editing some data and I want to present it modally when adding new data. I do need a bar in the top with a ...
0
votes
1answer
59 views

How do you change the orientation to landscape only in IOS 6?

Please give me a detailed response. I am very new at programming. In my MainStoryboard_iPhone.storyboard, I created have a View Controller with some UIImageViews on it. In my attributes inspector of ...
0
votes
1answer
288 views

Xcode 5 to Xcode 4 Project Run [closed]

I have a project that I started in iOS SDK 6. I downloaded Xcode 5 Beta with iOS 7 and ran it successfully. However, to submit the project, I need to go back to SDK 6 and Xcode 4. When I do, I get ...
0
votes
0answers
33 views

Comparing core data models from archive files

I have an app that is in the App Store. We first launched v1.0 and have since had an update accepted as v1.1. The App uses Core Data and those who update experience a crash because the Core Data model ...
0
votes
2answers
42 views

Unable to change Product Name in Xcode

I am developing for iOS 6 on Xcode 4.6.1 Midway through my project I decided to change name of both the project as well as the app name. Changing the project name was pretty straightforward. As ...
0
votes
2answers
34 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 ...
1
vote
5answers
112 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.
0
votes
3answers
211 views

XCode: Stop Animating Activity Indicator after Executing a Method From Another File

Ok, this seems like it should be very simple - All I want to do is call my ServerConnect.m (NSObject), NSURL Connection Request Method, from my SignIn.m (ViewController) and stop the ...
0
votes
0answers
45 views

Change “DONE” button color when playing Youtube video embedded in UIWebView

I am using UIWebView to display Youtube video. Everything works fine but I want to change "DONE" button color to my custom color when the Youtube video is playing. I have googled but not solved yet.
0
votes
1answer
51 views

zooming on Mapview Crashes the app on iOS6

i am using mapview. when i zoomin on map it shows did recieve memory warning and crashes the app in iOS 6 devices .but its working fine in below versions. Its taking more memory when i zoom in but ...
0
votes
1answer
75 views

Mall Map Integration into iPhone Application

Hello everyone i am stuck into one problem. I am working on Application in which Mall Map required to integrate. I need to display Mall map like this: I have done proper r&d but not found any ...
2
votes
1answer
62 views

how could i integrate via me social site into iphone app

hi i want to integrate Via Me social site into my iphone app,i googled but didn't find any samples.Send me any links related to that, Thanks in advance
1
vote
2answers
295 views

presentModalViewController:animated is deprecated

I am getting a warning in XCode: 'presentModalViewController:animated:' is deprecated: first deprecated in iOS 6.0 on this line of code: [self presentModalViewController:initialSettingsVC ...
0
votes
0answers
47 views

wsdl2objC how to send two parameters to web service?// please advice

I can't to send two parameters,please advice -(IBAction)buttonClick:(id)sender { getDBSoapBinding *binding = [[getDBService getDBSoapBinding] ...
0
votes
0answers
49 views

Sidemenu with tabBarControllers in Storyboard

Hi Fellow iOS Developers, I am a newbie developing a project with 5 tab Views and on the first and second tabs I have slide out menus using Container views from example code by Michael Frederick on ...
0
votes
0answers
74 views

Program crushes intermitantly

I have created a new application based on a split view template with Core Data for ipad. When I am trying to run this app it crushes every second start with the simulator. In between it works ...
1
vote
1answer
174 views

Accessing Files Downloaded from Apple-Hosted In-App Purchase

I'm building an app which has non-consumable in-app purchases hosted on Apple's servers. I've been successful in getting my in-app purchases to download, but when I save them to the documents ...
10
votes
1answer
557 views

App receives SIGABRT on every second run

I'm experiencing that applications do crash on the Simulator every second time I run them. They receive an abort signal for some reason (See attached screenshot). It has been started recently, but I'm ...
0
votes
0answers
78 views

iOS how to animate layer when view is accessed by viewWithTag?

The code in the viewDidAppear method doesn't seem to work. If I add the bounds animation within the creation of the cell, the layer resizes appropriately, however when I access the cell after it ...
0
votes
1answer
50 views

Multiple Library and include files Error after the Update of Xcode

I uninstall my old version of xcode then I installed the new version xcode 4.6. On the old Xcode version 4.5 my project compiled well and normally. But after the update, I get errors in my libraries: ...
2
votes
3answers
139 views

How can I get my Table View in xcode 4.6 ios6 working?

I realize there are many posts like mine, but I still can't get the code working. Any help would be greatly appreciated. I don't have all of the methods I want to implement implemented, so dont' ...
2
votes
0answers
118 views

How to Run Xcode Project From Terminal in iOS Device?

I want to Install Xcode Project in to iOS Device thru Terminal.I know how to Build Application using xcodebuild clean install this command.I want to launch app in device.Please can any body help me in ...
0
votes
0answers
74 views

Top offset of TableView embeded in Navigation Controller in storyboard

I have custom TableViewController with plain style Table View and it is embeded in Navigation Controller. I use Refresh Control on the table view and Black Translucent style of the navigation bar and ...

1 2 3 4 5 19
15 30 50 per page