Here are the steps I have done:
I created a Cocoa Touch Framework project, added a class TestClass. build the project, and examined the Derived Data directory, show content of .framework, there is binary file, Headers directory and Info.plist, However I could not find TestClass.h in Headers. Am I missing anything, how to expose TestClass.h? Can anyone show the steps of building framework?