Invalid Binary: "Missing .Nib File" ?

Dear Adobe Community,
I have a big problem... When finally I've uploaded the Binary file of my App to iTunnes Conect, I've received several emails like this from Apple after several attempts:
"We have discovered one or more issues with your recent delivery for "Name of the App". To process your delivery, the following issues must be corrected:
The binary being analyzed must be an executable: /tmp/mz_4718812371818442247dir/nameoftheapp.zip/viewer.app/viewer
Missing Nib File - The referenced nib file 'MainWindow.nib' was not found in the application bundle.
Once these issues have been corrected, go to the Version Details page and click "Ready to Upload Binary." Continue through the submission process until the app status is "Waiting for Upload." You can then deliver the corrected binary."
I'm going crazy with this. It is the first time that something similar is happening to me, please, someone have the solution for this problem?
Really appreciate your help and any suggestion from Abode team!
Best,
E.

Just to echo this - we have the same problem. We are going to try renaming the file and resubmitting but the concern must be problems further down the line.
I am concerned about the process of unzipping and rezipping the file as there may be issues with encryption?
In addition there are a number of other *~ipad.nib files included in the app build which we have not renamed - however it seems logical that they may also be affected.
Grateful as the other posters have commented for an update on this issue as soon as you have it.
Thanks
UPDATE 12.20pm BST
We unpacked the file, renamed the file in question, rezipped and sent it off again. This time no error email yet from Apple, and status has changed to Waiting For Review. Seems a bit too easy though....! Hard to believe we won't get another error back in due course, but I guess you never know.
Message was edited by: tortoise816 to update our situation.

