Posts

Showing posts from September, 2017
Image
Learning about Xamarin This is not a easy as one would expect, especially if one is working on a Mac. Trying to an account from the 'Preferences' results in error window asking me to install 'fastlane' Get the following error without fastlane installed. "To add new accounts install fastlane." The link points to this page:   Introduction to fastlane for iOS: Installation Looks like I have an extra hoop to jump through for installing fastlane. > brew update > brew cask reinstall fastlane Seems like the 'brew update' is taking a little time to run.  Probably should have done a verbose on the update so I can see what is going on.  Looks like I have not update 'brew' for awhile. Looks like my .bash_profile might be broke.   Works fine when starting a terminal window and $PATH now contain fastlane. Restarting MS Visual Studio Looking at the following page to determine how. Still gives the 'fastl...