Post

Replies

Boosts

Views

Activity

Xcode Command line tools present but not showing installed
Hey guys , I am new to mac I just downloaded the command line tools 12.4 from the apple developer site it was in .dmg file because xcode-select --install was getting stuck at "finding software". I had put that in my Xcode developer folder but when I run xcode-select -p its not showing the path /Applications/Xcode.app/Contents/Developer or if i run xcode-select --install it asks to install command line(gets stuck on finding software. What should I do , I am new to mac I have no idea , can not find anything on youtube which is helpful.
1
0
2.0k
Feb ’22
Flutter app not opening on Xcode(macOS) although working in Windows for android
My flutter app is not working for macOS development , at first it was showing that Xcode 12.4 does not support the current flutter version so i reduced the version and all the packages version to required but now its still not running, now it does not gives any error but automatically loses connection to device before built gets completed. The default flutter app runs perfectly. Flutter doctor : [✓] Flutter (Channel unknown, 2.0.0, on Mac OS X 10.15.7 19H524 darwin-x64, locale en-IN) [✗] Android toolchain - develop for Android devices ✗ Unable to locate Android SDK. Install Android Studio from: https://developer.android.com/studio/index.html On first launch it will assist you in installing the Android SDK components. (or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions). If the Android SDK has been installed to a custom location, please use flutter config --android-sdk to update to that location. [✓] Xcode - develop for iOS and macOS [✓] Chrome - develop for the web [!] Android Studio (not installed) [✓] Connected device (2 available) I can not use upgraded flutter version as my mac does not support the Xcode 12.5+
2
0
4.9k
Mar ’22