kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 474 forks source link

Why I can't find (your framework).embeddedframework? #184

Open wo1fsea opened 9 years ago

wo1fsea commented 9 years ago

Why I can't find (your framework).embeddedframework?

“There will be two folders in the build location: (your framework).framework and (your framework).embeddedframework”

But I can find (your framework).framework only.

mcyz commented 9 years ago

In the run script is a configuration;

config_framework_type = 'framework'

config_framework_type = 'embeddedframework'