Hello,
Welcome to our Microsoft Q&A platform!
You can first check if you have upgraded everything to the latest (VS for mac , VS for windows , XCode ).
If the problem persists,you can try the following methods:
- Restart PC and visual studio .
- Delete bin and obj folder on windows side.
- Reconnect mac agent .
- Clean and rebuild .
- Change simulator(iPhone X e,g)
- Disable remote simulator to Windows (Tools - Options - Xamarin - iOS Settings)
If problem persists , attach your build log here (Help - Xamarin - Open Logs).
Best Regards,
Jessie Zhang
---
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
107639-ide2021-06-21-08-52-50.log107640-hotreload2021-06-21-08-52-50.log
@JessieZhang-MSFT It turned out that info.plist file was inadvertently and erroneously modified which caused the black screen. Now that info.plist is changed back, the issue is solved.
Congrats and thanks for your support for xamarin. Have a nice day. :)
Hi WeiWen-3421,
II am having the same issue. May i know which configuration did you change in infor.plist, please? Thanks.
@Myint Kyaw Somehow this was added in my info.plist. Once I have it removed, the black screen issue is gone:
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<true/>
</dict>
I did the same and removed the same xml UIApplicationSceneManifest from info.plist and the black screen is now gone. THanks
I have been working on a problem for a week where my iOS app would crash for no reason. Your answer (info.plist section) finally saved me. I don't know how it got changed or why it fixed it, but it did. THANK YOU.
Sign in to comment