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

Xcode 5.0 DP6 build error #141

Closed slcott closed 10 years ago

slcott commented 10 years ago

just opened my project that I had been using Xcode 4.6.3 to build prior. Now that I am trying out Xcode 5.0 developer preview I notice this little error listed below. any thoughts as to how I can fix this? target specifies product type 'com.apple.product-type.framework.static', but there's no such product type for the 'iphonesimulator' platform

slcott commented 10 years ago

NVM. I followed the instructions for https://github.com/kstenerud/iOS-Universal-Framework/issues/112 and everything worked.