Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24449] iOS: Ti.Media.vibrate() crashes app using SDK 6.0.2

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionDuplicate
Resolution Date2017-03-03T14:15:15.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labels6.0.2, ios, regression
ReporterDirlei Dionísio
AssigneeHans Knöchel
Created2017-03-02T13:44:31.000+0000
Updated2017-03-22T22:06:21.000+0000

Description

The code bellow result in an fatal error: "-[MediaModule beep:]: unrecognized selector sent to instance 0x152825800"
Ti.Media.vibrate();
The problem does not occur with Ti SDK 6.0.1.

Comments

  1. Hans Knöchel 2017-03-02

    Sorry for that. Workaround: Either call Ti.Media.beep(); or declare Ti.Media.beep somewhere so the symbol is generated. Will fix immediately.
  2. Hans Knöchel 2017-03-02

    PR: https://github.com/appcelerator/titanium_mobile/pull/8856
  3. Hans Knöchel 2017-03-03

    This issue will be resolved as part of TIMOB-24448.
  4. Dirlei Dionísio 2017-03-03

    Tks, Hans.
  5. Lee Morris 2017-03-22

    Closing ticket as duplicate and links to the related ticket have been provided above.

JSON Source