There is no such module when importing my custom structure into a project

I followed this tutorial as well as this video to create my custom structure. As soon as I build it for the simulator version / or both simulators and devices, I would like to add this to my project. I just drag it into the project:

My PersonFramework in the project navigator:

enter image description here

Target membership for my PersonFramework :

enter image description here

Related framework for my application.

enter image description here

And finally, try to import this into the project:

enter image description here

There is no such module PersonFramework.

What am I doing wrong?

+4
source share
2 answers

Xcode.

()/Library/Developer/Xcode/DerivedData .

, .

Xcode. .

+2

FRAMEWORK_SEARCH_PATHS .

0

Source: https://habr.com/ru/post/1599706/


All Articles