0

is it allow to create and use custom framework? I'm not able to create static library because when i compile for simulator i get an error that says there isn't support for i386 architecture. So i decide to use custom framework, but i'm not sure if this is allowed by Apple. Thanks

EDIT : See the comments and the link for the answer!

Keith Smiley
  • 57,828
  • 12
  • 95
  • 109
Andrea Mario Lufino
  • 7,753
  • 11
  • 43
  • 73
  • possible duplicate of [Objective-C: How to make a Framework?](http://stackoverflow.com/questions/8343242/objective-c-how-to-make-a-framework) – Till Dec 06 '11 at 15:14
  • 2
    see my answer from the original question above - in short, it is perfectly fine to use custom frameworks as long as those use static libraries and not dynamic ones. To create a library that is usable by both, simulator and device builds, you may use LIPO as described in my answer / tutorial. – Till Dec 06 '11 at 15:20
  • @Till good, perfect :) i'll follow your tutorial :) thanks :) – Andrea Mario Lufino Dec 06 '11 at 15:58

0 Answers0