Xcode 13 crashes on export localization: Unable to find the blueprint

I can't export localizations from my Xcode 13 project. This seems to be an issue when I have Swift Packages in my project.

I get this error when I try to export: Unable to find the blueprint for localization export: MySwiftPackage.

I submitted a crash report to Apple but wondering if anyone else is experiencing this and if there's a workaround for this?

  • Can you post the Feedback Number? Thanks!

Add a Comment

Replies

The same happened to me. Here the crash report. Will also file a feedback.

I was able to reduce my problem to the usage of SPM and a changed development region. (FB9198205, sample project attached)

Got the same error

Same issue here. FB9210197

Same here.

After removing the Option

"Use Base Internationalization"

it worked