"Unable to build an app package because the app manifest is invalid. Correct the errors in the app manifest"

I'm getting this error when I click Project > Create App Packages ...
The solution Builds without issue (Release).  I don't see any issues in the manifest.  Any suggestions on how to troubleshoot?
VS2013 Pro, 12.0.31101.00 Update 4.

Hi Scrump,
Have you tried creating a new blank windows store app project and then creating app package? Does it work? This can help us to determine if this problem is caused by visual studio. If it can work, I think there is something incorrect in the manifest file
in your project. Here is a page shows how to troubleshootds,l have questions, please post more information about your scenario.
ntials in client app and then transmitte those crede packaging, have a look at the following link.
https://msdn.microsoft.com/en-us/library/windows/desktop/hh973484(v=vs.85).aspx. Try finding more information about this scenario and post them here.
Regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate
the survey.

Similar Messages

  • Archiver is unable to archive a redo log because the output device is full

    Dear Experts,
    When I logged to EM of my DB 11g R2. I found the following:
    - Database Instance Status : Down
    - Details          
    The instance has been terminated by a database process because of a fatal internal condition, or a critical background process was killed by the user.
    Archiver is unable to archive a redo log because the output device is full or unavailable.
    - Agent Connection to Instance
    Status: Failed
    Details: ORA-01034: ORACLE not available
    Thank you in advance for any help you provide
    Best Regards

    mahmoudrabie wrote:
    Thank you 919294
    I was root not oracle and when I switch to oracle (which is member of dba group), the I ran
    rman target /
    Recovery Manager: Release 11.2.0.1.0 - Production on Wed Mar 7 13:27:06 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database (not started)
    then as friends suggested
    RMAN> backup archivelog all delete input;
    Starting backup at 07-MAR-12
    using target database control file instead of recovery catalog
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 03/07/2012 13:28:00
    RMAN-06403: could not obtain a fully authorized session
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directorycheck the connection
    connected to target database (not started)*so first startup the databaseto mount and then perform the operation
    --neeraj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Unable to find my info package in the info source

    Hi all,
    I am unable to find my info package in the info source, When i try to activate data from ODS to Cube then i can see the Info package, I have to do any setting for this problem or any suggestions guys.
    Thank you
    DST

    Hi DST,
    It might be that you are using someone elses DataSource hence you don't see the InfoPackage for your InfoSource and the other person has loaded data into all the data targets including yours. Hence you see the InfoPackage in the ODS.
    Try to find the InfoPackage location for all the InfoSources. in the InfoSources make select find and give the InfoPackage name from the ODS. It should give the location of the InfoPackage.
    Hope this helps!!
    NewBW

  • Unable to downgrade my iCloud storage because the done button is off

    WWhen upgrading to 8 yesterday, I mistakenly upgraded my storage on iCloud .  I am trying to go back to the free storage and I am unable to complete the transaction because the "done"  icon is in a lite grey mode that indicates an off position.

    HI Klaus 1,
    I have an I-Pad 2.  Any input is sincerely appreciated !

  • Unable To Build iOS App Using Native Extension

    I’m trying to create a native extension for iOS and use that extension as part of an IPA app for iOS I create from a SWF file using the ADT tool (i.e. the normal use-case for iOS). Note: I have already successfully created the native extension and APK app for Android and now I am trying to build the iOS side.
    I have been primarily using the information found at the following websites:
    http://www.adobe.com/devnet/air/articles/building-ane-ios-android-pt3.html
    http://www.adobe.com/devnet/air/articles/building-ane-ios-android-pt5.html
    http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac35eb7b4e12cddc5fbbb-8000.html
    I have also searched the Adobe forums for the answer to my question without success.
    The error I receive is:
    ld: warning: ignoring file /var/folders/c3/mpg4frwn2j1f8scw4jctbmv9hfkswj/T/bd3fbd4a-cf56-4fd6-a06d-d69ea92dc620/lib com.mycompany.MyExtension.a, file was built for archive which is not the architecture being linked (armv7): /var/folders/c3/mpg4frwn2j1f8scw4jctbmv9hfkswj/T/bd3fbd4a-cf56-4fd6-a06d-d69ea92dc620/lib com.mycompany.MyExtension.a
    Undefined symbols for architecture armv7:
      "_MyExtensionInitializer", referenced from:
          _g_com_adobe_air_fre_fmap in aotInfo.o
      "_MyExtensionFinalizer", referenced from:
          _g_com_adobe_air_fre_fmap in aotInfo.o
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    I receive the above error when I execute the following command:
    adt -package -target ipa-ad-hoc -storetype pkcs12 -keystore certificate.pfx -provisioning-profile provisioning_profile.mobileprovision MyApp.ipa MyApp.xml MyApp.swf -extdir packaged-extensions
    where the folder “packaged-extensions” contains the ANE file I created using this command:
    adt -package -target ane packaged-extensions/MyExtension.ane MyExtension.xml -swc MyExtension.swc -platform Android-ARM -platformoptions platformAndroidARM.xml -C dependencies . -C platform/Android . -platform iPhone-ARM -platformoptions platformiOSARM.xml -C platform/IOS . -platform default -C platform/default library.swf
    where the content of the files are as follows:
    MyApp.xml:
    <application xmlns="http://ns.adobe.com/air/application/4.0">
        <id>MyApp</id>
        <versionNumber>0.0.1</versionNumber>
        <filename>MyApp</filename>
        <initialWindow>
            <content>MyApp.swf</content>
            <visible>true</visible>
            <width>600</width>
            <height>600</height>
        </initialWindow>
        <supportedProfiles>mobileDevice</supportedProfiles>
            <extensions>
                    <extensionID>com.mycompany.MyExtension</extensionID>
            </extensions>
    </application>
    MyExtension.xml:
    <extension xmlns="http://ns.adobe.com/air/extension/4.0">
            <id>com.mycompany.MyExtension</id>
            <versionNumber>0.0.1</versionNumber>
            <platforms>
                    <platform name="Android-ARM">
                            <applicationDeployment>
                                    <nativeLibrary>MyExtension.jar</nativeLibrary>
                                    <initializer>com.mycompany.MyExtension</initializer>
                            </applicationDeployment>               
                    </platform>
                    <platform name="iPhone-ARM">
                            <applicationDeployment>
                                    <nativeLibrary>libMyExtensionIOSLibrary.a</nativeLibrary>
                                    <initializer>MyExtensionInitializer</initializer>
                                    <finalizer>MyExtensionFinalizer</finalizer>
                            </applicationDeployment>
                    </platform>
                    <platform name="default">
                            <applicationDeployment/>
                    </platform>
            </platforms>
    </extension>
    platformiOSARM.xml:
    <platform xmlns="http://ns.adobe.com/air/extension/4.0">
      <linkerOptions>
        <option>-ios_version_min 5.1</option>
        <option>-liconv</option>
      </linkerOptions>
    </platform>
    MyExtensionIOSLibrary.m (yes, I know it doesn't do anything - it's simple on purpose to help isolate the error):
    #import "FlashRuntimeExtensions.h"
    void MyContextInitializer(void* extData, const uint8_t *ctxType, FREContext ctx, uint32_t *numFunctionsToTest, const FRENamedFunction **functionsToSet) {
      return;   
    void MyExtensionInitializer(void **extDataToSet, FREContextInitializer* ctxInitializerToSet, FREContextFinalizer* ctxFinalizerToSet) {
        *extDataToSet = NULL;
        *ctxInitializerToSet = &MyContextInitializer;
    void MyExtensionFinalizer(void *extData)
        return;
    I am using XCode to build MyExtensionIOSLibrary.m into a library file with a .a filename extension. My relevant build settings are:
    iOS Deployment Target: iOS 5.1
    Architectures: armv7
    Build Active Architectures Only: No
    Product Scheme: Release
    Compile Sources As: Objective-C
    Any ideas? Please help.

    Thanks for the reply.
    yes.I've created a static library with 3rd party frameworks and pulled the .a from product folder(Debug-iphoneos).
    and the framework didn't work(armv7 not supported error occurs ..don't know why) with it's original folder structure .
    so I followed below link to change folders inside the 3rd party framework and figured out but now  the application crashes on startup without giving an error message. .
    スタッフ日記 - 【ANE作成】外部フレームワーク を含むANE作成時の注意点(iOS) | 株式会社マリエッタ

  • Unable to import CRM Business Packager in the Portal

    I have downloaded the Business Package for CRM, but it was in Zip file.
    I was unable to import it in the Portal since EP6 format has to be in epa not zip?
    Please advise.
    AA

    Hi,
    CRM 4.0 Business package is available for EP 5.0 and above. When importing the business package do pay attention that you import a zip file that contains objects that are EP 5.0 version compatible such as files ending with the "PKG" extension. "EPA" extension is acceptable from EP 6.0 on.
    The package content will be available at "migrated content" in your PCD, after the import process is done.
    Regards,
    Haguy

  • Xcelsius is unable to load this file problem because the file is corrupt

    Hi me name is Luis Diego and im working in a dashboard.
    The first time i update  the file was ok. After that the file start to send me the next message:
    "Crystal Xcelsius is unable to load this file. The file may be corrupt or have features cannot be supported by this version of Crystal Xcelsius."
    I try to open the file in other computers and in that computers the file was open it. All the computers have the professional version 4.5 so do i.
    I reinstall the Crystal Xcelsius in my computer because i thought that the problem was a wrong install in the first time. But after i reinstall the software the problem doesnt go away.
    So i need the help of someone to fix this.
    Thank you for any help that can bring me.
    Regards
    Luis Diego Sancho Morera

    I suggest you purchase a case and have a dedicated support engineer work with you directly:
    http://www.sdn.sap.com/irj/boc/gettingstarted
    Or
    http://store.businessobjects.com/store/bobjects/Content/pbPage.CSC_map_countyselector/pgm.67024400?resid=jFmmLgoBAlcAAALO-iYAAAAP&rests=1278687224728

  • I am unable to restore from iCloud backup because the new phone has iOS 8.1.2 and the old phone has iOS 8.2? Any help.

    I Have just bought an iPhone 6 and want to restore my iPhone 4s via iCloud backup to the new iPhone 6. The setup of the iPhone 6 halted because according to the new phone it has iOS 8.1.2 whereas the backups were stored using iOS 8.2 following my updating of the iPhone 4S recently. How do I jump through this hoop? How do I update the new phone to iOS 8.2 without serring it up first? Anyone, please help?

    Update the new phone to the same version that has been used to create the backup. In your case, the new device has to run 8.2 to be able to use the backup made with the other device.
    Setting it back to factory settings will install the newest version and after that you can use the backup made under 8.2
    Use iTunes to restore your iOS device to factory settings - Apple Support

  • After downloading pictures to computer I am unable to transfer photos to disk because the photos are too large.  how do I reduce them to fit

    After downloading photos off of my 4s onto my Mac I am unable to transfer photo's to a disk because they are said to be to large.  is there a solution

    Best if you try and explain what you are trying to acheive.
    Iphoto is a different paradigm than you're used to. I don't understand why you are trying to transfer your edited photos back to an external disk.
    There are tutorials here
    http://www.apple.com/findouthow/photos/
    Regards
    TD

  • Unable to build gcc3-g77

    I'm trying to build gcc3-g77 package from AUR
    http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
    but everytime I get the following error during compilation
    checking for perl... perl
    checking host system type... i686-pc-linux-gnu
    checking build system type... i686-pc-linux-gnu
    checking for ar... ar
    checking for ranlib... ranlib
    checking for gcc... /tmp/yaourt-tmp-af/aur-gcc3-g77/gcc3-g77/src/gcc-build/gcc/xgcc -B/tmp/yaourt-tmp-af/aur-gcc3-g77/gcc3-g77/src/gcc-build/gcc/ -B/opt/gcc3/i686-pc-linux-gnu/bin/ -B/opt/gcc3/i686-pc-linux-gnu/lib/ -isystem /opt/gcc3/i686-pc-linux-gnu/include
    checking whether we are using GNU C... yes
    checking whether /tmp/yaourt-tmp-af/aur-gcc3-g77/gcc3-g77/src/gcc-build/gcc/xgcc -B/tmp/yaourt-tmp-af/aur-gcc3-g77/gcc3-g77/src/gcc-build/gcc/ -B/opt/gcc3/i686-pc-linux-gnu/bin/ -B/opt/gcc3/i686-pc-linux-gnu/lib/ -isystem /opt/gcc3/i686-pc-linux-gnu/include accepts -g... yes
    checking whether /tmp/yaourt-tmp-af/aur-gcc3-g77/gcc3-g77/src/gcc-build/gcc/xgcc -B/tmp/yaourt-tmp-af/aur-gcc3-g77/gcc3-g77/src/gcc-build/gcc/ -B/opt/gcc3/i686-pc-linux-gnu/bin/ -B/opt/gcc3/i686-pc-linux-gnu/lib/ -isystem /opt/gcc3/i686-pc-linux-gnu/include and cc understand -c and -o together... yes
    checking for POSIXized ISC... no
    checking for working const... no
    checking for inline... no
    checking for a BSD compatible install... /bin/sh /tmp/yaourt-tmp-af/aur-gcc3-g77/gcc3-g77/src/gcc-3.3.6/install-sh -c
    Appending ../../../gcc-3.3.6/libiberty/../config/mh-x86pic to xhost-mkfrag
    checking how to run the C preprocessor... /tmp/yaourt-tmp-af/aur-gcc3-g77/gcc3-g77/src/gcc-build/gcc/xgcc -B/tmp/yaourt-tmp-af/aur-gcc3-g77/gcc3-g77/src/gcc-build/gcc/ -B/opt/gcc3/i686-pc-linux-gnu/bin/ -B/opt/gcc3/i686-pc-linux-gnu/lib/ -isystem /opt/gcc3/i686-pc-linux-gnu/include -E
    checking for sys/file.h... yes
    checking for sys/param.h... yes
    checking for limits.h... yes
    checking for stdlib.h... yes
    checking for malloc.h... yes
    checking for string.h... yes
    checking for unistd.h... yes
    checking for strings.h... yes
    checking for sys/time.h... yes
    checking for time.h... yes
    checking for sys/resource.h... yes
    checking for sys/stat.h... yes
    checking for sys/mman.h... yes
    checking for fcntl.h... yes
    checking for alloca.h... yes
    checking for sys/pstat.h... no
    checking for sys/sysmp.h... no
    checking for sys/sysinfo.h... yes
    checking for machine/hal_sysinfo.h... no
    checking for sys/table.h... no
    checking for sys/sysctl.h... yes
    checking for sys/systemcfg.h... no
    checking for sys/wait.h that is POSIX.1 compatible... no
    checking whether time.h and sys/time.h may both be included... no
    checking whether errno must be declared... yes
    checking for ANSI C header files... no
    checking for uintptr_t... no
    checking for pid_t... yes
    checking whether the C compiler (/tmp/yaourt-tmp-af/aur-gcc3-g77/gcc3-g77/src/gcc-build/gcc/xgcc -B/tmp/yaourt-tmp-af/aur-gcc3-g77/gcc3-g77/src/gcc-build/gcc/ -B/opt/gcc3/i686-pc-linux-gnu/bin/ -B/opt/gcc3/i686-pc-linux-gnu/lib/ -isystem /opt/gcc3/i686-pc-linux-gnu/include -O2 -march=i686 -mtune=generic -O2 -pipe ) works... no
    configure: error: installation or configuration problem: C compiler cannot create executables.
    make[1]: *** [configure-target-libiberty] Fejl 1
    make[1]: Forlader katalog '/tmp/yaourt-tmp-af/aur-gcc3-g77/gcc3-g77/src/gcc-build'
    make: *** [bootstrap] Fejl 2
    ==> ERROR: Build Failed.
        Aborting...
    Error: Makepkg was unable to build gcc3-g77 package.
    Has anybody been able to build package lately?
    Regards
    André

    The program I was trying to build was OMNITAB 80 from http://www.itl.nist.gov/div898/software/omnitab.html
    I was getting so many errors about not referring to variables and missing libraries and improper options, I can't even remember, so I thought that was because the compiler I was using was just too obscure and that I needed one that was more like f77.  (kind of like compiling the Linux kernel in MS Visual C instead of gcc... it should be remotely possible but incredibly hard)
    So I thought g77 was what I needed, but since you said gfortran and g77 are the same program, that made me try one last time. So I just spent the last 4 hours editing the source code, commenting stuff out, declaring things and making the .f files more gfortran friendly (completely winging it of course, a programming guru could have done it in minutes) and now finally omnitab will compile and run on my machine.
    I'll go back and find all the changes I made with patch and diff and then release a PKGBUILD for anyone who wants to run a 1980s console spreadsheet.
    Note: There are two optional parts of the program. One is calcomp support which I didn't compile because I don't have a calcomp. If I were to download the xf86-input-calcomp package, despite not having the device, I suppose I would be able to compile this feature but not test it. The other is X11 support. I really wanted to get this working but I need help. All of the source files are Fortran except x11src.c. I was getting errors about there being no "main" function so I just put everything after the include and define lines in one big function called main. It still wouldn't compile and talked about static and non static declarations, so I commented out some declarations and changed the order in which some functions were defined. Eventually compiling it into object code worked, but when the makefile went back and put all the object files together to make the executable it once again gave me tons of errors related to x11src.o. If anyone wants to help that would be great. If not, I'll try using a different C compiler that might not be as picky.

  • Intel-tbb 3.0_20100310-1 Error: Makepkg was unable to build intel-tbb

    intel-tbb 3.0_20100310-1
    http://www.threadingbuildingblocks.org/
    an award-winning C++ runtime library that abstracts the low-level threading details necessary for optimal multi-core performance.
    unsupported :: system
    Maintainer: denis
    Votes: 61
    http://aur.archlinux.org/packages.php?ID=17322
    http://pastebin.com/iKLu1T8f
    excerpt of error:
    ./version_string.tmp:4: error: expected unqualified-id before string constant
    ../../src/tbb/tbb_misc.cpp: In function âvoid tbb::internal::PrintVersion()â:
    ../../src/tbb/tbb_misc.cpp:164: error: âVersionStringâ was not declared in this scope
    make[1]: *** [tbb_misc.o] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-greenfish/aur-intel-tbb/intel-tbb/src/tbb30_20100310oss/build/linux_intel64_gcc_cc4.4.3_libc2.11.1_kernel2.6.32_debug'
    make: *** [tbb] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build intel-tbb package.
    I tried to build this package like 2-3 months ago, sent an email to author but I never recieved a response. Here's hoping someone can help me on the forum
    Thank You
    Last edited by greenfish (2010-06-12 23:21:29)

    Stefan Husmann wrote:To which author? Upstream orr the packager in AUR? This is clearly an upstream error. The c++ code is broken (missing ").
    I sent an email to the aur packager. I guess I should contact someone at the repo instead then huh?
    Thanks for your reply

  • HT201270 I have an iPad 3rd gen. A carrier settings update notification has appeared on my screen, and it doesn't do anything when I press either 'update' or 'not now' . Because the notification is still there, I am unable to use any apps or shut it down.

    I have an iPad 3rd gen. A carrier settings update notification has appeared on my screen, and it doesn't do anything when I press either 'update' or 'not now' . Because the notification is still there, I am unable to use any apps or shut it down. What should I do?

    Have you tried a reset by pressing and holding the sleep/wake button and the home button for 20 seconds (maybe longer) until the Apple logo appears, ignore the red slider.  Then turn back on. You won't lose any data doing the reset.

  • Adobe Air Apps for OS X: Unable to build a valid certificate chain for the signer. // Code Signing on OS X 10.10 Yosemite

    Hi,
    I created several OS X Apps using Adobe Air. That worked quite well before. Now I have do update my OS X Apps - therefore I also needed update my certificates. [ I'm using Flash CC 2014 on OS X Yosemite 10.10 ]. But whatever I do it doesn’t work anymore. I always get this Message saying:
    Unable to build a valid certificate chain for the signer.
    I googled a lot and the only "guide" I found is this post (from April 2013) about code singing - http://scottgaertner.com/code_signing/
    I’m not used to deal with this kind of stuff (CA etc.) - so it's quite confusing to me.
    Would anybody please be so kind and tell me what I have to do?
    Is there any instruction from Adobe? (I didn't find one yet) 
    A step by step instruction for absolute dummies would be great!
    Best regards and thank you in advance
    Jan

    Hi Mukesh,
    I installed the Flash CC 2014 update and added some Certificates from Apple to my Keychain. Now EVERYTHING works fine again!! :-)
    Thank you very much for the Update! :-) Good job!
    Best regards
    Jan

  • I am unable to update my apps now because I receive a message that I am not connected to the Canadian store.   How do I switch from the US store to the Canadian store?

    RI am unable to update my apps now because I receive a message that I am not connected to the Canadian store.   How do I switch from the US store to the Canadian store?

    Click here and follow the instructions to change the iTunes Store country.
    (85848)

  • Somehow my App Store changed to US and now I am unable to get any apps because my apple ID is only valid in Australia.  I have tried changing the store in the t

    Somehow my App Store changed to US and now I am unable to get any apps because my apple ID is only valid in Australia.  I have tried changing the store in the terms and conditions but it doesn't seem to be doing the trick and changes itself back to US.  Any ideas?

    Settings>iTunes and App stores>Apple ID.
    Tap your ID
    Tap View Apple ID
    Enter your password
    Go to Country/Region in the popup window to change the store

Maybe you are looking for

  • Trouble opening a PDF form (getting blank tab)

    I'm having an issue in Firefox on Windows 7. My company's intranet has a PDF form that I need to complete but it won't open properly. With the option for PDF files set to "Use Adobe Reader", the PDF opens in a new tab but the error "This PDf document

  • From cs2 to cs5 and i'm stuck already!

    Hi, just loaded my brand new photoshop cs5 extended, a big jump from cs2, and i'm stuck! I create a new page to build a design on, i open an image and it replaces the page, i open a different image and it replaces the last image. if i delete the last

  • Essbase Error 1042006 Network Error 111

    We are receiving the above errors, plus the text: The client timed out waiting to connect to the Essbase Agent using TCP/IP. Check your network connections. Also please make sure that Server and Port values are correct. ...whenever you attempt any fo

  • What happened to the help feature in CS5

    Prior Photoshop versions had a help feature that brought up a document where topics could be easily located in an index. In CS5 this help functionality no longer exists, or I can not find it. Instead there is some new help document that contains no i

  • Problem with Picture Dimensino

    When I upload pictures it is reducing the dimension size of the image. I believe it is something on my computer because other people have taken pictures from my camera/albums and they display fine. It seems like my computer is automatically reducing