Help with .xcconfig for automating real ios device

I see in the manual that I need to put the following values;

DEVELOPMENT_TEAM = <Team ID>
CODE_SIGN_IDENTITY = iPhone Developer

I found the team ID but not sure where I can fine the “iPhone Developer” value

if someone can tell me where to look/share their own xcconfig file I would be grateful,

thanks

Mine is ‘iPhone Developer’, which is what I think it is for everyone. This document helped me with these issues:

https://appium.readthedocs.io/en/stable/en/appium-setup/real-devices-ios/

1 Like