Xamarin ios Library not loaded MDFInternationalization

Francisco Castrejón 0 Reputation points
2024-07-26T23:52:48.2566667+00:00

I am trying to distribute an application for iOS, but during the Apple review process they report the following exception:

 {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type": "EXC_CRASH","signal":"SIGABRT"},
  "termination" : {"code":1,"flags":518,"namespace":"DYLD","indicator":"Library missing","details":["(terminated at launch; ignore backtrace)"] ,"reasons":["Library not loaded: @rpath\/MDFInternationalization.framework\/MDFInternationalization","Referenced from: <DFA1DD60-2062-36A3-BC0D-BABD70FE48CD> \/Volumes\/VOLUME\/*\/App_IngersollRand .iOS.app\/App_IngersollRand.iOS","Reason: tried: '\/private\/var\/containers\/Bundle\/Application\/9170577C-AA7E-4024-AEC4-8B09374496F1\/App_IngersollRand.iOS.app \/Frameworks\/MDFInternationalization.framework\/MDFInternationalization' (no such file), '\/private\/var\/containers\/Bundle\/Application\/9170577C-AA7E-4024-AEC4-8B09374496F1\/App_IngersollRand.iOS .app\/Frameworks\/MDFInternationalization.framework\/MDFInternationalization' (no such file)"]} 

the application works correctly on a physical device locally on debug mode

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,336 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 64,161 Reputation points
    2024-07-29T17:34:54.3566667+00:00

    Looks like apple tested internationalization of your app, and you are missing code. did you test your app with different localizations?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.