aleclarson / emitter-kit

Type-safe event handling for Swift
MIT License
567 stars 71 forks source link

This application’s bundle identifier does not match its code signing identifier. #48

Open nm opened 6 years ago

nm commented 6 years ago

I installed the Library with Carthage 0.26.2 X-Code 9.0.1 Swift 3.2

Simulator: no errors Device: This application’s bundle identifier does not match its code signing identifier.

If I remove the library all is working fine. I can install other libraries with Carthage with no problems.

Any help would be greatly appreciated!

aleclarson commented 6 years ago

Let me know if this link helps you.

nm commented 6 years ago

Thx, I already tried that, but it doesn't make any difference.

But when I download and build the framework manually it is working fine. So it seems to be related to how carthage builds the framework.

I found a similar issue here: https://github.com/duemunk/Async/issues/109

etugadoWNG commented 6 years ago

@nm did you find a solution for this?

nm commented 6 years ago

No, I'm afraid not. For now I build and include the library manually.