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

Fake Framework and problem link to build library #118

Closed krzyzanowskim closed 3 years ago

krzyzanowskim commented 11 years ago

Hi,

I just get today master branch and build fake framework. Then I add my fake framework projekt to master project. Succesfully added project to "Target Dependencies". Looks like binary is building however I can't link to my library because XCode doesn't show it in section "Link Binary With Libraries" - there is no my framework on the list.

So I did -framewokd workaround. But now... how to specify if I want to use embeded framework? (I want to use it because of resources)

XCode 4.6.1

ruohoruotsi commented 10 years ago

I would recommend using the Beta MK8 (switch to the beta branch). I've had much more luck w/ that than the master (which is ~years old). There are fewer scripts and they are easier to read. Hope that helps.