252
votes
9answers
63k views

File is universal (three slices), but it does not contain a(n) ARMv7-s slice error for static libraries on iOS, anyway to bypass?

I upgraded Xcode version and when using external static libraries, I get this message: ld: file is universal (3 slices) but does not contain a(n) armv7s slice: /file/location for architecture ...
114
votes
12answers
35k views

Could not change executable permissions on the application

Just updated to iOS 6 sdk and latest Xcode and get this when trying to build to my 3gs. I 've added armv6 under valid architectures? "Could not change executable permissions on the application"
61
votes
1answer
14k views

Log Messages I didn't asked for in Xcode 4.5 with iOS 6.0

since I updated Xcode to Version 4.5 and started building for iOS 6 log messages like this keep appearing: ADDRESPONSE - ADDING TO MEMORY ONLY I never asked for that (at least not consciously). ...
55
votes
3answers
30k views

whose view is not in the window hierarchy

Just started using Xcode 4.5 and I got this error in the console: Warning: Attempt to present <finishViewController: 0x1e56e0a0> on <ViewController: 0x1ec3e000> whose view is not in the ...
42
votes
14answers
36k views

How to force a UIViewController to Portait orientation in iOS 6

As the ShouldAutorotateToInterfaceOrientation is deprecated in iOS 6 and I used that to force a particular view to portrait only, what is the correct way to do this in iOS 6? This is only for one ...
32
votes
3answers
13k views

Sharing with iOS 6.0 native Facebook integration: “Posted via my app name”?

I have just integrated facebook into my app via ios 6 but I have an issue when posting on my wall. It simply says "post via ios app". I want it to say "posted via the app name". I have made an app ...
27
votes
2answers
7k views

dyld: Library not loaded different behavior for 6.0 simulator/6.0 device

My app runs fine on the iPhone 6.0 Simulator in Xcode, but when I try to run it on my 6.0 device, I get the following fatal error: dyld: Library not loaded: ...
27
votes
11answers
12k views

Xcode 4.5 no such file or directory - libCordova.a

clang: error: no such file or directory: '/Users/admin/Library/Developer/Xcode/DerivedData/_TESTING_-fzbkvdbnndieeagphtjhdndiyttl/Build/Products/Debug-iphoneos/libCordova.a' How do I get this a ...
25
votes
1answer
894 views

UICollectionView for Springboard like folders

I am trying to achieve the following effect: A UICollectionView displays a grid of cells for a parent type of object, e. g. a photo album. When I tap one of these items, I would like to scroll that ...
24
votes
5answers
12k views

New image name for iPhone 5

With the retina we make images with the @2x in the name. I see where the default image has to be default-568h@2x but this does not seem to be the case for other images. Like if my background is bg.png ...
21
votes
3answers
14k views

UIRefreshControl iOS 6 xcode

Does anyone have a short example of how to implement the new UIRefreshControl into xcode. I have a UITableViewController which displays Tweets, want to be able to pull down and refresh.
21
votes
5answers
26k views

Interface orientation in iOS 6.0

How to use the following methods to support interface orientation in iOS 6.0: shouldAutorotate supportedInterfaceOrientations preferredInterfaceOrientationForPresentation As ...
20
votes
4answers
19k views

shouldAutorotateToInterfaceOrientation is not working in iOS 6

In iOS 6 shouldAutorotateToInterfaceOrientation is not working but it work fine in iOS 5.0 or 5.1. What should i need to change in iOS 6. Here is my code - ...
18
votes
5answers
7k views

Undefined symbols for architecture armv7 when using ZXing library in XCode 4.5

What I am trying to do Integrate Zxing, QR code reader framework, in my iPhone project. I checked out ZXing sdk from here. I ran the sample project coming with ZXing, named ScanTest, without any ...
17
votes
2answers
9k views

Keep getting error messages when compiling newest version of admob on IOS6 SDK

I've downloaded the newest version of googles admob sdk. But now I keep getting the following error when compiling in xcode 4.5 with the latest sdk. Undefined symbols for architecture i386: ...

1 2 3 4 5 62
15 30 50 per page