I'm getting the same error here. I specified the distribution profile, it builds and bundles nicely (at least MonoDevelop build log tells me that), and then Application Loader gives the same error as the original poster. I only have Xcode 4.3 installed here so I assume that means I have the latest Application Loader.
I used the command you recommended, Rolf, and it does list an error. Any ideas on what I didn't specify properly? >From MonoDevelop build log: Detecting signing identity... Provisioning profile: "RoutExcel Distribution" (guid listed here) Signing Identity: "iPhone Distribution: RoutExcel, LLC" App ID: "prefix_listed_here.com.routexcel.routeboost" ... build is successful here ... Embedding provisioning profile Processing entitlements file Preparing resources rules Signing application codesign -v -f -s "iPhone Distribution: RoutExcel, LLC" "--resource-rules=/Users/danmiser/code/RouteBoostiPhone/bin/iPhone/Release/RouteBoostiPhone.app/ResourceRules.plist" --entitlements "/Users/danmiser/code/RouteBoostiPhone/bin/iPhone/Release/RouteBoostiPhone.xcent" "/Users/danmiser/code/RouteBoostiPhone/bin/iPhone/Release/RouteBoostiPhone.app" /Users/danmiser/code/RouteBoostiPhone/bin/iPhone/Release/RouteBoostiPhone.app: signed bundle with Mach-O thin (armv7) [com.routexcel.routeboost] >From codesign command line: dmiser-mac-2:lib danmiser$ codesign --verify -v /Users/danmiser/code/AppStore/RouteBoost/RouteBoostiPhone.app /Users/danmiser/code/AppStore/RouteBoost/RouteBoostiPhone.app: a sealed resource is missing or invalid In architecture: armv7 resource added: /Users/danmiser/code/AppStore/RouteBoost/RouteBoostiPhone.app/Mono.Data.Tds.dll resource added: /Users/danmiser/code/AppStore/RouteBoost/RouteBoostiPhone.app/System.Data.dll resource added: /Users/danmiser/code/AppStore/RouteBoost/RouteBoostiPhone.app/System.Json.dll resource added: /Users/danmiser/code/AppStore/RouteBoost/RouteBoostiPhone.app/System.ServiceModel.Web.dll resource added: /Users/danmiser/code/AppStore/RouteBoost/RouteBoostiPhone.app/System.Transactions.dll -- View this message in context: http://monotouch.2284126.n4.nabble.com/Application-Loader-Problem-tp4445670p4460376.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
