Xcode 4 is the main development tool for developing software under Mac OS X, targeting Mac OS and iOS.
0
votes
0answers
28 views
Create an iOS apps to read data from mySQL and show image
First of all, I create a database, I want to create an apps for my iPod, which can firstly download all of the image from my server, then my host computer (say my PC), choose the index of an image, ...
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
38 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 ...
1
vote
0answers
9 views
How to clone a project with Xcode to a local volume
I am attempting to clone an XCode project using the Organizer. I am following the example apple gives to a tee ...
0
votes
1answer
11 views
xcode not building 2nd target of project
I downloaded an xCode project that has 2 Products
- a libary
- a demo which uses the library
When I do a build, it just builds the lib.
When I do a run, same thing, it just builds the lib.
how do I ...
0
votes
1answer
17 views
Shortcut for 'Edit All in Scope' feature
I have a qeuery about XCode IDE. In XCode there are a numerous features available for the devcelopers. Most of the developers are unaware of some features. Such a feature is editing variables or codes ...
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
5 views
In Xcode 4.6.2 iOS I'm getting 3 Dependency Analysis Multiple Buildd Command Warnings. Why?
Warning: Multiple build commands for output file /Users/Peter/Library/Developer/Xcode/DerivedData/Plastic-elbkklqplllhcmbttzpcwqphwnvn/Build/Products/Debug-iphonesimulator/Plastic.app/Default@2x.png
...
0
votes
1answer
33 views
No member named 'bind" in the namespace of std error
The following codes can run very well in WINDOWS and LINUX but fail in MAC:
template <typename T>
inline bool similar_fun(const std::vector<T> &a, const std::vector<T> &B, T ...
0
votes
1answer
18 views
OpenGL error in cocos2d
glDisable(GL_TEXTURE_2D);
glDisableClientState(GL_COLOR_ARRAY);
glDisableClientState(GL_TEXTURE_COORD_ARRAY);
_world->DrawDebugData();
// restore default GL states
glEnable(GL_TEXTURE_2D);
...
0
votes
1answer
16 views
Boost Test output in xcode 4
I am trying Boost.Test for the first time in Xcode 4. I could get the tests given in this example running well. Of course, I had to add #define BOOST_TEST_DYN_LINK in addition to what's given in the ...
0
votes
2answers
33 views
Xcode project crash in iPhone Simulator without reaching didFinishLaunchingWithOptions
My app is crashing about 49 % of the time when running in the iOS Simulator. I have tried to reinstall Xcode, but it is not working.
I'm running Xcode 4.6.2. Help? It works great debugging on a ...
0
votes
2answers
9 views
Key to hit “Replace All” button in Xcode?
I'm using Xcode 4.6.2's in-file find and replace feature. When programming I don't like touching the mouse if I can help it, so I tab around to enter the find and replace text. Now I want to hit a ...
0
votes
0answers
18 views
XCode 4 Python Debugging
I have followed the steps in this thread and have successfully created an environment to develop Python scripts.
The only problem I am having is that upon running the script, it does not let me input ...
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 ...
2
votes
3answers
52 views
Xcode: How to change all fonts at once in an app?
I was wondering if it was possible to change the fonts on about 100 different viewcontrollers all at once? It would be a lot eisier than going through one by one and changing them. Any ideas? Thank ...
1
vote
2answers
36 views
boost::shared_ptr vs std::tr1::shared_ptr on multi os compilation
I have maintained different code for browser plugin(c++) for windows and mac system. The difference of the code is only for shared pointer.
In windows version I am using std::tr1::shared_ptr and on ...
0
votes
0answers
18 views
Using GCDAsyncSocket in iOS
i am a total newbie to iOS and was implementing SocketConnection using GCDAsycnSocket.
using this project from Github here. But I'm using storyboards, so I'm not quite sure where to add the ...
0
votes
0answers
30 views
Undefined symbols for architecture x86_64 in XCode 4.6.2
I'm trying to write my first program using the OpenCV library. I'm using XCode 4.6.2 as IDE and I've already followed lots of tutorial to set up everything. This is my little piece of code
#include ...
0
votes
0answers
13 views
iPAD is not getting listed in the xcode to run the application.
Not sure where i am comitting mistake.
1) I have Xcode 4.6 installed,
2) Got a new iPAD for my team, and got the new provisioning profile by adding this device id.
3) Installed, and it worked, i ...
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
0answers
7 views
Xcode4 build variables and config && make components
I have a working Xcode4 (c++) project (https://github.com/apiaryio/snowcrash).
I have a working "config && make" style library (https://github.com/schuhschuh/gflags).
I would like to add the ...
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
115 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 ...
1
vote
2answers
36 views
Call NSTextview complete: in menu?
I want to add a Complete menu item like TextEdit in Edit menu, but First Responder has no complete: action. How do I link it?
Thanks and regards,
7
votes
3answers
576 views
Simple app crash on iPhone simulator/ Mac OS 10.8.4
This morning, after updated the Mac OS on my Mac to 10.8.4, I wrote some code the Xcode 4.6.2 then pressing the Run button to compile. (You know, I don't have stop the simulator, just press the Run ...
0
votes
1answer
13 views
How can I make the semicolon automatically jump to the end of the line
In xcode I often find myself using the ; series of keys. Is there a way to make the ; jump to the end of the line and then insert a ;?
0
votes
1answer
30 views
Make Xcode editor transparent?
I am used to using iTerm for most of my programming work, but with iOS, Xcode really is the superior tool. However, I have grown very accustomed to working with a transparent terminal. Is there anyway ...
0
votes
1answer
21 views
svn crashed (the server was destroyed), how can I rebuild repository in terms of the locale source code?
Unfortunately, my svn server's disk was destroyed and all the code is missing. I set up a svn server with a new pc. Now I wanna to know if I can restore the repository in terms of the locale source ...
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
15 views
Custom NSButtonCell and AutoLayout Constraint
There seem to be a problem with the frame argument in @selector(drawBezelWithFrame:inView:) for NSButtons when used with constraints and auto layout.
Without constraints these are the height of the ...
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 ...
3
votes
0answers
71 views
Code works correctly if compiled with a Makefile, it crashes if compiled with XCode
I'm experiencing a strange problem in one of my projects. My code base depends on an external library, which contains a class named Dataset. The Dataset class privately inherits from ...
0
votes
0answers
32 views
Xcode 4 autocompletes “vector” to “std::__1::vector” when “using std::vector;”
Whenever I have using std::vector; in my translation unit, Xcode autocompletes vector to std::__1::vector. The same is true for all the other classes I've tried from the std namespace.
This is very ...
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 ...
0
votes
1answer
34 views
Xcode 4 Storyboard (Storing Texts and Random Display in View Controllers)
I am new to apps building with the Xcode 4 Storyboard. I now stuck in figuring out
1. How to store a list of texts - short phrases (data) then,
2. How to display these texts randomly in the ...
0
votes
0answers
20 views
Xcodebuild output file name
I'am building a Cocoa Library in C++ using XCode4. I wonder if there is an option in the commandline xcodebuild to change output file name other than the project name.
xcodebuild -sdk ...
6
votes
1answer
194 views
How to show objective-c description in xcode
I have a question about the "Show Summaries" feature in Xcode which this guys is talking about.
Currently, I implement description and debugDescription in my Objective-C classes to that I can just ...
0
votes
1answer
12 views
Multi File Diff in Xcode 4
Is there a way I can show a diff/compare window like the commit window but not based on the most recent commit, rather an older commit?
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
0answers
82 views
Jenkins running xcode unit tests not working
I'm trying to configure CI with Jenkins for Xcode. I'm getting the following error in the console. The tests are running and I get a test output with JUnit. However it still says that it cannot ...
4
votes
1answer
120 views
Very Slow Random Number Generation using dev/urandom on Mac OS 10.8
I am writing a program that uses Paillier Cryptosystem to encrypt a matrix. To encrypt a 50 x 50 matrix it takes about 12 seconds! That's painfully long considering I intend to encrypt matrices of ...
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
26 views
Trying to use Dave DeLong DDFileReader Class
I'm trying to use Dave DeLongs DDFileReader Class but I'm getting an error while building.
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_DDFileReader", referenced from:
...
0
votes
2answers
39 views
Show class methods in objective c
In java if you write myInstance.(list of methods here) you get a list of all methods, but in objective c you write [myInstance (method)] and you have to write a character to see all methods who starts ...





