Add project reference to Swift iOS XCode project and debug

It means that the name of you framework is not valid.
It coitains some not reserved characters.

- Can’t be used in Framework name

Example:

MyFrameroks-iOS – Wrong
MyFrameroksiOS – Correct

Try to rename you framework. Seach for product name in project build setting and change it
enter image description here

Leave a Comment