Common Errors while Configuring Mac
You may face some issues while configuring Mac to execute Qualitia automated test cases. This section helps you to resolve the issues coming at the time of configuring Mac.
Requested 'libusbmuxd >= 1.1.0' but version of libusbmuxd is 1.0.10
To resolve this error:
Launch terminal and execute following commands one by one:
- brew update
- brew uninstall --ignore-dependencies libimobiledevice
- brew uninstall --ignore-dependencies usbmuxd
- brew install --HEAD usbmuxd
- brew install --HEAD libimobiledevice
Error while brew install --HEAD usbmuxd
While executing the brew install --HEAD usbmuxd command from the list above, you may face the following error. This error appears due to compliance and IT policies of the organization.
fatal: unable to access 'https://git.sukimashita.com/libusbmuxd.git/': SSL certificate problem: self signed certificate in certificate chain
To resolve this error, ask IT team to unblock access to  https://git.sukimashita.com/libusbmuxd.git
Error while xcpretty
While executing the gem install xcpretty command from the list above, you may face the following error.
To resolve this error, ask IT team to unblock access to:Â https://rubygems.org/
Error:Â You don't have write permissions for the /Library/Ruby/Gems/2.3.0 directory.
To resolve this error, use sudo gem install xcpretty command.Â
Command CodeSign failed with a nonzero exit code
While building a webdriver agent project in Xcode, you may face this error.
To resolve this error,Â
- Launch XCODE and navigate to Xcode > Preferences > Account .
- Download all signing profiles manually one-by-one and reboot the system.
- After reboot, launch Key Chain Access using application finder.
- Navigate to the Certificate section and from the Trust section, mark all developer certificate as System defaults.
- Rebuild the Xcode project.