Missing signing identifier at UnityFramework.framework/Frameworks/libswiftCore.dylib"

Hi,Guys!! I am useing Unity build my ios project, builds and running in xcode without any issues. But,when i use 'archive' excute build and submit to app store, An error has occurred in xcode, prompts me 'Missing signing identifier at libswiftCore.dylib' I used the follwing librarys. Firebase,Applovin,StoreKit,AppsFlyer,AuthenticationService.framework

I've searched many sites,but i can't find any help. Please give me some advice

Thanks a lot !!!! Thanks a lot !!!! Thanks a lot !!!!

Missing signing identifier at "/var/folders/qz/fqrs14ws2737g8jpqysndqqw0000gn/T/XcodeDistPipeline.~~~zYHleI/Root/Payload/8BallKing.app/Frameworks/UnityFramework.framework/Frameworks/libswiftCore.dylib".

Failed to cloud sign "/var/folders/qz/fqrs14ws2737g8jpqysndqqw0000gn/T/XcodeDistPipeline.~~~zYHleI/Root/Payload/8BallKing.app/Frameworks/UnityFramework.framework/Frameworks/libswiftCore.dylib". Please file a bug report at https://feedbackassistant.apple.com.

Have you solved this problem

Hey, I'm having the same issue. Have you solved the problem?

Set Pod package Enable bitcode = NO to YES

Any one solved this problem, i have same issue, hapend only one project, another project still working god.

Had the same issue, in my case the distribution certificate was expired. You can let Xcode create one by choosing to manually manage signing, select distribution certificate and + or you can add it using developer.apple.com dashboard. Hope this helps.

I solved in a weird way.

In xCode, go to general tab and in Target > UnityFramework > Frameworks and Libraries remove the AVFoundation.framework and add it again with the + sign...

No need to set min target to iOS 15

Now if you Archive again the package and try to submit the error is magically gone away.

17

Yesssssss! Worked for me also. - I have no idea how you figured this out codethislab!

Worked for me as well, I'd have never guess how to fix it

Worked for me. Unity Version was 2022.3.10f and Xcode Version is 15.3

Thanks, delete and add AVFoundation.framework helped

I had the issue, but in an framework that was defined in my own codebase, rather than an external framework like UnityFramework, AVFoundation, etc. Since it was something that was in my code, I couldn't add and remove the framework as @codethislab suggests.

If anyone else is in this situation, my the solution was a fresh checkout from the Git repository. It's a bit annoying, as I'm losing some stashed code, but hey, at least I can upload to AppStoreConnect now 🤷‍♂️

Missing signing identifier at UnityFramework.framework/Frameworks/libswiftCore.dylib"
 
 
Q