1

I have successfully created a .a library file for my xcode project and now i need to create the universal library in xcode 8. I am follwing the tutorials in:

SO answer

and

Raywanderlich tutorial

But since i am using the xcode8.2 i cannot see any aggregate template to create the universal static library . Please see the screenshot. So please tell me how to create an universal library in XCode8.2

enter image description here

Community
  • 1
  • 1
Jessica thompson
  • 407
  • 2
  • 8
  • 20

1 Answers1

1

As per New XCode you can find aggregate under Add Target Option as below

Add Target -> Cross Platform -> aggregate

Look at below screenshots :

enter image description here enter image description here

CodeChanger
  • 7,953
  • 5
  • 49
  • 80
  • Might be worth mentioning that this is the spot you get to by clicking on the blue project icon in the Project Navigator. – uliwitness Feb 09 '17 at 10:44