NativeScript / nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
Apache License 2.0
97 stars 49 forks source link

Snapshot fails on macOS Catalina #1038

Closed rosen-vladimirov closed 4 years ago

rosen-vladimirov commented 5 years ago

Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

Describe the bug Running tns build android --release --env.snapshot --keyStorePath... fails on macOS Catalina with error:

To Reproduce Just try to use snapshot on macOS Catalina.

Expected behavior Snapshot to succeed.

Sample project

Additional context In order to generate snapshots for x86 and armv7 architectures, we need to start the snapshot tool for them. The tool itself is a 32-bit process. On macOS Catalina 32-bit processes are no longer supported and that causes the issue.

DimitarTachev commented 4 years ago

AC: