How do I make a releases, builds, and/or snapshots with BitBucket?

2022: BCLOUD-11404 shows this is still not implemented 2015: As I mentioned before, BitBucket doesn’t support the GitHub-like release feature. Its FAQ still mention: For binary or executable storage, we recommend you look into file hosting services such as DropBox, rsync, rsnapshot, rdiff-backup, and so forth. Still not sure what to do? Review this post … Read more

Fabric release Xcode 6.3 codesign xcode-select

Mike from Fabric here. 1) To clear that error from Fabric.app: Quit Fabric.app, then run this command to clear the local cache: rm -rf ~/Library/Caches/com.crashlytics.mac You may also need to clear: rm -rf ~/Library/Caches/com.crashlytics rm -rf ~/Library/Caches/com.crashlytics.data rm -rf ~/Library/Caches/com.crashlytics.run Then restart Fabric.app and you’ll be all set! 2) To distribute outside of Fabric.app, use … Read more

Flutter app show grey screen in release mode but works fine in debug mode Instance of ‘DiagnosticsProperty’

When you run your app in debug mode and when something goes wrong, you see the scary red error screen with logs. In release mode, you just see a grey screen. Now, when you ran your app in debug mode, at times there are some errors which are thrown but we mistakenly ignore them as … Read more

define ant property from environment with default value

An example from the Ant documentation of how to get an environment variable into a property: <property environment=”env”/> <echo message=”Number of Processors = ${env.NUMBER_OF_PROCESSORS}”/> <echo message=”ANT_HOME is set to = ${env.ANT_HOME}”/> In your case, you would use ${env.RELEASE_VER}. Then for the conditional part, the documentation here says that there are three possible attributes: Attribute Description … Read more

Disable LogCat Output COMPLETELY in release Android app?

You can use ProGuard to remove completely any lines where a return value is not used, by telling ProGuard to assume that there will be no problems. The following proguard.cfg chunk instructs to remove Log.d, Log.v and Log.i calls. -assumenosideeffects class android.util.Log { public static *** d(…); public static *** w(…); public static *** v(…); … Read more

SHA1 Key for DEBUG & RELEASE ANDROID STUDIO MAC , How to generate SHA1 Release Keys in Mac?

DEBUG: Click on the Gradle tab on the right hand side of the view. Go to the ROOT folder -> Tasks -> android -> signingReport Double click, this will build with the signingReport and post in your bottom view your SHA1. RELEASE: In android studio. Build -> Generate Signed APK… and click Next Copy your … Read more

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