I can't run the application on the simulator in the new xCode 9 beta 3 (9M174d). Every time I see the error message: (Mach error -308 - (ipc / mig) server died)
Had this issue after installing XCode 9 beta 4. Tried every possible suggestion. The only thing that solved this issue for me was to reinstall Xcode command line tools:
Open terminal and type the command: xcode-select --install
After installation reboot the mac.
The problem is fixed after installing the latest Mac Os Sierra patches.
Related
I have installed a pgadmin 4 on my mac os High Sierra and I'm getting an error that says the application server could not be contacted.
Why am I getting this error?
Qt5 runtime is causing many issues on MacOS High sierra, If you need a
workaround then you could try out latest development version, https://developer.pgadmin.org/~dpage/runtime-revamp/
For more information on this dev build you can refer: https://www.postgresql.org/message-id/CA%2BOCxozDyrZHDGPmP%2Bx8h11yn2mZmtv42x_dBOu3mBcrMf6NBA%40mail.gmail.com
Upgrading XCode to 9.1 and iOS Simulator to iOS 11.1 has slowing down Appium-java based tests drastically.
My set-up
Appium-ide: 1.2.7
Appium command-line: 1.7.1
IOS: macOS Sierra 10.12.6
XCode: 9.1(9B55)
iOS Simulator: iOS 11.1
Previously it was as below & tests were running with speed
XCode: 8.3
iOS Simulator: iOS 10.3
The WebdriverAgent community is still working on providing support for XCode 9, see this github issue for details.
In the meantime, we have the following work-around:
On a test server, install previous version of XCode (i.e. 8.3.3).
Run this command: xcode-select --switch /Applications/path to XCode8.3.3/
For the time being, devs should build their iOS test app to be compatible with XCOde8.3.3.
The issue has got resolved using latest version XCode 10, Simulators on latest iOS version 11.4 and using latest Appium runtime 1.8.2-beta from npm. Need to the fresh install of iOS to 11.4 & remove any 11.3 / 11.0 / 10.3 version.
I installed resently Xcode 5 with iOS 7 SDK on my Mac OS 10.8.
the problem is i can't any more run my iOS app from Xcode 4.6, here's the errors:
- when I run the app from Xcode, after build I have this message:
"can't find the existing path [myproject.app path]"
and the file exist in the specified path.
- when I generate the ipa and install it by iTune I have this message:
"not supported device".
my app works fine before installing the new Xcode (5 + iOS 7 SDK)
any one have a solution?
Thanks
Rachid
Easy solution!
Xcode 5 like any previous change some formats. To my knowledge the most common issues are:
1. changing the Xib/Storyboard file, You can check my answer here for solution: How do I fix a project opened in xcode5 dp3 by accident?
It can change the framework path format (you should get an error when compiling), To solve this check my answer here: sentestingkit/sentestingkit.h' file not found on Xcode 4.6.x
If those both doesn't work for you please add more details and I would love to help.
After installing the simulator I am not able to follow the instructions found here. I installed BlackBerry 10 Dev Alpha B Simulator. The page asks to run "BlackBerry10Simulator-BB10_ n_nn" but I cannot find any thing like that in my installation directory:
ls -1 BlackBerry10Simulator-BB10_0_10-261/
BlackBerry10Simulator-BB10_0_10.vmwarevm
bbm
controllers
install
I found "runBB10Simulator.sh" in the bbm directory but running it does not actually run a simulator, I am not sure what it does.
$ls -1 BlackBerry10Simulator-BB10_0_10-261/bbm
KeyNego.SIMULATOR.keystore
README.txt
Servers
bin
classpath
licenses
runBB10Simulator.sh
shutdown.sh
Can anyone help?
The simulator requires VMWare player, a free download.
http://www.vmware.com/products/player/
Cheers
EDIT:
Mac OS requires http://www.vmware.com/products/fusion/overview.html which is not free. Either bootcamp windows, install a linux distro or virtualize either to virtualize the emulator... (XZibit meme someone?) which is likely not going to work.
MAC OS requires VMFusion 30 day trial for installing the BB 10 simulator.
#russoue:- Once you install VMware Fusion Just open the **BlackBerry10Simulator-BB10_0_10.vmwarevm** with VMware Fusion and you are done. it will take some 5 min to load simulator.
hansarijanto$ port -v
MacPorts 2.0.3
hansarijanto$ xcodebuild -version
Xcode 4.3.2
Build version 4E2002
I am running the above xcode and macport version. on max os x
when I try to self update my mac port I get the following error.
hansarijanto$ sudo port selfupdate
Password:
---> Updating MacPorts base sources using rsync
MacPorts base version 2.0.3 installed,
MacPorts base version 2.0.4 downloaded.
---> Updating the ports tree
---> MacPorts base is outdated, installing new version 2.0.4
Installing new MacPorts release in /opt/local as root:admin; permissions 0755; Tcl-Package in /Library/Tcl
Error: /opt/local/bin/port: port selfupdate failed: Error installing new MacPorts base: shell command failed (see log for details)
I am trying to update mac port to install qt.
sudo port install qt4-mac-devel(error no SDK found)
which I need to install webkit-capybara
sudo gem install capybara-webkit -v '0.7.2'(error in setting up native environment)
You need to use the -d option to get enough information to diagnose this; but take a look at https://trac.macports.org/wiki/FAQ#selfupdatefails for common problems and solutions.
Seems Apple no longer installs Xcode's command line tools. See here: http://ericwilson.erics.ws/ericsblog/2012/8/26/macports-port-selfupdate-fail for solution.
Just wanted to add that on Mac OS 10.12 Sierra i was getting the WARNING: GNUSTEP_SYSTEM_ROOT is not defined error on selfupdate and i did already have the Xcode command line tools installed, licensed and working. But my copy of Xcode had become out of date, even though that was not showing up on the automatic software updates.
I had version 7 and for Sierra (and macports) you need version 8.
So I manually downloaded Xcode 8 via the App Store and it solved the problem for me.