gpt4 book ai didi

xamarin - 应用程序在 xamarin 中的 ios 设备中启动后终止

转载 作者:行者123 更新时间:2023-12-02 03:03:42 25 4
gpt4 key购买 nike

我正在尝试在 iOS 设备中调试我的 xamarin 应用程序。但是在午餐成功后它终止并且调试器被分离。

输出窗口中的消息是:

正在“Testsoft 的 iPhone”上启动“FormBot.iOS”...该应用程序已终止。

    <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">

<dict>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIAppFonts</key>
<array>
<string>Fonts/proximanovalight.ttf</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>MinimumOSVersion</key>
<string>6.0</string>
<key>CFBundleDisplayName</key>
<string>GreenBot</string>
<key>CFBundleIdentifier</key>
<string>com.tatvasoft.allxamarin</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleIconFiles</key>
<array>
<string>Icon-72@2x.png</string>
<string>Icon-72.png</string>
<string>Icon@2x.png</string>
<string>Icon.png</string>
<string>Icon-60@2x.png</string>
<string>Icon-76.png</string>
<string>Icon-76@2x.png</string>
<string>Default.png</string>
<string>Default@2x.png</string>
<string>Default-568h@2x.png</string>
<string>Default-Landscape.png</string>
<string>Default-Landscape@2x.png</string>
<string>Default-Portrait.png</string>
<string>Default-Portrait@2x.png</string>
<string>Icon-Small-50@2x.png</string>
<string>Icon-Small-50.png</string>
<string>Icon-Small-40.png</string>
<string>Icon-Small-40@2x.png</string>
<string>Icon-Small.png</string>
<string>Icon-Small@2x.png</string>
</array>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>CFBundleShortVersionString</key>
<string>1.3</string>
<key>UIRequiresFullScreen</key>
<string>YES</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>This app needs access to the camera to take photos.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app needs access to photos.</string>
</dict>
</plist>

请帮助。提前致谢。

最佳答案

出乎意料,但这对我有帮助。在 xamarin 中有很多技巧可以帮助我们解决一些没有任何逻辑的奇怪错误。

在这种情况下,我通过单击在构建时生成的应用程序图标手动打开应用程序开始运行应用程序,并且也会遇到断点。

我认为 visual studio 在这里成功部署了应用程序,但在打开它时遇到了问题。因此,如果我们手动打开应用程序,它就会午餐。它运行完美..

这可能会对其他人有所帮助。谢谢

关于xamarin - 应用程序在 xamarin 中的 ios 设备中启动后终止,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44127260/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com