Corporte Gadfly

Results 91 comments of Corporte Gadfly

I tried to give it a fair shot to try to build MacPass: - 7G+ Xcode download/install - carthage issues while bootstrapping due to `ln` from coreutils - navigating the...

Not a mac coder, but here is what I tried: ``` $ carthage bootstrap --platform macOS *** Checking out HNHUi at "3.0" *** Checking out KeePassKit at "2.4.7" *** Checking...

Thanks for that tip @juliuszint . For an existing cloned directory, I issued: ``` git submodule update --init --recursive ``` and that brought in submodule `DDHotKey`. I have a working...

I have a `.kdbx` with an associated keyfile. After locking the container, here is what I see: ![image](https://user-images.githubusercontent.com/1200537/88980912-bca1cd00-d292-11ea-80be-36c7af61a11a.png) Perhaps I missed something. Thanks in advance.

Works fine with a `.kdbx` which does *not* have a keyfile. See: ![image](https://user-images.githubusercontent.com/1200537/88981617-59b13580-d294-11ea-952c-db990aeba46b.png) Hope that helps.

~~No luck, unfortunately. I'm not sure, if this was intended for me _(multiple databases)_?~~ -edit- never mind. I was using the wrong `.kdbx` file. So, no change from my perspective.

Note to self: `ln` from `coreutils` does not work with `carthage`. Can't get the `Touch ID` button to appear: ![touchid-macpass](https://user-images.githubusercontent.com/1200537/90980553-101dd880-e52a-11ea-9949-ddc9865f8a64.gif) Ideas?

> > Some more information would be good. First: The Xcode Application output while Debugging would be good. Second: The output of `git diff` inside your working directory. Not sure...

`Cartfile.resolved` is still dated from July 30th _(even after running `carthage update --platform macOS`)_: ``` $ stat -c "%y %s %n" Cartfile.resolved 2020-07-30 13:15:57.040797864 -0400 220 Cartfile.resolved ``` Output of...

Output of `carthage update --platform macOS`: ``` *** Checking out Sparkle at "1.22.0" *** Checking out KeePassKit at "2.4.7" *** Checking out HNHUi at "3.0" *** Checking out TransformerKit at...