这是indexloc提供的服务,不要输入任何密码
Skip to content

dyld: lazy symbol binding failed: Symbol not found: __Z18sse42_is_availablev with version 9.8.0 #3239

@palkerecsenyi

Description

@palkerecsenyi

[REQUIRED] Environment info

firebase-tools: 9.8.0

Platform: macOS (Apple M1)

NodeJS: 15.12.0

[REQUIRED] Test case

Any Firebase Functions project

[REQUIRED] Steps to reproduce

Run this command:

firebase deploy --only functions

[REQUIRED] Expected behavior

I'd expect it to deploy my functions as normal. It works perfectly with version 9.7.0 and below, but 9.8.0 breaks it.

[REQUIRED] Actual behavior

dyld: lazy symbol binding failed: Symbol not found: __Z18sse42_is_availablev
  Referenced from: /Users/palkerecsenyi/.nvm/versions/node/v15.12.0/lib/node_modules/firebase-tools/node_modules/sse4_crc32/build/Release/crc32c.node
  Expected in: flat namespace

dyld: Symbol not found: __Z18sse42_is_availablev
  Referenced from: /Users/palkerecsenyi/.nvm/versions/node/v15.12.0/lib/node_modules/firebase-tools/node_modules/sse4_crc32/build/Release/crc32c.node
  Expected in: flat namespace

zsh: abort      firebase deploy --only functions:<redacted>,functions:<redacted>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions