Sandeep
Sandeep

Reputation: 21

Not able to debug and run the application in iPhone device using the XCode4

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.

Upvotes: 2

Views: 1982

Answers (1)

user981597
user981597

Reputation:

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

Upvotes: 2

Related Questions