This repository was archived by the owner on Aug 7, 2021. It is now read-only. 
 -  
 -   Notifications  
You must be signed in to change notification settings  - Fork 40
 
 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
Copy link
Copy link
Closed
Labels
Description
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 - Here’s a log of the failing run: https://gist.github.com/tjvantoll/4c4bb2cbe8b8907c2297ff4e96987295
 - And here’s a log of that run with trace debugging on: https://gist.github.com/tjvantoll/733bced3ceb1bfd68a434dfe46be8f26
 
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!