Xamarin.Forms icon indicating copy to clipboard operation
Xamarin.Forms copied to clipboard

Three random errors with Xamain.iOS project

Open sikandaramla opened this issue 2 years ago • 0 comments

Description

I have an old Xamarin.iOS project that shows up three random errors from nowhere. Screenshot 2022-08-09 at 12 18 39 AM

These errors started appearing after Xcode 14, before that project was always working smoothly. I have tried almost everything including changing the deployment target for XCode, but nothing seems to work. If I had rolled back to the old commit, they would go away, but not anymore.

I would really appreciate it if someone had a solution to this problem.

Steps to Reproduce

This problem is random and only faced with Xamarin.iOS. Earlier, it was mostly faced when a change was made to Storyboard but now it happens anywhere.

Expected Behavior

The app should run without these errors.

Actual Behavior

Basic Information

  • Platform Target Frameworks: 13.0
    • iOS: 13.0
    • Android: N/a.
    • UWP: N/a.
  • Android Support Library / AndroidX Version: N/a.
  • NuGet Packages: ZXing and Signaturepad are mostly used, the rest are all standard.
  • Affected Devices: iOS

Environment

Show/Hide Visual Studio info

Build Logs

build.txt

Screenshots

Screenshot 2022-08-09 at 12 18 39 AM

Reproduction Link

Workaround

  1. Deleting obj and bin folders used to work earlier but not anymore.
  2. Deleting Xcode's DerivedData helped a couple of times but doesn't work now.

sikandaramla avatar Aug 09 '22 12:08 sikandaramla