2

I trying to install the application into my device, i am getting lots of warning messages and one error. I am using MAC 10.7 and Xcode 4.1

warning: no rule to process file '$(PROJECT_DIR)/ThirdParty/ShareKit/Customize UI/SHKCustomShareMenu.m' of type sourcecode.c.objc for architecture i386

Error: Command /usr/bin/codesign failed with exit code 1.

can anybody help me Thanks in advance.

User97693321
  • 3,336
  • 7
  • 45
  • 69
Sandeep
  • 21
  • 3
  • Is the `SHKCustomShareMenu.m` included in the Build Phases? It should be in Compile Sources. – dasdom Nov 07 '11 at 16:45

1 Answers1

2

Please check project setting add the Architectue "armv6" if missing, because Apple drops the armv6 architecture in iOS5 and refer this.

Community
  • 1
  • 1