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 9277593
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T17:08:47+00:00 2026-06-18T17:08:47+00:00

I have the following NSURL string and I am trying to use the variables

  • 0

I have the following NSURL string and I am trying to use the variables to point to a user specific web page to Parse JSON from, What I would like to be able to do is get the information from a UILabel and have it go in the end of URL like so:
NSData* carData = [NSData dataWithContentsOfURL: [NSURL URLWithString:[NSString stringWithFormat:@"http://10.0.0.234:8880/%@", *label.text ]]];

But I can not seem to be able to do this as “Cannot Pass object interface type ‘NSString’ by value to variadic method; expected type from format string was ‘id’

EDIT: I need this to be able to request a ‘username’ (cellphone number) from the User in a settings menu and I need to be able to call up this info to be at the end of the URL eg ‘www.example.com/01223445

If someone could point me in the right direction, it would be greatly appreciated

  • 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-18T17:08:48+00:00Added an answer on June 18, 2026 at 5:08 pm

    “Cannot Pass object interface type ‘NSString’ by value to variadic method; expected type from format string was ‘id'”

    Why are you using *label.text ? Which will translate into *(label.text) which is a dereferenced NSString. Which is exactly what the compiler is complaining about.

    You need to do [NSString stringWithFormat:@"http://10.0.0.234:8880/%@", label.text ]] to get rid of the error. (without the *)

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

Sidebar

Related Questions

I have saved an html page using the following line of code : NSURL
I am trying to parse data from a xml web service but I am
I am attempting to connect to a web page and return a JSON string.
I have following string , which i want to append with NSURL and after
I have the following string that I am passing into [NSURL URLWithString:] and getting
So I have the following code: NSURL *baseURL = [NSURL URLWithString:@http://www.baseurltoanxmlpage.com]; NSURL *url =
I have the following code to download an image: imageRequest = [ASIHTTPRequest requestWithURL:[NSURL URLWithString:magazineItem.contentURL]];
I have following div in a page (I can not modify). <div id=:0.control>Click me</div>
I have the following method that I use to create a NSMutableURLRequest with custom
I'm trying to convert the following NSString api call to a NSURL object: http://beta.com/api/token=

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.