xcode4.6 Questions
5
Solved
I've been doing only iOS development and never made an OSX app. In the iOS project I'm working on now I see that suddenly Xcode thinks it's an OSX project. The all my framework files are shown in r...
11
Solved
I'm using Xcode 4.6.1 to code on Objective-C. I want to know how can I keep the navigation bar shown when I create a modal segue between 2 View controllers, because I'm doing the segue in the story...
Polik asked 28/3, 2013 at 18:14
6
Solved
My old name consisted of a camel case type name similar to this
MyApp
I then changed it to
Myapp 'notice the A is now non-caps'
I changed this by clicking MyApp name in the navigator menu and ...
4
I cannot symbolicate OS X (not iOS) crash logs from testers and users using XCode 4.6 . The crash logs cannot be dragged into the organizer, and the organizer does not show any crash logs from ~/Li...
Cary asked 5/7, 2013 at 18:45
10
I have an iOS app on Xcode 4.6 and when I recently tried to build and run in the iPhone 6.1 simulator I got a "Mach-O Linker Error." It continued to say:
ld: 17 duplicate symbols for architecture ...
3
Solved
I am trying to debug a quicklook plugin in Xcode 4.6. I have created the executable in Edit Scheme.
Now, when I build the project the plugin is not installed to the "/Library/Quicklook" p...
7
Solved
When trying to compile my project I am getting this error and am wondering if anyone knows how to fix it?
I've read every answer on SO and elsewhere on the internet pertaining to this kind of lin...
7
Solved
I get the error
GooglePlus/GooglePlus.h file not found
when I try to build the project. I just added the Google Plus framework into the project, and after that, I tried to import the framework i...
3
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 butto...
Normative asked 8/4, 2013 at 14:45
3
Solved
I'm trying to convert my iOs project to use ARC but am receiving a lipo error below is the command and error
Command:
CreateUniversalBinary /Users/samichaudry/Library/Developer/Xcode/DerivedData/...
Foucquet asked 29/4, 2013 at 1:30
4
Solved
I've run into a slight complication with a project and need some assistance.
I recently purchased a Mac Mini and wish to begin working on some of my app projects from it. So I copied my files from...
Jeffereyjefferies asked 5/7, 2013 at 19:35
2
Solved
I'm trying to use the C++11's std::thread class to run a member function of a class to execute in parallel.
The header file's code is similar to:
class SomeClass {
vector<int> classVector;...
3
Solved
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 ge...
Bystreet asked 1/3, 2013 at 10:29
2
Solved
i have installed the new iOS 6.1 and Xcode 4.6, and now i have some warning of enumeration in my code, i can't resolve this:
[UIView animateWithDuration:0.4
delay:0.0
options:UIViewAnimationCurv...
4
I downloaded boost 1.53 and extracted to Users/user/Desktop/boost_1_53_0
I successfully built boost as static libraries following instructions at: http://libcinder.org/docs/v0.8.5/_cinder_boost.htm...
Stook asked 27/5, 2013 at 5:33
6
I am developing an ios phonegap application. For registration i use phonegap facebook plugin. It worked fine for the first time. But now when i try to register it isn't working. I haven't changed a...
5
Solved
Tried copying over the iOS 7.0 Simulator to the Xcode 4.6.3 bundle in the correct location. It does show up in the Device List, and the simulator starts, but then pinwheels.
I had to hard stop the...
Rosado asked 9/7, 2013 at 18:56
9
Solved
I just updated to Xcode version 4.6.2 (4H10003) and tried to run a previously working application project in the simulator and received the following error and the build failed.
PCH file built f...
3
Solved
I have XCode version 4.6.3 and have just recently upgraded the OS on my iPhone 4 to iOS 7. When I try to run my code on my device I get the following error:
Xcode cannot run using the selected d...
1
Xcode's auto-completion is often getting in my way by giving me argument placeholders when I already have them. Here's an example:
I want to change that second MoveToPoint to AddLineToPoint, so ...
Bagpipe asked 30/6, 2013 at 14:37
6
Solved
XCode:4.6 Lion:10.8 IOS 6.1 error: SBTarget is invalid , how to solve this?
2
I did some searching and the answer is still unclear to me. I am trying to create an instance of a UISearchDisplayController inside a TableViewController (TVC).
In the header of my TVC, I declared...
Mooncalf asked 28/5, 2013 at 21:30
1
Solved
I'm getting the famous error:
Failed to get token, error: Error Domain=NSCocoaErrorDomain Code=3000 "no valid 'aps-environment' entitlement string found for application" UserInfo=0x413be0 {NSLocali...
3
Solved
I've recently upgraded from Xcode 4.3 to 4.4 and I'm about to bash my screen in with frustration.
The problem I'm having is with the code completion. As I type a variable or method name, the compl...
3
Solved
Since I installed XCode 4.6, it keeps on downloading the Doc Set each and every time I open it. I've seen a lot of threads talking about this topic, so I tried to manually install the doc set in th...
Prevot asked 24/2, 2013 at 14:6
1 Next >
© 2022 - 2024 — McMap. All rights reserved.