简体   繁体   中英

Signing for “[AppName]” requires a development team. Select a development team in the project editor.

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!

First select your correct Team with correct developer certificates in Build Settings. If you have not any Team certificates then you can not Run project on your device.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM