To take advatage of the new Inneractive Ad initiavtaive I compiled my App with the latest build but I get the error below: Previous builds complied fine but without the Inneractive Ad code. Any ideas?
warning: iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 (-19033)
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon@2x.png (-19007)
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon-72.png (-19007)
[import]uid: 22152 topic_id: 20079 reply_id: 320079[/import]
You may have overridden the minimumOSVersion in your build.settings. You should remove it or set it to 4.3 or higher.
[import]uid: 7563 topic_id: 20079 reply_id: 78436[/import]
I tried that but it made no difference.
I have Xcode 4.1 on my machine should it be upgraded? Do really need Xcode on your machine other than for the use of the Simulator? [import]uid: 22152 topic_id: 20079 reply_id: 78553[/import]
you need the version of Xcode that supports ios5 to build for new devices [import]uid: 16142 topic_id: 20079 reply_id: 78558[/import]
I am having the same issue :
warning: iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 (-19033)
How did you solve the problem?
[import]uid: 6661 topic_id: 20079 reply_id: 84679[/import]
Also having this issue… Have bought Lion and installed Xcode 4.3.
Either with minimumOS 4.3 or without setting it in the build.settings i still get this message.
[import]uid: 13097 topic_id: 20079 reply_id: 89657[/import]
Hi,
I’m using build 777(Version 2012.777 (2012.12.8)) with Xcode 4.2 and still i’m getting the error warning the below error.
Ansca, any one help urgently? Need to give the app to the client for testing
iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 (-19033)
@jonathanbeebe : Sorry, it didn’t work.
Cheers
Dhana [import]uid: 100970 topic_id: 20079 reply_id: 99344[/import]
Dhana, you copied and pasted this from another thread. Please don’t do that. (Jon isn’t in this thread either, only the first one you posted in.)
Try updating to Xcode 4.3 and check your build.settings file as well.
Peach
[import]uid: 52491 topic_id: 20079 reply_id: 99462[/import]
Hi,
I’m having this same issue, running Lion 10.7.3, xcode 4.3.2 and corona 791…I tested both with and without minimum os 4.3.
Any ideias?
[import]uid: 85172 topic_id: 20079 reply_id: 103388[/import]
Are you setting minimumOSVersion in your build.settings? [import]uid: 52491 topic_id: 20079 reply_id: 103473[/import]
Hey…
Something really weird and messed up is goin’ on, here.
I am using Lion and Xcode 4.2.1. I was using 4.3.2. Just finished doing another round of uninstall/installs. I’ve tweaked with every combination of Xcode version + xcode-select directory, as well as messing with minimumOSVersion in my build.settings file. I also switched from daily build 782 to 797. Nothing made a difference:
[text]
warning: iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv7 (-19033)
warning: iPhone/iPod Touch: Icon.png: icon dimensions (0 x 0) don’t meet the size requirements. The icon file must be 57x57 pixels, in .png format (-19014)
warning: iPad: Icon.png: icon dimensions (0 x 0) don’t meet the size requirements. The icon file must be 72x72 pixels, in .png format (-19014)
warning: Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone Distribution Certificate. (-19011)
Executable=/Users/BlahBlah/Desktop/test12.app/Info.plist
codesign_wrapper-0.7.10: using Apple CA for profile evaluation
AssertMacros: exec, file: codesign.c, line: 170
AssertMacros: binary, file: codesign.c, line: 235
AssertMacros: code_signatures, file: codesign_wrapper.c, line: 945
- (null)
warning: Unable to extract entitlements from application: (null) (-19045)
[/text]
Every time I try to do a build for a standard bit of Corona sample code, I get “Your application build but failed to pass Apple’s validation tests.” What is driving me insane is that I could swear I did this just 2 days ago and it worked perfect.
What is also strange is that I get errors referring to my icons-- corona sample icons that I KNOW worked before.
I have spent all day on this and I’m really desperate for help… What I’d love is a walk thru on just getting Xcode 4.3 running on Lion, without these crazy build errors.
(Forgive me if I posted something about this in one other spot… not sure what the problem is related to, exactly.)
[import]uid: 10818 topic_id: 20079 reply_id: 103659[/import]
Can you update Application Loader please? (I mention this in your other post.) [import]uid: 52491 topic_id: 20079 reply_id: 103680[/import]
Peach-
First: thanks for the reply. Much appreciated!
So, I am sill hammering away at this. I was using Application Loader 2.4, and updated to 2.5.1. That got rid of the icon errors, which is at least one thing fixed. However, no matter what I do, I am still getting these errors:
[text]
------------------- build 25:
Application Loader v5.1,
Xcode 4.2,
corona build 797,
minimumOSVersion = 4.3
warning: iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv7 (-19033)
Executable=/Users/DuneBox/Desktop/test23.app/Info.plist
codesign_wrapper-0.7.10: using Apple CA for profile evaluation
AssertMacros: exec, file: /SourceCache/codesign_wrapper_Sim/Security-1245/codesign_wrapper/codesign.c, line: 170
AssertMacros: binary, file: /SourceCache/codesign_wrapper_Sim/Security-1245/codesign_wrapper/codesign.c, line: 236
AssertMacros: code_signatures, file: /SourceCache/codesign_wrapper_Sim/Security-1245/codesign_wrapper/codesign_wrapper.c, line: 931
- (null)
warning: Unable to extract entitlements from application: (null) (-19045)
[/text]
I have to wait for XCode 4.3 to download (i deleted it earlier, sigh) and then I can try this again with XCode 4.3… but if that doesn’t fly, I’m going to get in my car and run over myself. [import]uid: 10818 topic_id: 20079 reply_id: 103733[/import]
Hey - it looks from your other thread that you have this resolved now? I will read through it in a minute. [import]uid: 52491 topic_id: 20079 reply_id: 103817[/import]
Hi friends,
While building iOS apps with corona build 826, I faced a problem. After building, it showed a warning message as:
" warning: iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 (-19033)"
Does anyone know how to fix this…?
Please help me.
Thanx in advance… [import]uid: 137063 topic_id: 20079 reply_id: 110855[/import]
Hey there,
Please review this thread; http://developer.anscamobile.com/forum/2011/12/18/missing-architecture-doesnt-pass-apple-package-build-707
Peach
[import]uid: 52491 topic_id: 20079 reply_id: 110939[/import]
Thnx Peach…
[import]uid: 137063 topic_id: 20079 reply_id: 111104[/import]
Hi
I have xcode 4.3.3 installed, but would like to build for a device that has 4.2.1 installed , when I build, it builds for 4.3.3.
If I add the MinimumOSVersion=“4.2.1” to build setting, I get the following error:
warning: iPhone/iPod Touch: application executable is missing a required architecture.
At least one of the following architecture(s) must be present: armv6 (-19033)
I don’t have any other versions of Xcode on my machine, running corona build 2012.826.
Do I need to install xcode 4.2.1? [import]uid: 143974 topic_id: 20079 reply_id: 112275[/import]
What version of Corona are you using mdayam? [import]uid: 52491 topic_id: 20079 reply_id: 112288[/import]
Hi Peach
I am using version 2012.826 (2012.12.8) [import]uid: 143974 topic_id: 20079 reply_id: 112299[/import]