How to read current app version in Xcode 11 with script

Xcode 11-14 In terminal or bash script in your project you can use: App version xcodebuild -showBuildSettings | grep MARKETING_VERSION | tr -d ‘MARKETING_VERSION =’ // will be displayed 1.1.6 Build version xcodebuild -showBuildSettings | grep CURRENT_PROJECT_VERSION | tr -d ‘CURRENT_PROJECT_VERSION =’ // will be displayed 7 Or (don’t forget to change YouProjectName to your … Read more

How can I skip code signing for development builds in Xcode?

As of Xcode 10, here is how to turn off code signing for a macOS app: Select your project in the project navigator. Select your app in the list of targets. Click “Build Settings”. Click “All”. Click “Levels”. Type “identity” into the search field. Click on the Code Signing Identity row, under the column for … Read more

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