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

hi #136

Open zhuolaiqiang opened 10 years ago

zhuolaiqiang commented 10 years ago

I created a project template file - TemplateInfo.plist which is defined with ARC usage. There are a few external files which I included in the template that are not ARC supported. In a regular project I would set manually the compiler flags for those files in build phases-> compile sources to -fno-objc-arc but how can I do it inside the template? I didn't find anything related.. any idea?

Thanks

paritoshraval100 commented 10 years ago

Hi i am getting same problem @zhuolaiqiang ,have you find solution , can i set -fno-objc-arc in templateinfo.plist ?