Framework products location

62 views Asked by At

I created a "Cocoa touch framework" in x-code and built it

After getting a successful build i look inside the "products" directory and there are no *.framework file further more on the files are colored in red

Where is the framework files?

1

There are 1 answers

0
Raz On

You will need to press command + B in Xcode (Build the product) with it's suitable target - this will build your framework. If you haven't built it already (or deleted the files manually or clean the products directory with Xcode), the files are coloured in red, since they haven't been created yet.