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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T01:36:23+00:00 2026-05-30T01:36:23+00:00

I have the following button in my iPad app: subject = [[UIButton alloc] init];

  • 0

I have the following button in my iPad app:

subject = [[UIButton alloc] init];
subject.frame = CGRectMake(710, 5, 180, 30);

[[subject layer] setCornerRadius:8.0f];
[[subject layer] setMasksToBounds:YES];
[[subject layer] setBorderWidth:3.0f];
[[subject layer] setBackgroundColor:[[UIColor greenColor] CGColor]];
subject.titleLabel.font = [UIFont boldSystemFontOfSize:20];
[subject setTitleColor:[UIColor redColor] forState:UIControlStateNormal];
[subject setTitleColor:[UIColor whiteColor] forState:UIControlEventAllEvents];
[subject addTarget:self action:@selector(subjectPressed) forControlEvents:UIControlEventTouchUpInside];
[subject setTitle:@"Subject: ?" forState:UIControlStateNormal];
[[subject layer] setBorderColor:[[UIColor greenColor] CGColor]];
[self.view addSubview:subject];

Here is the function that gets called when I click the button:
– (void)subjectPressed {

UIAlertView * alert = [[UIAlertView alloc] initWithTitle:@"Subject" message:@"Please enter the Subject:" delegate:self cancelButtonTitle:@"Continue" otherButtonTitles:nil];
alert.tag = 0;
alert.alertViewStyle = UIAlertViewStylePlainTextInput;
UITextField * alertTextField = [alert textFieldAtIndex:0];
alertTextField.keyboardType = UIKeyboardTypeNumberPad;
alertTextField.placeholder = @"Enter Subject";
[alert show];

}

When I click the button, I get the following error:

warning: Unable to read symbols for /Users/myname/Library/Developer/Xcode/iOS DeviceSupport/5.0.1 (9A405)/Symbols/System/Library/TextInput/Riven.bundle/Riven (file not found).
warning: No copy of Riven.bundle/Riven found locally, reading from memory on remote device.  This may slow down the debug session.

What’s this about?

  • 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-30T01:36:24+00:00Added an answer on May 30, 2026 at 1:36 am

    Try deleting the files in the following folder:

    /Developer/Platforms/iPhoneOS.platform/DeviceSupport/
    

    Restart Xcode and plug your iPad back in.

    Another similar question:

    warning: Unable to read symbols

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

Sidebar

Related Questions

I have a iPad app with the following code tied to a button's (bMyDocuments)
I have the following UI for an iPad app: When I click on the
I have the following code which launches the iPad's camera when the camera button
I have the following code in my app. Its an iPad app, with five
I have the following button <asp:ImageButton ID=button1 runat=server ImageUrl=~/image.jpg CommandName = id CommandArgument =
I have the following button: <Club:RolloverButton runat=server ValidationGroup=Login1 Text=Login ID=LoginButton CommandName=Login CssClass=links /> .links
I have the following simple button with an image as the template. The problem
I have the following code bound to the click event of a button: function
I have the following css code. button.png is image where 3 button states are
I have the following xaml for changing the image for WPF button when mouse

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.