Hi,
I just ended up installing appium 1.6 and running a test against iOS 10.1 Simulator (Mac OS 10.12.1). I am getting an error saying that "semctl error running 'install': An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22):"
It asks me to check if the info.plist file contains the CFBundleIdentifier. I checked with my Dev and he says that Xcode 8 adds a new build setting called PRODUCT_BUNDLE_IDENTIFIER. instead of listing the bundle ID literally in Info.plist, it references the build setting.
Any idea what I need to do to get past this problem? Any help would be appreciated.
Thanks.