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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T03:24:19+00:00 2026-05-31T03:24:19+00:00

When I run the app in xcode,it always show the case as below and

  • 0

When I run the app in xcode,it always show the case as below and my app on iphone simulator was stopped in a view,I can do nothing.Can any one tell me how to avoid this case appearing,thanks.
When I run the app in xcode,it always show the case as below and my app on iphone simulator was stopped in a view,I can do nothing.Can any one tell me how to avoid this case appearing,thanks

My app was stopped in this view,I checked my code carefully and did not find any error.

here are the code in warning.

   (void)processCollision:(UIImageView *)bricks{
score+=10;
scoreLabel.text =[NSString stringWithFormat:@"%05d" , score];
if (ballMovement.x>0&& bricks.frame.origin.x-ball.center.x<=4) {
    ballMovement.x=-ballMovement.x;
}else if(ballMovement.x<0&&ball.center.x-(bricks.frame.origin.x+bricks.frame.size.width)<=4){
    ballMovement.x=-ballMovement.x;
}

if (ballMovement.y>0&&bricks.frame.origin.y-ball.center.y<=4) {
    ballMovement.y=-ballMovement.y;
}else if(ballMovement.y<0&&ball.center.y-(bricks.frame.origin.y+bricks.frame.size.height)<=4){
    ballMovement.y=-ballMovement.y;
    bricks.alpha-=0.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-05-31T03:24:20+00:00Added an answer on May 31, 2026 at 3:24 am

    What does it say in the console?

    enter image description here

    EDIT:

    The Error:

    Couldn’t register stream.IVBricker with the bootstrap server. Error:
    unknown error code. This generally means that another instance of this
    process was already running or is hung in the debugger.(lldb) –

    This can be fixed by restarting your computer.

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

Sidebar

Related Questions

When I run my app with Leaks and view the Extended Details for any
I am trying to run my app in iPhone Simulator, but it crahes on
I have Xcode 4.2 and whenever I run my app in the simulator and
My iphone is upgraded to iOS 4.3.3. Then I can't debug my app (xcode
How can I run an app step-by-step in Xcode so that I may find
When I run my app in Xcode using the simulator it runs just file
I can load, build and run my app with no errors in XCode 4,
I'm trying to build an xcode project and run it through the iPhone Simulator
I have iPad 2 with 4.3.2, can I run an App built on xcode
I'm using Xcode 4.2 and Three20 to create app that can be run on

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.