Xamarin.Forms 和 App Center:无法在 iPhone 5 秒后安装 iOS 版本
Xamarin.Forms and App Center: unable to install iOS release on iPhone 5s
我正在开发一个 Xamarin.Forms 应用程序,我想通过 App Center 为一些测试人员部署它。
在 Visual Studio 中,我能够在 iPhone 5s 上构建和部署应用程序模拟器,即使 iOS 版本是 11.4.
在 info.plist
中 Minimum system version
设置为 8.0。在 iOS Build
设置中,SDK Version
设置为 默认 。在我的机器上,XCode 的当前版本是 12.1.
在 App Center 上,我管理 构建配置 是这样的:
- 配置:发布
- SDK 版本:Xamarin.iOS.14.4
- Xcode版本:12.2
- 构建脚本:None
- 构建类型:设备构建
构建完成后,我可以在 iPhone XS (iOS 14.2) 或 上安装发行版iPhone 6 (iOS 12.4.8),但不在 iPhone 5s (iOS 12.4. 9).
我收到错误消息“开发人员正在为您的设备开发一个版本”。
但是,我在每台设备上添加了 App Center 配置文件,iPhone 5s 出现在我的注册设备.
在 App Center 上,我尝试对 Build Configuration 使用旧配置:
- SDK 版本:Xamarin.iOS.14.2
- Xcode版本:12.1
但是结果是一样的。这正常吗?
来自docs
If we detect that the device that the tester is using isn't on the
list of provisioned devices for the .ipa they want to download, then
we show the message "The developers are working on a version for your
device."
我正在开发一个 Xamarin.Forms 应用程序,我想通过 App Center 为一些测试人员部署它。
在 Visual Studio 中,我能够在 iPhone 5s 上构建和部署应用程序模拟器,即使 iOS 版本是 11.4.
在 info.plist
中 Minimum system version
设置为 8.0。在 iOS Build
设置中,SDK Version
设置为 默认 。在我的机器上,XCode 的当前版本是 12.1.
在 App Center 上,我管理 构建配置 是这样的:
- 配置:发布
- SDK 版本:Xamarin.iOS.14.4
- Xcode版本:12.2
- 构建脚本:None
- 构建类型:设备构建
构建完成后,我可以在 iPhone XS (iOS 14.2) 或 上安装发行版iPhone 6 (iOS 12.4.8),但不在 iPhone 5s (iOS 12.4. 9).
我收到错误消息“开发人员正在为您的设备开发一个版本”。
但是,我在每台设备上添加了 App Center 配置文件,iPhone 5s 出现在我的注册设备.
在 App Center 上,我尝试对 Build Configuration 使用旧配置:
- SDK 版本:Xamarin.iOS.14.2
- Xcode版本:12.1
但是结果是一样的。这正常吗?
来自docs
If we detect that the device that the tester is using isn't on the list of provisioned devices for the .ipa they want to download, then we show the message "The developers are working on a version for your device."