xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.62k stars 1.87k forks source link

TestFlight Only Crash DYLD Library not loaded #1468

Closed cklenk closed 6 years ago

cklenk commented 6 years ago

Description

I have seen many other posts about this issue. I have tried all of the solutions I believe that I have seen in other posts. I am running Xamarin.Forms 2.3.4.247 and am using HockeyApp 5.1.1 for crash reporting. The application launches just fine when I'm in debug mode and deploy it to a device or simulator.

Here is a link to my log: Error

Steps to Reproduce

  1. Clean and build solution in AppStore
  2. Upload .ipa to TestFlight through Application Loader
  3. Download app through TestFlight

Expected Behavior

No crash like when deploy through debug config

Actual Behavior

App crashes on splash screen

Basic Information

cklenk commented 6 years ago

Ended up fixing it by deleting the Apple Worldwide Developer Certificates and re-installing them.

beaubutton commented 6 years ago

@cklenk Can you elaborate on what the solution was?