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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T07:29:47+00:00 2026-06-16T07:29:47+00:00

I am trying to debug my iOS app using lldb and I’m getting really

  • 0

I am trying to debug my iOS app using lldb and I’m getting really weird errors on debug.

A few lines before my breakpoint, I’ve got:

CGRect frame = view.frame;

Which I can access with no problems with print frame command in lldb. However, when I try to access the frame again in lldb, I type print view.frame and get the following error:

error: property 'frame' not found on object of type 'UIView *'

This doesn’t make sense as I can verify the view is a UIView* instance and has a valid property called frame by typing po view and getting correct results:

(UIView *) $4 = 0x1e199bf0 <MyAppCustomView: 0x1e199bf0; frame = (3398 3396; 204 208); layer = <CALayer: 0x1e199ce0>>

This particular lldb error happens to me a lot, and I couldn’t find the cause of this error. Someone suggested at Property 'count' not found on object of type 'NSMutableArray *' PO command in lldb that one could use gdb as (gdb) p view.frame but I’m getting error: '(gdb)' is not a valid command. and I highly suspect that a gdb command would “work?” inside another debugger anyway.

Any suggestions or workarounds for this bug which occurs randomly?

  • 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-16T07:29:49+00:00Added an answer on June 16, 2026 at 7:29 am

    Dot notation for message sending is not supported in lldb when using Objective-C. Use bracket notation and cast the result to CGRect:

    p (CGRect)[view frame]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to debug an iOS app and I'm having problems with lldb in
I am trying to debug a few regular expressions using: perl -Mre=debug file.pl The
I am trying to debug a multi-threaded Android app on a 2.3.6 device using
I am trying to test an app on my iOS 4.2.1 device using XCode
I'm in the process of learning iOS development and app submission process. Before trying
I'm developing an ecommerce iOS app by using magento api. Currently I'm trying to
I'm getting the following error while trying to run an iOS app I'm developing:
I'm trying to install my iOS app on to my device running iOS 5.1.
I'm trying to convert dicom .dcm file to .jpeg using Imebra in C++ app
I am trying to include Google+ api and foursquare api in my ios app.

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.