git checkout <branch-name>
Example:
git checkout development
git checkout
sudo iwlist wlan0 scan command to list all wifi networks are in the rangeESSID:"<network-name>" in the result of each networkwpa_supplicant.conf file with sudo , sudo vi /etc/wpa_supplicant/wpa_supplicant.confssid network-name and psk password of your networknetwork={
ssid="<your_network_name>"
psk=""
| loop=0 | |
| while [ $loop -eq 0 ] | |
| do | |
| ready=`curl -s http://devimages.apple.com/maintenance#/overview/KVANJVKSA4 | grep -i "back soon." | wc -l` | |
| if [ "$ready" -eq 0 ]; then | |
| osascript -e 'tell app "Finder" to display dialog "Apple Developer Site it is ready"' | |
| let loop=1 | |
| fi | |
| sleep 5 | |
| done |
.xcarchivesymbolicatecrash into MyFolder, this file is in /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrashexport DEVELOPER_DIR="/Applications/Xcode.app/Contents/Developer"symbolicatecrash my-crash-file.crash| ###################################### | |
| # @author Jose Aponte | |
| # @createdat 2016-07-25 | |
| # | |
| # This script need ffmpeg library, to install download from http://ffmpeg.org/ | |
| # or from Mac OS run brew install ffmpeg | |
| # And ImageMagick http://www.imagemagick.org/script/download.php | |
| # or from Mac OS run brew install ImageMagick | |
| # | |
| # Create a gif from video |
When try to build a Xcode Project and the error show
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I can solve this problem normaly changed the Build Active Architecture Only to NO.
if you get an error like this
ERROR: cannot discover where libxml2 is located on your system. please make sure `pkg-config` is installed.
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
Turn off spotlight:
sudo mdutil -a -i off
Unload it:
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
Load It: