dansiegel / Mobile.BuildTools

The Mobile.BuildTools makes it easier to develop code bases in a clean, consistent, secure, and configurable way. Determine at Build which environment your app needs to run on, and what Client Secrets it should have. Plus many more amazing features!
http://mobilebuildtools.com
MIT License
228 stars 29 forks source link

Unhandled error on Mac #254

Closed dansiegel closed 3 years ago

dansiegel commented 3 years ago

Description

While processing the AndroidManifest is working fine on Windows, this fails when running on Mac. This is due to the Framework Directories being null as the target is not running on Mac like it is on Windows.

Reproduction Steps

Build on Mac

Expected Behavior

The Android Manifest should be processed with Token replaced and app version updated.

Actual Behavior

Environment

Reproduction App

n/a