Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempted to assign to readonly property #1073

Closed
onury opened this issue Apr 17, 2016 · 1 comment
Closed

Attempted to assign to readonly property #1073

onury opened this issue Apr 17, 2016 · 1 comment

Comments

@onury
Copy link

onury commented Apr 17, 2016

I dropped Q and started to use Bluebird in my Titanium app. But when I build for iOS, I get the following error described.

function Promise(executor) {
    this._bitField = 0; // <---- this line throws

Appcelerator does not output a trace for this error but app crashes and error dialog shown in the app reads: Attempted to assign to readonly property at bluebird.js line 2697.

Bluebird version 3.3.5 (latest) (development and production tested both)
Titanium SDK version 5.2.2.GA (latest)
Node version 4.3.0

@petkaantonov
Copy link
Owner

Doesn't seem to be specific to bluebird, there is nothing that would make it readonly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants