Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6745621
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T12:13:37+00:00 2026-05-26T12:13:37+00:00

I have an Xcode 4 project that uses the Google Analytics SDK. The SDK

  • 0

I have an Xcode 4 project that uses the Google Analytics SDK. The SDK includes two libraries with the standard .a extension. Xcode 4’s built in SVN system is set to automatically ignore .a files which is a problem for me (I need them in the repository and can’t ask everyone that uses the repository to install the files manually).

So can you prevent Xcode from ignoring .a files? (I’ve tried right clicking the file -> Source Control -> Undo Ignore but absolutely nothing happens as a result).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T12:13:38+00:00Added an answer on May 26, 2026 at 12:13 pm

    It depends on how XCode is currently ignoring the file. Generally I find that it is ignoring it by choice, e.g. it has never even added it to version control and will not give you the option to add it. In which case you can open up a Terminal, navigate to your projects directory and execute something like:

    svn add pathto/file/name
    

    e.g.

    svn add Project/AddedLibraries/libsdl.a
    

    XCode should then happily version control this, if you switch back to XCode and look it should be flagged with an ‘A’ to add.

    If XCode is really ignoring the file, e.g. it was in version control but changes are no longer commited, then you need to:

    svn propdel svn:ignore pathto/file/name
    

    This will simply return an error if the property is not set. You could also execute:

    svn propdel svn:ignore -R
    

    to remove the ignore flag lock stock.

    There is one other possibility. Subversion is configured centrally under the miscellany section to ignore that file. Look in ~/.subversion/config. A section could look something like this:

    [miscellany]
    
    global-ignores = .*~ *~ .#* .DS_Store *.pbxuser *.xcuserdatad xcuserdata *.mp3
    

    Should you get a warning from svn about lacking an editor the following should help:

    By default it should look for the unix environment variable “VISUAL”, failing that it will look for “EDITOR”. Personally I’m a vim guy, but you may prefer nano or emacs. Either way set the environment variable appropriately in your shell. This will set it for your current shell session only:

    export VISUAL=/usr/bin/vim
    

    To set it more permanently, do it to your .bash_profile in your home directory:

    VISUAL="/usr/bin/vim"
    export VISUAL
    

    you will need to close and reopen your terminal window if you do the latter. If you’re unsure of the path to the command you want use which, e.g. which nano.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Xcode project that uses git for version control. I have a
I have an Xcode project, just the standard hello world app that comes with
I have a static library Xcode 4 project that includes a home-brewed rendering engine,
I have an iPhone app (in XCode 4) that uses the standard Tab Bar
I have an Xcode project (for an iPhone application) that uses cocos2d. I have
I have a project that uses SystemConfiguration.Framework. I've been using xcode, where adding the
I have two frameworks in my Xcode project that both define a class with
Situation: I have an Xcode project based on the Navigation-Based-Application template. So that means
I have an XCode 4.2 project that I've been working with all day just
I have a 3.1 xcode project that has been running my app just fine

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.