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

Don't see framework option in New Project dialog #92

Open jimerman opened 11 years ago

jimerman commented 11 years ago

I ran the install.sh (using sudo), restarted XCode, and when I pick File / New Project, iOS / Framework & Library, I do not see the new framework. All the files are copied to the target folders. Any ideas why?

I am running XCode 4.4.1.

kstenerud commented 11 years ago

Hmm that's odd. If you install the fake framework template, you don't need to sudo.

Install scripts for both fake and real frameworks will install to $HOME/Library/Developer/Xcode/Templates/Framework & Library. If they're not there, the install didn't work for some reason. If they are there, you may have a problem with your Xcode installation.

sanctor commented 11 years ago

I have the same issue with 4.4.1 Templates in $HOME/Library/Developer/Xcode/Templates/Framework & Library are present. I have reinstalled XCode. Same issue...