Category: Mac
This bundle is invalid. The value for key CFBundleVersion error
If you are receiving the following error while trying to upload your binary from Xcode organiser to AppStoreConnect then try incrementing the build number. This bundle is invalid. The value for key CFBundleVersion [1] in the Info.plist file must contain a higher version than that of the previously uploaded version [1]. Please find more information…
Turn on/off Wifi using Keyboard shortcut
Mac users can turn on/off Wifi using option available as part of the Menu bar. Add quick action in Automator app Launch Automator app on your mac and choose Quick Action. Choose action as “Run Shell Script” then set Workflow receives to “no input” and set it to run for for any application and select…
How to know the size of the folders in iCloud
If you are using Apple iCloud, the folder sizes are not shown by default when they are not downloaded to your Mac. Doing the following will show all the folder size whether they are downloaded or present only in iCloud. Using Finder, Access the iCloud drive. Navigate to folder in iCloud drive. As you can…
Errors were encountered while preparing your device
One of the common error that occurs in Xcode is “Error were encounted while preparing your device for development. Please check the Devices and Simulators Window.” I have noticed this error after Mac OS update or Xcode app update Trying the following Restart your device, Close Xcode and try re-running the Xcode project. Sometimes after…
Swift Basics – Beginners Tutorial
Swift Basics Swift is a powerful and intuitive programming language developed by Apple for creating apps for iOS, iPadOS, macOS, and other Apple platforms. It builds upon the best features of C and Objective-C while introducing modern programming concepts to make coding safer and more efficient. Introduction to Swift Swift was designed to be friendly…
payworks SDK integration in Swift
payworks mPOS helps app developers to integrate their App with card reader. In this tutorial, we will see a sample app that integrates payworks mPOS using Swift. Download the source code from github Select New Project and choose Single View Application from the template. In the Project Options window, provide a product name and make…
How to reduce size of document with images in Microsoft Word
Microsoft Word provides users with the option to reduce the file size of the document with images. In this tutorial, we will see the technique of reducing the file size in Word 2013 and Word 2011 for Mac. Reduce images size in Word 2013 Word 2013 users can use the Compress Pictures option available as…