Xcode 6 Framework Problem: The [framework] module does not have a name with the name [class]

I created a custom structure that I pulled into the workspace containing the application that I am writing using Xcode 6. I get an error message when I try to create an instance of a class related to the reader. The "Framework" module does not have a member named "Unit": I am getting an error when I try to instantiate a class belonging to the framework reading Module 'Framework' has no member named 'Unit

I associated the application target with the library created by the infrastructure: I have made sure to link the application target to the library created by the framework

Here is a screenshot of the Unit class: Here is a screenshot of the Unit class

I have no idea what I'm doing wrong. I do not see anyone else who would experience this problem. I would always be indebted to anyone who could help me fix this problem. Thank you in advance for your help.

+4
1

. , , Framework. , .

+12

All Articles