System Admin
MacOS setup
Macos Initial configuration
- Select Language
English(India)
thenContinue
- Select Your Country or Region
India
thenContinue
- Written and Spoken Languages
Continue
- Accessibility
Not Now
- Connect to Internet
- Data & Privacy
Continue
- Migration Assistant
Not Now
- Sign In with Your Apple ID
- Apple ID
Gmail
->systemadmin@webreinvent.com
- Password
- Apple ID
- Sign In with Your Apple ID
- Click
Didn't get verification code
- Then select
Text code
- Click
- Accept
Terms and Conditions
- Create a Computer Account
- Full name
localadmin
- Account name
localadmin
- Password
- Hint
not required
- select
Allow my Apple ID to reset this password
then Continue
- Full name
- Make This Your New Mac
- Turn on
Location Services
- Turn on
- Touch ID
Set Up Later
- Setting > General > Software update
- Setting > General > About > Change Name
macairthree
- Setting > Privacy & Security > FileVault >
Turn-off
Settings after 1st login
Step 1: Create new Volume for Projects
https://www.youtube.com/watch?v=99Ea8ZkWzXs
- press
command + space
Typedisk utility
- Click on
+
icon to add a new volume / partition - Give a name to the volume / partition
Projects
Click on size optionsReserve Size 150 GB
thenAdd
- Give a name to the volume / partition
Setup
Click on size optionsReserve Size 50 GB
thenAdd
- Give permission to read and write everyone to both volume
- Create User account
- Rest of the steps must be followed from User account
Step 2: How to Install Required Software and Packages
- Setup Brew
- Open terminal and login to admin account
localadmin
by typingsu localadmin
- Run brew install command from the brew website
- After installation, it will provide 2 commands to run, run those to command in current terminal
- Run remaining brew command from this terminal as well
- Install packages from brew
brew install git
brew install curl
brew install wget
Step 3: Install XCode
- Install xcode from
app store
- Open and select
macOS 14.0
&iOS 17.0
- Create a project after installing
- Select
iOS > App
- Product Name: test
- Organization Identifier: com.example
- Author Name: systemadmin
- Author Email: systemadmin@webreinvent.com
Step 4: Install Android Studio
- install
android studio
fromchrome browser
- download Mac with Apple Silicon chip
- Download the latest version from this site and
accept
term and conditions.
(https://developer.android.com/studio) - Double-click on
android studio file
then clicknext
- Select installation location and click
next
- Click on
install
- After Installation completed click
next
andfinish
- when open android setup Wizard click
next
- Select Standard and click
next
- Select UI Theme and
next
- In Verify Settings Click
next
- Left side click on
android-sdk-license
,android-sdk-arm-dbt-license
,intel-android-extra-license
and also click onaccept
- Click on
Finish
andFinish
- Open
More Actions
and SelectSDK Manager
- Select
SDK Tools
and checkAndroid SDK Command-line Tools(latest)
andNDK (Side by side)
- After that click on
apply
,Finish
andOk
Step 5: Install Flutter on MacOS
Watch - https://www.youtube.com/watch?v=YVaFoCiQ2SI Read - https://dev.to/themodernpk/macos-flutter-setup-3nig
echo $SHELL
nano .zshrc
- add
export PATH="$PATH:<flutter-folder-path>/flutter/bin"
and save source $HOME/.zshrc
- Close terminal and open again and type
flutter
orflutter doctor