Running Xcode app in not my device?

I have a work to do in my university, we have to program an IOS app and set it to run in the Teacher's iPad Pro, I was testing to built a beta of my app today but it keeps giving it this errors:

The operation could't be completed. Unable to log in with account "[email protected]". An unexpected failure ocurred while logging in (Underlying error code -1009).

Provisional profile "iOS Team Provisional Profile: com.myname.myapp" doesn't include the currently selected device "My teacher's Ipad".

Code signing is requiered for product type 'Application' in SDK 'iOS 10.2'

is there a way to install and run the app in my teacher's iPad? I don't have the developer membership of Apple, because I don't want to waste 90 dlls for just and app that im not gonna be publishing on the app store.

PD: I don't have a internet conecction in the University (at the time I'm gonna install the app) Thanks in advance

Upvotes: 0

Views: 350

Answers (1)

matt
matt

Reputation: 534885

PD: I don't have a internet conecction in the University (at the time I'm gonna install the app)

That's the problem. Xcode needs to register the teachers iPad onto your account in order for you to run on the iPad, and without an Internet connection it can't do that.

Upvotes: 1

Related Questions