【发布时间】:2021-03-10 17:17:10
【问题描述】:
我正在尝试最初为 Xamarin.iOS 设置 DevOps 构建管道(最终用于 UI 测试)。 AppCenter 存在其他问题。
我使用了默认的 Xamarin iOS 模板并正在解决这些问题。
我们正在使用 mac 虚拟机/图像。
我们决定使用我们应用的 Debug 版本,因为这样可以从任何 UI 测试错误中提供更多有用的信息。所以最终我们可以在 AppCenter 中的模拟器上测试我们的构建。
但是,我收到了这个错误。我确保我已经包含了一个 entitlements.plist,其中 APS Environment 设置为 development。我只是不确定为什么它需要配置文件。
我实际上并不确定 AppCenter 从构建中需要什么,也许它只适用于 ipa 文件?因此,这需要一个配置文件???
(_DetectSigningIdentity target) ->
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.Shared.targets(239,3):
error : Could not find any available provisioning profiles for ourapp.iOS on iOS.
[/Users/runner/work/1/s/ourapp/iOS/ourapp.iOS.csproj]
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.Shared.targets(239,3):
error : [/Users/runner/work/1/s/ourapp/iOS/ourapp.iOS.csproj]
【问题讨论】:
标签: ios xamarin xamarin.forms azure-devops azure-pipelines