Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Release builds failing on both iOS and Android #220

@tjvantoll

Description

@tjvantoll

I’ve stumbled upon a fairly odd problem that’s unfortunately preventing me from performing release builds. Here’s the app: https://github.com/tjvantoll/pokemon-types.

Building the app using this repo’s webpack plugin works.

npm run ns-bundle --android --build-app --snapshot --uglify 

And building the app in release mode works as well.

tns build android --release --key-store-path ~/Dropbox/Mobile-config/tjvantoll.jks --key-store-password myPassword --key-store-alias Pokemontypes --key-store-alias-password myPassword 

However, building with the webpack plugin AND release mode... fails with no obvious error.

npm run ns-bundle --android --build-app --snapshot --uglify --release --key-store-path ~/Dropbox/Mobile-config/tjvantoll.jks --key-store-password myPassword --key-store-alias Pokemontypes --key-store-alias-password myPassword 

Any idea what the problem might be here? I’ve looked through similar issues and can’t find anything that works. I have the same problem doing iOS release builds. I’ve also tried deleting my platforms folder before trying these runs. You can use my app’s repo to recreate this problem.

Any help would be greatly appreciated. Thanks!

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions