6. September 2022
In case you ever stumble over error messages like when building an iOS app with fastlane (in this case, implemented with NativeScript), try to manually unlock the keychain in your build: security unlock-keychain -p $CERT_KEYCHAIN_PASSWORD In my case, that helped in the end – manually installing WWDR certificates and other hints I found did not.
6. September 2022 · Mac, Software, Work
4. November 2015
Geb provides a very good way for end-to-end tests of browser applications. One drawback while writing is that it might get rick to get the selectors for the UI elements right. Being able to debug, stop in the middle of a test and adjusting the selectors would come in very handy. But, as things are […]
4. November 2015 · Software, Work