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

  • SEARCH
  • Home
  • 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 8318149
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T21:51:36+00:00 2026-06-08T21:51:36+00:00

I am developing project in xCode 4.3 for Mac. Lately I have purchased new

  • 0

I am developing project in xCode 4.3 for Mac. Lately I have purchased new Mac with Lion, but before I have worked on Snow Leopard. My application connects to server and reads the file off the server and application runs according to what was displayed in the file.
The server however is the same machine where the application is running, so I connect with url calling either “localhost” or LAN IP. I have no problem with connection whatsoever.
The problem is when I change results in the file. X Code somehow remembers old results from few hours ago.
I cleaned application files from Product drop down menu in Xcode, I went to ~/Library/Developer/XCode/DerivedData and manually removed everything there and also opened the Organizer and deleted files from there. I believe they all do the same, however when I re-run application the result shown from server file is still old – unchanged. I call, this particular server file, from web browser and it is up to date – changed the way it should be.
Xcode must keep the results of this file somewhere hidden.
What step should I make to force Xcode reading files directly and not storing them somewhere?
BTW on Snow Leopard it worked perfectly fine with Xcode 4.1.

  • 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-06-08T21:51:38+00:00Added an answer on June 8, 2026 at 9:51 pm

    Instead of getting your XML string from the server using something like “[NSString initWithContentsOfURL:], try doing this:

    NSData* data = [[NSData alloc] initWithContentsOfURL:url options:NSUncachedRead error:&error];
    NSString *dataFromInternet = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];
    

    the answer for which I found by looking at this closely related question.

    The important thing is the “NSUncachedRead” bit in the options.

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

Sidebar

Related Questions

I have recently joined a new developing project building a thick client application using
i am developing a phonegap project in mac os with xcode. in xcode if
I've been developing everything with the Xcode 4.2 on leopard, I recently installed Lion,
I am currently using Xcode 3.2.5 for developing my project. But, i was very
I'm developing an iOS 4 application using latest SDK and XCode 4.2. I have
Developing a project of mine I realize I have a need for some level
I've been developing a school project in XCode. The final product has to be
I'm developing a new app but I've a little issue with Interface Builder... I've
I'm developing an iOS app with XCode 4.2 and latest SDK. I have added
I am developing a project with Xcode 4.1 using Subversion through Xcode's built-in source

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.