Removing spaces from a variable input using PowerShell 4.0

The Replace operator means Replace something with something else; do not be confused with removal functionality. Also you should send the result processed by the operator to a variable or to another operator. Neither .Replace(), nor -replace modifies the original variable. To remove all spaces, use ‘Replace any space symbol with empty string‘ $string = … Read more

Xcode 4 archive warning to skip copy phase

The solution would be to go to the build settings of your application target (not the help tool target) and set “Strip Debug Symbols During Copy” to “No”. This is the key COPY_PHASE_STRIP. Activating this setting causes binary files which are copied during the build (e.g., in a Copy Bundle Resources or Copy Files build … Read more

What’s the difference between DWARF and DWARF with dSYM file?

The difference is that in the case of DWARF with dSYM file your Archive app.xcarchive (for adHoc distribution) contains also dSYM file needed for reverse symbolication of your code in crash reports. In general, .xcarchive contains dSyms Products info.plist So if you need it for external analysis of crash reports under archiving you app for … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)