info: [debug] Zip archive tested clean
info: [debug] Unzip successful
info: [debug] Got configuration error, not starting session
info: [debug] Cleaning up appium session
error: Failed to start an Appium session, err was: Error: Bad app: /Users/me/Documents/test.ipa. App paths need to be absolute, or relative to the appium server install dir, or a URL to compressed file, or a special app name. cause: App zip unzipped OK, but we couldn’t find a .app bundle in it. Make sure your archive contains the .app package and nothing else
However the app path is absolute. I’ve tried to load the ipa to the iphone through iTunes and that works. The app loads and launches. What could be wrong?
EDIT: Tried on an ipad and same thing happened.
EDIT 2: I looked at the location that Appium unzips the ipa and the Payload folder only has the .app file and (.ds store).
I think appium is unable to access your app with given path , do one thing rename your app with .app and check your app is accessible using “Go to Folder”
Are you sure that the ipa is in the right path? You’ve posted 2 different paths so I’m concerned that it might not be set correctly. They are very similar.