Similar Messages

  • Error report form iTunes Store: Missing Nib File

    After having uploaded the .zip-file to the iTunes Store (update of an existing app), I got the following error-report from the iTunes store: Missing Nib File - The referenced nib file "MainWindow.nib" was not found in the application bundle. Is it possible that this error occurred while creating the app in the Adobe app builder or where do I have to look for this error? The first uploading of the original app worked without an error. What do you recommend me?
    Thank you very much for an answer.
    Ueli Mattenberger, VMA Media AG, Switzerland

    See http://forums.adobe.com/thread/1277293 and http://status.adobedps.com/ for information on this issue.
    Neil

  • Invalid binary - corrupted png file

    I've tried three times now to update my app that is already on the app store. Every time I loaded the new binary, about a minute later it was rejected. I then get this email response:
    Corrupt Icon File - The icon file [email protected] appears to be corrupt.
    Can somebody please help me out with this if you have seen the samething?
    Thanks

    OK, after attempting a million different fixes nothing worked until...
    I did a google search for corrupt pngs and invalid binaries. I came across a post about some kind of bug in xcode 4.3.1 that compresses pngs which causes the invalid binary message. So, on this hunch I resaved all my pngs without compression and PROBLEM SOLVED!
    If anybody else has a similar problem this seems to be the root.

  • "Invalid Binary" error on app. Apple's reason is "Missing 64-bit support" due to changes from Feb 1st 2015

    Hello
    Can anyone help me with an "Invalid Binary" error on my app.
    Apple's response is:
    Dear developer,
    We have discovered one or more issues with your recent submission for "DPS Notes". To process your submission, the following issues must be corrected:
    Missing 64-bit support - Beginning on February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK. Beginning June 1, 2015 app updates will also need to follow the same requirements. To enable 64-bit in your project, we recommend using the default Xcode build setting of “Standard architectures” to build a single binary with both 32-bit and 64-bit code.
    Once these issues have been corrected, use Xcode or Application Loader to upload a new binary to iTunes Connect. Choose the new binary on the app’s Details page in My Apps on iTunes Connect, and click Submit for Review.
    Regards,
    The App Store team
    Can someone from the Adobe DPS team let me know how I can recreate the .ipa file so that it will meet Apple's requirements.
    They seem to have moved the goalposts since I created the original .ipa file in December. I thought I'd submitted it, just went back through iTunes Connect to check info as I hadn't heard anything from them, then hit this brick wall. Any help offered would be much appreciated.
    Thanks
    Rebecca

    Hi
    I've Updated App Builder, gone back to the DPS App Builder portal, regenerated new zip and ipa files and downloaded them.
    I clicked the Application Loader 3.0 link, downloaded the latest Appication Version, clicked on the "Deliver your App" button, and submitted the newly built App that was built using 32.4.2 version. (All the app icons were listed as "stored on server" so I presume they are all ok). The .zip file appeared to 'deliver' to Apple successfully. I've tried to resubmit it but get ta "Redundant Binary Upload. There already exists a binary upload with build version..." error message, so presume the orginal binary upload was successful. I have no idea how I can get this app from the "prepare for submission", to "in review". The last time I thought I'd submitted this app I got as far as the "waiting for review" status, and no further.
    At the moment I don't have a"+" button in the Build section - as mentioned on page 66 of Adobe's Step_by_step_guide_to_dps_se.pdf.
    So I can't add the new .zip file to the iTunes Connect > My Apps portal in the Build section of the Versions tab.
    I have put a support email into Apple, but don't expect a reply any day soon.
    The problem with starting all the way back through the App wizard is that I really want to use all the same App Name, Bundle ID, and details etc.
    Do you mean, going back to the Folio Producer Panel, and building a whole new App?
    This process certainly isn't for the faint-hearted!
    HELP!

  • Invalid Binary (iTunesConnect) - a sealed resource is missing or invalid

    Hi there,
    I'm trying to figure out the issue we're having with one of our app store submissions; the submission goes up fine (successfully uploads from Application Loader) - but is then rejected after ("Recieved Upload") in iTunesConnect with the error "Invalid Binary"; we then get an email with:
    Invalid Signature - the main app bundle <appname> at path <appname>.app      is signed but the signature is invalid.     The following error(s) were reported from codesign:
    a sealed resource is missing or invalid In architecture: i386
    As far as we can tell, the signature looks to be correctly applied; we're using:
    codesign -vvv -f -s '3rd Party Mac Developer Application: <Our Company>' --entitlements "<appname>.entitlements" <appname>.app
    To sign the bundle, and
    productbuild --component "<appname>.app" "/Applications" --sign "3rd Party Mac Developer Installer: <Our Company>" <appname>package.pkg
    Does anyone have any clues on how and where to start debugging this issue? Already spent 12 hours on the problem - would rather not waste another 12.
    Thanks!

    So, as a follow up to this - days of annoyance later. Here's how I got it fixed; hopefully this will be of use to someone else who encounters this. Unity3D was adding a couple of hidden files to the directory when building - I suspect this is because we're building the Mac binaries under Windows, but regardless of the cause; it has placed a couple of files named, e.g. '._unity default resources' inside the .app. Now; –
    It appears codesign ignores those when verifying, but not when signing. packagebuild ignores them when building. So; the app verifies fine, and the package builds fine -- but if you install the package, then try verify where you just installed to, you'll get the "a sealed resource is missing or invalid" which iTunesConnect rejects the binary with. Add a --verbose and it'll point you to what files are misbehaving.
    Now to go light people on fire...

  • Missing MainMenu.nib file on Xcode

    Hi, I´m really new to Xcode, i´m trying to follow the program guides and I notice that all of them say that I must have a ManiMenu.nib file in Resources group of Xcode, well, I only see MainMenu.xib, I try to create the nib file but I only can create a library file.
    Also I try to delete Xcode preferences as indicated in help files but without luck, every time I create a new Cocoa project the MainMenu.nib is missing.
    I´m using Xcode 3.2.1 over Mac OS 10.6.2
    Any clue will be appreciated.
    Thanks.

    +>is really strange that if they cover 3.0 with snow leopard they did not mention this change.+
    Not at all. Those books all have to be ready for print well ahead of time.
    This means the code being used is most likely beta/pre-release. Lots of opportunity for mistake like this.
    The only way for them to add corrections later that reflect up-to-date implementation is to reprint ($$$!!!) or, as is frequently the case, log corrections to a website when/if they find the time.
    The reality is more likely that users simply start supporting each other and the workload subsequently falls to the community instead. The original authors are off the hook and get free support Nice work if you can get it.

  • To save to the server, correct the invalid or missing required fields.

    We have a SharePoint 2010 document library that has a required field that is from an external data source.  When we open existing Excel documents, a ribbon appears stating "To save to the server, correct the invalid or missing required fields.". 
    If you go File>Info>Document Information Panel you will see this external data source field with a Red Asterisk and it says "Show Details".  If you click "Show Details" it will show you the "Document Properties - Server"
    toolbar and you will see this field populated.  It is however read only, and I believe that it is because its an external data source.  It will not let us save any excel documents as it seems that Excel feels this field is empty or incorrect.
    The same happens with Microsoft Word documents, in that if you open an existing document and go to the document control panel you will see the external data field with a Red Asterisk and it says "Show Details".  If you click "Show Details"
    it will show you the "Document Properties - Server" toolbar and you will see this field populated but read only; the difference is with the Word documents we can save and close the documents.  If we upload a new excel document, it behaves
    just like word documents, so it seems its only applicable to existing excel documents.
    Over the past 2 weeks we have upgraded from SharePoint RTM to SharePoint SP2.  This is has never been reported prior to the upgrades so I am assuming, but cannot confirm, if it was caused by the upgrades.
    I see there are workarounds online for Word, but nothing for excel. 
    Any help for further troubleshooting would be greatly appreciated. 
    Thanks
    Ken
    Kenneth Clebak

    Hi Ken,
    According to your description, the error will occur when saving the documents in the library which has an external data column from client application.
    The document which cannot be saved may contain invalid XML information or invalid XML properties.
    I recommend to remove the invalid XML information before you save the documents:
    Open the document in corresponding client application.
    Click File, click Info, click  Check for issues, and then click Inspect Document.
    In the Document Inspector dialog box, accept the default options, and then click Inspect.
    In the Document Inspector dialog box, click Remove All, and then click Close.
    Best regards.
    Thanks

  • Missing NIB's on Build

    What would cause NIB to be missing from the app package on one build then be there the next?
    This includes random xib files including sometimes the MainWindow. Happens in the Simulator and multiple devices.
    This project has gone through quite a few updates to XCode and a migration from CVS to GIT.
    I tried removing all the references and reading the files to the project (a long and arduous process).
    I have checked and rechecked and triple checked the Build Phases >> Copy Bundle Resources.
    It seems like some nibs are just getting left out in the build process?
    Any thoughts on this issue beyond what I could glean from Google and searching these forums?
    Randall S. Fish <><
    Uncaught exception: Could not load NIB in bundle: 'NSBundle </Users/rfish/Library/Application Support/iPhone Simulator/5.0/Applications/4F02A642-03BD-4BB8-A1F4-BF6938C1E461/MyApplication.a pp> (loaded)' with name 'MainWindow'
    2013-07-30 11:23:02.586 MyApplication[20758:c07] Stack trace: (
        0   CoreFoundation                      0x0291406e __exceptionPreprocess + 206
        1   libobjc.A.dylib                     0x020ccd0a objc_exception_throw + 44
        2   CoreFoundation                      0x028bca78 +[NSException raise:format:arguments:] + 136
        3   CoreFoundation                      0x028bc9e9 +[NSException raise:format:] + 57
        4   UIKit                               0x015a9838 -[UINib instantiateWithOwner:options:] + 2148
        5   UIKit                               0x015ab010 -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:] + 157
        6   UIKit                               0x0138b14a -[UIApplication _loadMainNibFileNamed:bundle:] + 58
        7   UIKit                               0x0138b461 -[UIApplication _loadMainInterfaceFile] + 225
        8   UIKit                               0x0138a7c0 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 278
        9   UIKit                               0x01399743 -[UIApplication handleEvent:withNewEvent:] + 1027
        10  UIKit                               0x0139a1f8 -[UIApplication sendEvent:] + 68
        11  UIKit                               0x0138daa9 _UIApplicationHandleEvent + 8196
        12  GraphicsServices                    0x02aa7fa9 PurpleEventCallback + 1274
        13  CoreFoundation                      0x028e81c5 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53
        14  CoreFoundation                      0x0284d022 __CFRunLoopDoSource1 + 146
        15  CoreFoundation                      0x0284b90a __CFRunLoopRun + 2218
        16  CoreFoundation                      0x0284adb4 CFRunLoopRunSpecific + 212
        17  CoreFoundation                      0x0284accb CFRunLoopRunInMode + 123
        18  UIKit                               0x0138a2a7 -[UIApplication _run] + 576
        19  UIKit                               0x0138ba9b UIApplicationMain + 1175
        20  MyApplication                 0x001a23d2 main + 290
        21  MyApplication                 0x00002905 start + 53
        22  ???                                 0x00000001 0x0 + 1

    We usually copy the xib files to a temporary location with the .m and .h files then go through and rename the files and open them and change the class names, then add the files into the project as new files.
    We have never done this with the MainWindow that file has been consistant throughout the lifecycle of the project.
    It is hard to be 100% sure on the Case of the file names because there are so many. However, I can compile then browse to the .app file browse package and see that the MainWindow.nib file is missing. Re-run the build and repeat the steps and the MainWindow.nib is there.

  • Control File Missing Temp file

    Dear All,
    I have a problem with my database and receiving errors related to Temp file. I run the following command and got output as:
    *select status,name from v$tempfile;*
    *Output:*
    STATUS NAME
    ONLINE 'X:\ORACLE\ORADATA\PROD\TMPPROD02.DBF'
    ONLINE 'X:\ORACLE\ORADATA\PROD\TMPPROD03.DBF' I run ALTER DATABASE BACKUP CONTROLFILE TO TRACE; command it generated following output:
    I think control file is missing temp file information. Can any one help please?
    #     Set #2. RESETLOGS case
    # The following commands will create a new control file and use it
    # to open the database.
    # The contents of online logs will be lost and all backups will
    # be invalidated. Use this only if online logs are damaged.
    STARTUP NOMOUNT
    CREATE CONTROLFILE REUSE DATABASE "PRODUC" RESETLOGS  ARCHIVELOG
    --  SET STANDBY TO MAXIMIZE PERFORMANCE
        MAXLOGFILES 32
        MAXLOGMEMBERS 2
        MAXDATAFILES 32
        MAXINSTANCES 16
        MAXLOGHISTORY 7917
    LOGFILE
      GROUP 3 'X:\ORACLE\ORADATA\PRODUC\LOGPROD3A.RDO'  SIZE 10M,
      GROUP 4 'X:\ORACLE\ORADATA\PRODUC\LOGPROD4A.RDO'  SIZE 10M,
      GROUP 5 'X:\ORACLE\ORADATA\PRODUC\LOGPROD5A.RDO'  SIZE 10M
    -- STANDBY LOGFILE
    DATAFILE
      'X:\ORACLE\ORADATA\PRODUC\SYSPROD01.DBF',
      'X:\ORACLE\ORADATA\PRODUC\UNDOPROD01.DBF',
      'X:\ORACLE\ORADATA\PRODUC\PRODCFD01.DBF',
      'X:\ORACLE\ORADATA\PRODUC\PRODCFI01.DBF',
      'X:\ORACLE\ORADATA\PRODUC\PRODPD01.DBF',
      'X:\ORACLE\ORADATA\PRODUC\PRODPI01.DBF',
      'X:\ORACLE\ORADATA\PRODUC\PRODCRD01.DBF',
      'X:\ORACLE\ORADATA\PRODUC\PRODCRI01.DBF',
      'X:\ORACLE\ORADATA\PRODUC\PRODPHD01.DBF',
      'X:\ORACLE\ORADATA\PRODUC\PRODPHL01.DBF',
      'X:\ORACLE\ORADATA\PRODUC\PRODPHI01.DBF',
      'X:\ORACLE\ORADATA\PRODUC\PRODFPD01.DBF',
      'X:\ORACLE\ORADATA\PRODUC\PRODSD01.DBF',
      'X:\ORACLE\ORADATA\PRODUC\PRODAD01.DBF',
      'X:\ORACLE\ORADATA\PRODUC\PROD_MON01.DBF',
      'X:\ORACLE\ORADATA\PRODUC\PRODREPORTINGDATA01',
      'X:\ORACLE\ORADATA\PRODUC\PRODREPORTINGINDX01',
      'X:\ORACLE\ORADATA\PRODUC\PRODCFD02.DBF',
      'X:\ORACLE\ORADATA\PRODUC\PRODPHL02.DBF',
      'C:\ORACLE\ORA92\DATABASE\FSDFSDFSDFS',
      'X:\ORACLE\ORADATA\PRODUC\PRODREPORTINGDATA02',
      'X:\ORACLE\ORADATA\PRODUC\PRODAD02.DBF',
      'X:\ORACLE\ORADATA\PRODUC\PRODCFD03.DBF',
      'X:\ORACLE\ORADATA\PRODUC\UNDOPROD02.DBF'
    CHARACTER SET AL32UTF8
    # Recovery is required if any of the datafiles are restored backups,
    # or if the last shutdown was not normal or immediate.
    RECOVER DATABASE USING BACKUP CONTROLFILE
    # Database can now be opened zeroing the online logs.
    ALTER DATABASE OPEN RESETLOGS;
    # Commands to add tempfiles to temporary tablespaces.
    # Online tempfiles have complete space information.
    # Other tempfiles may require adjustment.
    ALTER TABLESPACE TEMP ADD TEMPFILE 'X:\ORACLE\ORADATA\PRODUC\TMPPROD03.DBF'
         SIZE 1024M REUSE AUTOEXTEND ON NEXT 134217728  MAXSIZE 16383M;
    ALTER TABLESPACE TEMP ADD TEMPFILE 'X:\ORACLE\ORADATA\PRODUC\TMPPROD02.DBF'
         SIZE 8192M REUSE AUTOEXTEND ON NEXT 33554432  MAXSIZE 16383M;
    # End of tempfile additions.

    Please either add a tempfile or else if you have two temporary tablespaces(say temp01 & temp02) with associated tempfiles and let us assume TEMP01 is the default tablespace for the database(by seeing the database_properties view) then please drop the TEMP02 tablespace and re-create it and then make TEMP02 as default tablespace for the database and then drop the TEMP01 tablespace and re-create it and then make it as the default temporary tablespace .. Thats the solution and hope its clear... you can go through following steps :
    SQL> select tablespace_name, file_name from dba_temp_files;
    SQL> drop tablespace temp02 including contents and datafiles;
    SQL> create temporary tablespace temp02 tempfile ''X:\ORACLE\ORADATA\PROD\temp02.tmp' size 16383M;
    SQL> alter database default temporary tablespace TEMP02;
    SQL> drop tablespace temp01 including contents and datafiles;
    SQL> create temporary tablespace temp01 tempfile ''X:\ORACLE\ORADATA\PROD\temp01.tmp' size 16383M;
    SQL> alter database default temporary tablespace TEMP01;
    Cheers!

  • Invalid Binary - no email, no help, no idea what to do...

    Hello All,
    We are having a problem getting our app upload to be accepted, and it is dragging on for weeks, and we're very frustrated.
    The application is actually a PhoneGap developed application, and has a published instance on Windows and Android stores.
    At first we had problems uploading the application at all, because PhoneGap had not prepared the icons and images correctly, so these issues were all addressed and hand crafted into the package.
    We have now got the files uploaded but iTunes Connect keeps saying Invalid Binary.
    No emails are being received by us, and no other information is being presented to us, so we have almost zero hope of knowing what is wrong.
    We've worked through all of the other posts we could find, and the ones we could make sense of have not helped.
    What information can I share to have any of you lovely people help me?

    ChrisEvolvin wrote:
    This is an Apple Forum.
    I didn't see anything that said it was exclusive to Obejctive-C.
    And you can use PhoneGap with Xcode.
    So this is an appropriate forum to ask about problems submitting an app to APPLE, using APPLE tools, where APPLE have raised an error which is ambiguous and totally unhelpful, after APPLE application loader did not raise any issues, and NOT performing as per APPLE's own documentation i.e. no email.
    PhoneGap is not Apple. In a user-to-user support forum like this, you are limited by what other people have experience with. I don't know of anyone here who has any experience with PhoneGap. If you are looking for a place where there are people who can help with PhoneGap, you have to go to a PhoneGap support forum.
    We have also spent weeks googling for options and have found plenty of people with similar problems who haven't even used Phonegap.
    There is no such thing as a "similar problem". There are many reasons why you could have an invalid binary. Xcode will tell you if there is a problem when you attempt to submit.
    To restate our problem - We have an issue with iTunes Connect showing an Invalid Binary - but have had no email, so have no idea what the issue is. We have used Apple's application loader, which showed no issues, which was after following Apple's documentation on how to upload an app.
    Things aren't like they used to be. You can't just say X is Apple's tool and it should work. Half of Apple's tools don't work. You have a dependency on PhoneGap. That means you have to use Application Loader. No one other than PhoneGap people have any idea how to use Application Loader. Apple recently did a huge update on iTunes Connect and lots of things were broken. Maybe you are using some ancient, 3 month-old version of PhoneGap/Application Loader that doesn't work anymore. No way for us to tell.
    This is a social problem, not a technical one. You have to pick your camp. Apple prefers Xcode so Apple is going to ensure that Xcode works properly. If they break it, and they do on a regular basis, they will have it fixed in a few days or a few weeks. They won't get around to fixing Application Loader until later. It is not a priority for them.
    I mean this genuinely - if your response to anyone's post is going to be "not our problem, go somewhere else", maybe you should just not bother.
    It is 2015 in a world of crowd-sourced, do-it-yourself development and support. One of the most important skills to have is knowing where to go for help. If someone tells you to go elsewhere, it doesn't mean they are being jerks. It means they don't know and you should go elsewhere. You aren't going to get a traditional level of support from any company, including Apple, anymore. Back in the day, you could pay $500 a year for e-mail support and maybe $5000/year for phone support. How much do you pay Apple now? How much do you pay PhoneGap? How much do you pay us? Scale your support expectations appropriately.

  • Invalid or missing cookies with firefox 24

    I have a user that cannot login from firefox 24. Gets Invalid or missing cookie(s) contact your administrator. Login works with IE 10. Anyone else have this problem? He is using Better Privacy and Adblock Plus but both allow Groupwise.
    bill riggs

    Hi
    You could try the following in your webacc.cfg file:
    'Security.UseClientIP.enable=false'
    Let us know how it goes.
    Cheers,

  • Quicktime: Unable to load nib file: MainMenu, exiting.

    Recently updated OS X to 10.6.8
    Ever since the upgrade, my system quicktime player is completely dead.   Will not launch, displays generic icon in the application folder.
    iMac:QuickTime Player.app ryan$ pwd
    /Applications/QuickTime Player.app
    iMac:QuickTime Player.app ryan$ ls
    Contents
    iMac:QuickTime Player.app ryan$ cd C*
    iMac:Contents ryan$ ls
    Info.plist    MacOS        Resources    _CodeSignature    version.plist
    iMac:Contents ryan$ cd M*
    iMac:MacOS ryan$ ls
    QuickTime Player
    iMac:MacOS ryan$ ./Q*
    2011-12-16 13:40:05.201 QuickTime Player[30859:903] Unable to load nib file: MainMenu, exiting
    iMac:MacOS ryan$
    I've run the repair permissions utility, within the disk utility several times on the volume.
    I've run the verify disk utility on the volume - no problems reported.
    No other application issues that I've noticed; only quicktime is broken.
    Not sure what to do next.   If it gave me a clue about which "nib" file it was after I could go check it.
    iMac:English.lproj ryan$ pwd
    /Applications/QuickTime Player.app/Contents/Resources/English.lproj
    iMac:English.lproj ryan$ ls -lrt
    total 0
    -rw-r--r--  1 root  wheel  5143 Aug  8 06:39 ExportRefMovieForWebTemplate.html
    -rw-r--r--  1 root  wheel   350 Aug  8 06:39 SaveForWebiFrameTemplate.html
    drwxr-xr-x  2 root  wheel   102 Aug  8 06:41 MGRemoteHUDView.nib
    iMac:English.lproj ryan$  cd *nib
    iMac:MGRemoteHUDView.nib ryan$ ls -lrt
    total 0
    -rw-r--r--  1 root  wheel  4208 Aug  8 06:39 keyedobjects.nib
    Am I missing files in that directory structure??

    Did you repair permissions & restart after the
    update?
    I tried repairing the permissions and QuickTime still failed to launch; however, I didn't think to restart the machine. But then I fired up TechTool and it found problems with the volume structure, repaired it, and all is good now. So I'm not sure if TechTool fixed the problem or if it was eventually restarting after repairing the permissions.

  • Invalid binary: Mac App Store

    Hello all,
    I try to submit an application to the Mac App Store, I can get it pass the validation stage within xcode, but I keep getting "invalid binary" on my Itunes connect page... It seems not related to certificate error.
    Here is the error displayed in my received email from Apple:
    Files Only Readable By The Root User - The installer package includes files that are only readable by the root user. This will prevent verification of the application's code signature when your app is run. Ensure that non-root users can read the files in your app.
    I tried to open the api file and the archive one, and set all the directory and their content to "read / write" permission using the finder, but it didn't work.
    Cheers...

    I reply myself since I could manage to submit the application. I just started a new empty project and draged and droped the previous files contained in the older project, which seems to have been created with an older version of Xcode, i'm currently using the 4.0.2. Everything worked well... And I still don't understand why there was a problem.
    Beware of the old xcode project files...

  • Problems loading nib files after class is split into a static library.

    I've recently split a project so that the common re-usable controls are in their own class library. My original application project now references these using a cross project reference.
    However, since I have split the projects up, my original project crashes when it loads main.xib because it cannot find one of the custom classes which is defined in the library project.
    When I first split up the projects, I noticed that there were problems with the nib files not being able to find the IB outlets of the custom classes, but I managed to get around these by going importing the relevant library class files manually (File > Read Class Files…).
    I have made sure that all of the nib files compile without warning, so as far as I can tell, Interface Builder is able to read the necessary class headers, but when I try to run the app, it crashes saying that there is an unknown class in the Interface Builder file and that the class is not coding compliant.
    Are there any steps I've missed or advice on how to troubleshoot this?

    I did a bit of digging. The reason why this wasn't working is because the class in question was referenced by the nib files, but not in code. Therefore, while the code compiled and there were no warnings with the nib files, the linker was not linking the classes because no code used them directly.
    This can be fixed by going to the Project Settings, and on the Build tab, underneath the Linking heading, adding -ObjC to the Other Linker Flags section.

  • Invalid Binary error in the new iTunes Connect

    Hi, I tried to upload an app to itunes connect and I get a message saying "Invalid Binary". I also get the following email from Apple:
    Dear developer,
    We have discovered one or more issues with your recent delivery for "AppName". To process your delivery, the following issues must be corrected:
    Invalid Signature - the main app bundle AppName at path AppName.app is signed but the signature is invalid. The following error(s) were reported from codesign:
    a sealed resource is missing or invalid
    Refer to the Code Signing and Application Sandboxing Guide and Technical Note 2206 for more information.
    Once these issues have been corrected, you can then redeliver the corrected binary.
    Regards,
    The App Store team
    Please help!

    please help me out

Maybe you are looking for

  • Record settings -TV@nywhere master

    I am trying to bring some of my home videos into my PC from VHS on s-video.  I tried recording them in at "best" but every 6 seconds or so, there is a little glitch.  Usually the video kind of holds or hangs before continuing on.  I do not notice any

  • Which user type to user for RFC receiver channel

    Hi Forum, I m developing XI scenarios which include RFC receiver chhanel (in IB: Integration Directory), to call a function moule in a R/3, which kind of user should i use for this purpose, i mean to say, which user type:                 SYSTEM      

  • Flash Backwards Compatibility Question

    Hi, About a year ago I created a project using the Adobe Flash 5.5 Demo. I need to edit the Flash 5.5 file but my employer only has Adobe Flash 5 so I am not able to edit the 5.5 project using Flash 5. Question - Can the Flash 6 Demo open a Flash 5.5

  • What does the E mean on the top bar next to the network provider

    hi i have an E next to the network provider - what does it mean

  • Way to show html code ?

    Hello, Is there a component (like richedit) to show some html code in a form ?