kstenerud / iOS-Universal-Framework

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

Have no embedded framework #170

Open alickbass opened 10 years ago

alickbass commented 10 years ago

Hi! So I use static framework. When I press archive I only get MyFramework.framework and no embedded framework. Can you please suggest why this could happen? 1

heyfluke commented 10 years ago

I have the same problem.

expll commented 10 years ago

me too

expll commented 10 years ago

me too

sebk commented 10 years ago

I have the same problem with MK8. In the run script is a configuration:

#config_framework_type = 'framework'
config_framework_type = 'embeddedframework'

Seems to work. Now I have the embedded folder.