运行 Xcode 应用程序不是我的设备?
Running Xcode app in not my device?
我在大学里有工作要做,我们必须编写一个 IOS 应用程序并在教师的 iPad Pro 中将其设置为 运行,我正在测试构建今天是我的应用程序的测试版,但它一直出现此错误:
The operation could't be completed. Unable to log in with account
"myaccount@mymail.com". 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'
有没有办法在我老师的 iPad 中安装和 运行 该应用程序?
我没有 Apple 的开发者会员资格,因为我不想浪费 90 个 dll 来购买我不会在 App Store 上发布的应用程序。
PD:我在大学里没有互联网连接(当时我要安装应用程序)
提前致谢
PD: I don't have a internet conecction in the University (at the time I'm gonna install the app)
这就是问题所在。 Xcode 需要将教师 iPad 注册到您的帐户,以便您可以在 iPad 上 运行,如果没有 Internet 连接,它无法做到这一点。
我在大学里有工作要做,我们必须编写一个 IOS 应用程序并在教师的 iPad Pro 中将其设置为 运行,我正在测试构建今天是我的应用程序的测试版,但它一直出现此错误:
The operation could't be completed. Unable to log in with account "myaccount@mymail.com". 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'
有没有办法在我老师的 iPad 中安装和 运行 该应用程序? 我没有 Apple 的开发者会员资格,因为我不想浪费 90 个 dll 来购买我不会在 App Store 上发布的应用程序。
PD:我在大学里没有互联网连接(当时我要安装应用程序) 提前致谢
PD: I don't have a internet conecction in the University (at the time I'm gonna install the app)
这就是问题所在。 Xcode 需要将教师 iPad 注册到您的帐户,以便您可以在 iPad 上 运行,如果没有 Internet 连接,它无法做到这一点。