Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

Using react native on attached device

$
0
0

I am trying to run the React Native not on simulator but on actual attached device. I am getting Xcode error when running npx react-native run-ios --device "My iPhone"

error: Signing for "AwesomeProjectTests" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'AwesomeProjectTests' from project 'AwesomeProject')
error: "AwesomeProject" requires a provisioning profile. Select a provisioning profile in the Signing & Capabilities editor. (in target 'AwesomeProject' from project 'AwesomeProject')

Do I really need to pay 99 USD per year for developer account to enable to run the application and test it on my attached iPhone?

Surely there must be some other way. Btw official documentation of React Native doesn't mention anything. https://reactnative.dev/docs/running-on-device#2-configure-code-signing


Viewing all articles
Browse latest Browse all 16750

Trending Articles