HP.
HP.

Reputation: 19896

Phonegap no architecture issue when build

I am new to iPhone development and I use Phonegap since I know web development. I followed instruction in below sites: http://wiki.phonegap.com/w/page/16494778/Getting-Started-with-PhoneGap-%28iOS%29 https://github.com/phonegap/phonegap-iphone/blob/master/README.md

But I got this error

No architectures to compile for (ARCHS=i386 ppc, VALID_ARCHS=armv6 armv7).

I already went to Project Setting and changed Base SDK to iPhone Device 3.1.3 but the problem is still there.

Any advice?

Upvotes: 2

Views: 3312

Answers (2)

j7nn7k
j7nn7k

Reputation: 18582

Had the same prob. If testing in the simulator: Click top left where you can choose the simulator and check if the top item "Device" is checked. If yes ckeck "Simulator" and try again.

Upvotes: 1

Aaron Saunders
Aaron Saunders

Reputation: 33345

set the "valid archictectures" in Project Info

Upvotes: 1

Related Questions