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

Create Universal static library Error appears in Xcode 7. #215

Closed alexch2000 closed 8 years ago

alexch2000 commented 8 years ago

Cannot build libraries in Xcode 7, because error appears

2015-09-29 15 31 20
alexch2000 commented 8 years ago

My Fault

I need to add such line in run script phase

[[ "$XCODE_VERSION_MAJOR" = "0700" ]]