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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:44:42+00:00 2026-05-28T01:44:42+00:00

A crash was reported in my app, Crash Pad Drums . It cites a

  • 0

A crash was reported in my app, Crash Pad Drums.
It cites a problem with certain cymbal sounds causing a crash on an iPod 4. One problem. I can’t find the crash on my iPod touch 2, and I don’t have an iTouch 4.

What in the heck can I do about this?

On another note, my app is free for today. If someone could download it and find the circumstances of the crash, I’d be in your debt.

EDIT:
Clarification

I can’t actually cause the crash as I don’t have a newer device to test on. I suspect that it’s an iOS 5 issue which I am looking into now, but in the future what should I do if I’m cheapo and not willing to buy a new iTouch?

EDIT:

Console log:
2011-10-14 23:08:25.797 Crash Pad[794:12203] -[NSConcreteValue doubleValue]: unrecognized selector sent to instance 0xec9e2e0
2011-10-14 23:08:25.798 Crash Pad[794:12203] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSConcreteValue doubleValue]: unrecognized selector sent to instance 0xec9e2e0'
*** First throw call stack:
(0x1c49052 0x21fdd0a 0x1c4aced 0x1baff00 0x1bafce2 0x16f4f0 0x15d99e 0x14e0d8 0x168d42 0x15ace2 0x5c28c7 0x5c2a31 0x5c2d45 0x1be0f4a 0x1bac665 0x1bac056 0x5c2c43 0x249c8 0x24a58 0x8a72 0x1c4aec9 0x67a299 0x67a306 0x1c4aec9 0x67a299 0x67a306 0x5b6a30 0x5b6c56 0x59d384 0x590aa9 0x28c3fa9 0x1c1d1c5 0x1b82022 0x1b8090a 0x1b7fdb4 0x1b7fccb 0x28c2879 0x28c293e 0x58ea9b 0x1f0d 0x1e85)
terminate called throwing an exceptionCurrent language:  auto; currently objective-c
  • 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-28T01:44:43+00:00Added an answer on May 28, 2026 at 1:44 am

    What you’ve found is an Apple bug. You can easily reproduce by animating any view, like this:

    CABasicAnimation *anim = [CABasicAnimation animationWithKeyPath:@"transform.scale"];
    anim.duration = 0.2;
    anim.repeatDuration = HUGE_VALF;
    anim.autoreverses = YES;
    anim.toValue = [NSValue valueWithCATransform3D:CATransform3DMakeScale(0.9, 0.9, 0.0)];
    [view.layer addAnimation:anim forKey:@"throb"]; // if this isn't nil we crash on tap
    

    Run the project. Tap the throbbing view. Crash. This code was perfectly fine on iOS 3 and iOS 4. The workaround for now is to set forKey: to nil, but that may be unacceptable, as this argument can be important – a non-nil key means that if you later add another animation with the same key, this animation is removed, which might be exactly what you were trying to do.

    I have submitted a bug report to Apple, and I suggest you do the same.

    EDIT (2/3/12): Okay, Apple says this is my bug, not theirs. Since I’m supplying a transform, I need to use a key of @"transform", not @"transform.scale". Moreover, the z-value of my 3D scale transform should be 1, not 0.

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

Sidebar

Related Questions

I am having a big problem figuring out where my app crash is being
The most significant user-reported crash for my app right now is below. It seems
Are there any hints here as to where/what is causing the app to crash?
a user reported the following crash in my iPad app. Thread 0 name: Dispatch
https://stackoverflow.com/editing-help I have developed one app for my customer. I tested it on devices(ipad/ipod
One of the crash reporter frameworks I've found does it like this: If there
I'm making a crash reporter, and I can read the crash reporter files just
My app formerly created useful crash logs. I synced my iPhone in the past
I have an app that only crashes for one of my tester’s - no
Can anybody tell me the reason for this crash. Specially I am concerned about

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.