Just started developing a new iOS mobile application with React-Native, running it through XCode. I am attempting to use my personal iPhone as the device I test it on. When I choose "My iPhone" and hit the build button the build fails and I get this error:
Signing for "[AppName]" requires a development team. Select a development team in the project editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.2'
Anyone know how to fix this so I can use my phone instead of the iOS simulators?
Thanks!