I followed the other questions on StackOverflow and made custom User Templates. Instead of replacing the factory default Cocoa class template, I have to pick a new user template.
The order that is shown in XCode's New File dialog box is:
iPhone templates first (great if you mostly do iphone development)
Second the User templates
Third the…
I have been an iphone developer for a while, and I have recently been including git in my workflow. I have used git settings found on http://shanesbrain.net/2008/7/9/using-xcode-with-git for my workflow so far.
Those settings tell git to exclude *.pbxproj from merges? Is there a real reason for doing this? For example, when I add a file…
I am working on setting up CI for my iOS application and I am facing some issues.
Where is a good place to find documents on Bot? I have seen the Xcode
help but cant find any good example, also watched the CI video from
2013 conference
How do i create a custom trigger script, so every time a developer
commits their code it will…
I'm beginning to code in xCode 5 and I'm doing a really simple app. I just began and, when I try to test my game with iOS Simulator, the main page opens, but when I click on the button to launch the game, I'm redirected to xCode and this appears:
#import "AppDelegate.h"
#import "AppDelegate.h"
int main(int argc, char * argv[])…
I know this is a fairly contentious issue amongst programmers, but when developing I like my IDE to position the opening curly bracket underneath the method/interface/control declaration, for illustrative purposes: -
This is how Xcode automatically generates skeleton methods with the { at the end: -
-(void) isTrue:(BOOL)input {
…
I've used other IDE's in the past but am new to Xcode. I'm trying to bring in a bunch of C code from an open source project. I've imported them into a new Group and the .c files all show up under Implementation Files and the full list of files shows up in the Groups/Files group as well as my project directory in the finder. When I…
Hello,
I'm using WebDrive to map a drive letter to a WebDAV share running on Subversion with the SVNAutoversioning flag enabled. The Subversion server is running CollabNet Subversion Edge with LDAP authentication.
When trying to connect using WebDrive, I get:
Connecting to site myserver
Connecting to http://myserver/webdrive/…
Hi,
I'm creating ignore list in a windows machinge using following:
svn propset svn:ignore "bin" Fardis.Test
directory structure is:
src\
src\Fardis.Test\
src\Fardis.Test\bin\
src\Fardis.Test\obj\
I'm running that command while my currecnt dir is src. This works good but I want to add another more folder (obj) to ignore…
I'm trying to get a third party audio library (STK) working inside Xcode. Along with the standard .h files, many of the implementation files include a file called SKINI.msg. SKINI.msg is in the same directory as all of the header files. The header files are getting included fine, but the compiler complains that it can't find…
i've got ubuntu installed with lamp.
im using webdav to upload/download files to/from the ubuntu web server, after i have edited the php source files in netbeans. however, i wonder what is best practice for editing source files and committing these changes to the new website.
cause if we are 2-3 developers, i guess we have…
I'm using CentOS Linux 5.8 as a web server and tortoise SVN for synchronizing version of our code. We write the code in Windows 7 professional 64BIT with NetBeans and NotePad++.
I'm committing the code files (.php) from the Linux Shell by this command:
svn co svnFolder serverFolder --username **** --password ****
The…
I work with a team on an Android project using Eclipse IDE, we need to use a version control and we need to access the repo remotely, I have no experience using or installing servers, a little experience using SVN on Windows, but I still have problems connecting to it remotely.
I need to use no-ip.com to change my IP,…
I went through Unable to browse repository after setting visual SVN Server and tried to implement the answer suggested but even the IP address is not solving my problem.
I have
1) Turned off firewall
2) Set the directory C:\Program Files (x86)\VisualSVN Server security rights to "full control" for all groups…
I am working on a project in mixed environment (win, cygwin, linux) which is on a "shared ntfs drive". I am the sole user there for this project is not really duplicated for multiple users.
The main issue I am facing is that the original svn project import was done with a cygwin path like "/cygdrive/z/path…
I'm following a tutorial for creating an animation using Xcode Version 4.5.2 in Mountain Lion 10.8.2. When trying to build the code below, I get a Parse Error Unexpected '@' in program showing up for the 'hopAnimation=' line. While searching, I have found examples that build simple animations in a different…
Hello everyone!
I'm trying to use DevIL with XCode but I can't get it to work.
I tried using the "standard" method by doing "configure make make install" and using #import <IL/il> but it doesn't work. It identifies the library but I still get some compiling errors:
Ld…
My apologies if this has been asked before, I wasnt quite sure if this question should be asked on a programming forum, as it more relates to programming environment than a particular technology, so please accept my (double) appologies if I am posting this in the wrong place, my…
When I run a refactor on my code in xcode, all the files are correctly refactored except one, and when I click to check the changes made in that file, the following 'Internal Error Occurs':
Uncaught Exception:
Invalid parameter not satisfying: fileName
Stack Backtrace:
The…
I am trying to make an iphone app in xcode that uses pjsip. The problem is I don't know how to link the libraries.
I have the ARM version of the libraries in this folder in mac os x.
/Users/kudorgyozo/pjsip_iphone
In Xcode:
I have specified the library and header search…
I am trying to create a static library in xcode and link to that static library from another program.
So as a test i have created a BSD static C library project and just added the following code:
//Test.h
int testFunction();
//Test.cpp
#include "Test.h"
int…
I am trying to create a static library in xcode and link to that static library from another program.
So as a test i have created a BSD static C library project and just added the following code:
//Test.h
int testFunction();
//Test.cpp
#include "Test.h"
int…