Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'Failed to finalize LSBundleWrapper' on SwiftUI app build for release

I have a new app which I'm building to be cross platform using SwiftUI

When I build for release I get a very odd error in a popup generated by Xcode.

Unable To Install “nomadgo.ProductivityDashboard”

Please try again later.
Failed to finalize LSBundleWrapper mutator instance for

enter image description here

I only get this error one I build for release. I tried restarting my Macbook.

Specs:

Xcode Version 12.5.1 (12E507) MacBook Air (M1, 2020) BigSur

The app is fresh project using all latest Xcode settings for cross platform SwiftUI.

I get the error when trying to run the app on my MacBook.enter image description here

like image 767
Jon Vogel Avatar asked Dec 28 '25 06:12

Jon Vogel


1 Answers

I had exactly same issue. In my case deleting the project from Containers folder and cleaning the project in Xcode (⌘ + ⇧ + K) helped.

like image 155
M.Karolczyk Avatar answered Dec 30 '25 21:12

M.Karolczyk