Hello,
I am working with ios version 10 and xcode 8.
When I am using appium to install the .ipa file on my phone I got an error of:
[MJSONWP] Encountered internal error running command: Error: Installing /var/folders/38/_j5rw9g93tn2mk_ypg0b12gc0000gn/T/2016815-20850-vgqq3k/Payload/MPM.app failed
at /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-ios-driver/node_modules/node-idevice/main.js:159:6
at ChildProcess.exithandler (child_process.js:193:7)
at emitTwo (events.js:100:13)
at ChildProcess.emit (events.js:185:7)
at maybeClose (internal/child_process.js:850:16)
at Socket. (internal/child_process.js:323:11)
at emitOne (events.js:90:13)
at Socket.emit (events.js:182:7)
at Pipe._onclose (net.js:475:12)
Any idea how to solve this?
thanks