I'm with a problem that I can't run any project on my iPhone. I can run in the simulator and others iPhones.
This is what happened:
1 - I was running many apps on my iPhone
2 - In a certain moment, I couldn't run because my iPhone reached the limit of provisioning profiles on the device
3 - So I deleted the provisioning profile on the device by the mac (libraries>mobileDevice> provisiongProfiles)
4 - After that, any project with an external library (Alamofire, Firebase, etc) is crashing when opening
5 - This is the error:
dyld: Library not loaded: @rpath/NMAKit.framework/NMAKit
Referenced from: /private/var/containers/Bundle/Application/55619F73-FDCC-452B-B834-
CC22C78A190E/navigation_poc.app/navigation_pocReason: no suitable image found. Did find:
/private/var/containers/Bundle/Application/55619F73-FDCC-452B-B834-
CC22C78A190E/navigation_poc.app/Frameworks/NMAKit.framework/NMAKit: code signature invalid
for '/private/var/containers/Bundle/Application/55619F73-FDCC-452B-B834-
CC22C78A190E/navigation_poc.app/Frameworks/NMAKit.framework/NMAKit'
Atention: I don't have an apple developer account, I use xcode automatically Team an Provisioning Profile
I use an Iphone 8 and Xcode 11.3
