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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T13:56:56+00:00 2026-05-11T13:56:56+00:00

I am working through the Stanford iPhone class and I can’t figure out why

  • 0

I am working through the Stanford iPhone class and I can’t figure out why I am getting a compiler warning. I assume I need to cast my object to NSString, but I get an error when I try to do so. The code runs and gives me the expected output, but the warning bothers me.

NSLog(@'lowerCaseString is: %@', [object lowercaseString]); 

This runs with the warning: ‘NSObject’ may not respond to ‘-lowerCaseString’

NSLog(@'lowerCaseString is: %@', [(NSString)object lowercaseString]); 

This throws an error: conversion to non-scalar type requested

  • 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. 2026-05-11T13:56:57+00:00Added an answer on May 11, 2026 at 1:56 pm

    I believe this will do what you need:

    NSLog(@'lowerCaseString is: %@', [(NSString *)object lowercaseString]); 

    Note I just added a * to your second line of code to make a pointer to NSString.

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

Sidebar

Related Questions

I'm working through the Stanford iPhone podcasts and have some basic questions. The first:
Hi I'm working through the Stanford iOS development class. I have a question regarding
I'm working through the Stanford iPhone programming course online. The Presence app assignment pulls
I've been working through the Stanford iPhone Coding course and currently hooking into the
Working through the NerdDinner Tutorial , I'm trying to figure out a good way
I am working my way through the Stanford Fall 2011 iOS course: http://www.stanford.edu/class/cs193p/cgi-bin/drupal/ I
Currently working through a Teach Yourself WPF tutorial. Usually I can mentally convert from
I'm working through the CS193p Stanford iOS course and am nearly done with Assignment
I have been working through the CS106B course from Stanford, and while completing the
I'm working through some Prolog tutorials (nothing better to do and I found out

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.