Home > front end >  Not able to launch my Xcode 13.4.1 generated app on my real device iPhone 13 Pro Max
Not able to launch my Xcode 13.4.1 generated app on my real device iPhone 13 Pro Max

Time:07-27

I am new to iPhone app development and I want to launch my React Native iOS app on my real device but I am getting unable to install "myapp".

I have added my device UDID on appstore. I got it through enter image description here

Targets: myappTests

enter image description here

I followed this and many other resources but no luck.

Please help me out with this.

Thank you.

CodePudding user response:

After a long hard struggle. I managed to make it work.

In my schema definition it was set to "Release".

Goto Products > Schema > Edit Schema > Change to "Debug"

CodePudding user response:

I know the reason of this issue, Please add the team which have developer console account, not add the custom created team if u have to run on the real device

  • Related