The error I get is:
in /Users/robert/Documents/funWithFrameworks/build/Debug-iphonesimulator/funWithFrameworks.framework/funWithFrameworks, can't link with a main executable
Click Notes:
- trying to enable the framework
- doesn't want to bind
More: I’m developing for a mobile device ... tooltip, tooltip using Xcode, and I'm trying to make my own custom framework that I can enable from another application. So far I have done the following:
- Create a new project; application for iPhone OS OS.
- Go to the target information-> under the packaging, change the shell extension from the application to the framework
- Go to Action-> new build phase -> copy headers. Change title roles to "public"
- In my application, I am adding a framework to a group of frameworks.
Robert
source
share