[TIMOB-24449] iOS: Ti.Media.vibrate() crashes app using SDK 6.0.2
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2017-03-03T14:15:15.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | 6.0.2, ios, regression |
Reporter | Dirlei Dionísio |
Assignee | Hans Knöchel |
Created | 2017-03-02T13:44:31.000+0000 |
Updated | 2017-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.
Sorry for that. Workaround: Either call
Ti.Media.beep();
or declareTi.Media.beep
somewhere so the symbol is generated. Will fix immediately.PR: https://github.com/appcelerator/titanium_mobile/pull/8856
This issue will be resolved as part of TIMOB-24448.
Tks, Hans.
Closing ticket as duplicate and links to the related ticket have been provided above.