Sudhir
Sudhir

Reputation: 61

Framework Linking

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)

enter image description here

enter image description here

Upvotes: 2

Views: 46

Answers (1)

Rhuari Glen
Rhuari Glen

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

Related Questions