Reputation: 61
I have created a simple framework for the arithmetic operations and another project for using that framework, even after adding the framework, It is giving framework not found or framework not found MathFunctionFramework (where MathFunctionFramework is the name of my framework)
Upvotes: 2
Views: 46
Reputation: 507
Make sure your framework is added to the Embedded Binaries
section on the General pane. Also check that your framework appears in the Link Binary With Libraries
& Embed Frameworks
sections in the Build Phases pane.
If the framework is being dynamically linked, please check that the correct path value is present in the Framework Search Paths
setting in Build Settings.
Upvotes: 3