2

i am getting this error when i am trying to make .framework file using the instruction in http://jaym2503.blogspot.in/2012/09/how-to-create-custom-ios-framework.html..

Did anyone encountered this before? ..

1
  • iam struck in middle of making a framework Commented Mar 1, 2013 at 5:22

1 Answer 1

1

make sure you have done this. Replace "FW_NAME" with your Framework name, In my case "iOSBundle"

The reason other than you are getting this is the source code dependency problems. To analyze this just add 2 files ie; appDelegate .h and .m and see if the framework is constructed or not.

Check that VALID_ARCHS has been correctly set. Build active architecture is NO

See this linkI have generated a framework and have been using that. It is quite frustrating But a good step.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.