SafariLauncher issue with iOS 8.1.3 iPhone 5s Real device

Hi folks …

I am getting error when I run my test on iPhone 5s device.

  1. Installed safarilauncher.app from terminal.
    /Applications/Appium.app/Contents/Resources/node_modules/appium/build/fruitstrap/fruitstrap install --id 93de2a6f770ad52170f3d3d6c765a39534c7f4b13 --bundle “Library/Developer/Xcode/DerivedData/SafariLauncher-dkyhtgrfsbyyrlaouoyozghcbugv/Build/Products/Debug-iphoneos/SafariLauncher.app”

  2. Able to launch it from xcode 6.1.1 as well.

  3. When I run the test(appium 1.3.5) I m getting the below error.(but same code works on simulator)

Failed to verify code signature of : 0xe8008015 (Signer did not match any installed provisioning profile)}

Please help.

Thanks,
Amarnath Rayudu

You have to build the app with developer certificate and run tests on the device with provisioning profile.

Yea … fixed it. Issue was with bundle id :smile: