Tagged Questions
0
votes
1answer
26 views
Working With UITabBarControllers, what's the best way to pass data when unable to use segue?
I need to return a specific instance variable(an object) of theFirstViewController(first tab) to theSecondViewController(second tab) so I am not using a segue.
What is considered best practice for ...
0
votes
1answer
276 views
ignoring file [path] missing required architecture i386 in file
I'm quite new to Xcode and Iphone development and ran into the following problem:
I opened a new project and added *.h and a *.a files (which I recived from a certain device vendor).
I get the ...
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 ...
1
vote
2answers
140 views
How to create a Fat Binary with armv6,armv7 and armv7s
I want to support my app in all the older versions of iOS as well as new. In the recent Xcode versions support for armv6 is dropped. How can I build my app to support for armv6 ? Do I need to ...
0
votes
0answers
95 views
Hide/Show UITableView on Button touch
I Have one Screen in which i have to hide or show UITableview on button touch.
This single button have two diffrent image which is change by button click.
I had tried with this code.
- ...
0
votes
0answers
41 views
Synchronization between play/pause toggle button and repeat (loop) button is disturbed
When play/pause toggle button is pressed to play audio file and then if you press repeat (loop) button then there is no synchronization between play/pause and repeat(loop) button. Otherwise both ...
1
vote
1answer
54 views
UITableView controller removes custom NavBar TitleView
I have a bit of code that allows me to customize the Navigation Bar title of a view to allow for shrinking / truncating of long titles. The code works fine almost everywhere, however when it's used ...
0
votes
0answers
89 views
SCM configuration issues with XCode 4.5.2
I am using XCode 4.5.2 and finding lot of issues with SCM integration. All my code files show ? or A or at times both ? and A. After I right click and choose "Update Selected Files" from source ...
0
votes
1answer
61 views
Automated detection of deprecated SDK methods in iOS/OS X and XCode 4.5?
Just by accident, I saw that presentModalViewController:animated: is listed as deprecated in iOS 6.0, but it doesn't seem to generate any warnings in XCode 4.5 when I deliberately include code that ...
1
vote
1answer
3k views
Undefined symbols for architecture i386: “_OBJC_CLASS_$_ZipException”, referenced from: error
I'm using a few '.o' files in my project and while compiling it shows the following error,
error:linker command failed with exit code 1 (use -v to see invocation)
I had posted the error log below
...
2
votes
2answers
349 views
objective c class method returned value, assigned to weak/strong properties
I'm facing a bit of a confusion involving weak and strong properties. For the sake of brevity I won't include the entire code.
I created a class convenience method which returns a UIView object, and ...
2
votes
4answers
2k views
iOS Xcode connecting to MySQL database
I'm currently making an iOS App for my school, and have no previous experience with iOS programming. However, I do have experience with HTML/PHP/MySQL.
Currently we have a basic tab bar application ...
0
votes
2answers
124 views
Using the allocations in the Instruments tool
I am using the Instruments tool to find the Leaks in my application. While checking the Leaks in my application, I am able to see the Allocation tab too.
So far, I never used that allocations tab in ...
0
votes
1answer
66 views
Application crashes because it is unable to create NSPersistentStoreCoordinator with a nil model
I created a single view application that was running fine, but when I add core data in it just by copying the same code that Xcode generates in Empty Project using Core Data.
But my application ...
4
votes
0answers
515 views
object file format unrecognized, invalid, or unsuitable xcode
I know other similar questions have been posted, but none of those solutions worked for me. Updated to Xcode 4.5.1 from 4.3.3 today. Got this error:
...
1
vote
1answer
113 views
Is there a tutorial somewhere about designing a really large view and put it in scrollView using storyboard
The question may be similar with
Designing inside a scrollview in xcode 4.2 with storyboards
but none of the answer there makes sense at all.
Okay I created a new controller and I added a ...
0
votes
3answers
212 views
How can i update iPhone from iOS 4.2 to 4.3 to test with it?
I would like to know how can i update my device from iOS 4.2 to 4.3 to test with it using XCode 4.5 because that version of XCode doesn't allow to test in 4.3? if it's not possible, is there any ...
0
votes
3answers
539 views
Can't find mapping model for migration - UIManagedDocument Core Data Migration
I have two versions of my model Model001.xcdatamodel and Model002.xcdatamodel. These two are in the Model.xcdatamodeld bundle.
I also have a Model001to002.xcmappingmodel which is not part of the ...
0
votes
0answers
2k views
libc++abi.dylib: terminate called throwing an exception while trying to play .aif file
I am going to play .aif file using AVAudioPlayer, and changing its sample rate of playing. My code is attached:
soundFileData = [NSMutableData dataWithContentsOfURL:[NSURL fileURLWithPath:[[NSBundle ...
