Note that there are some explanatory texts on larger screens.

plurals
  1. POSharing an archived iOS build won't succeed on the clients side - no such file or directory
    text
    copied!<p>For one of my clients, I've developed a small iOS app. I'm a member of their dev team, so I've been using a development certificate to sign my local test builds.</p> <p>Now the app is almost done and it should go into internal testing on the clients side. I created an archived build of the app which I then sent to my client. They imported it into the organizer and tried to "Share" it to be able to re-sign it using an ad hoc profile.</p> <p>Creating the .ipa fails with an "no such file or directory" error though. The archive appears to be fine otherwise - the organizer shows all the usual information, the icon, and it will let them export it as another archive. Creating an .ipa without re-signing fails as well, which leads me to believe this is not an issue with ther certs and provisioning profile.</p> <p>If I try the same thing on my side, writing an .ipa from the very same archive using my development cert, the operation succeeds.</p> <p>It may be worth mentioning that the same procedure was working fine while we were still using XCode 3.x on earlier projects. This is the first time we've been trying this using XCode 4.</p> <p>No additional (static) libraries have been used.</p> <p>Any help greatly appreciated!!</p> <p><strong>Edit:</strong></p> <p>Someone at the apple dev forums suggested to me that I should check the system console for xcode error messages while attempting to export the .ipa - none were printed out. We discovered some other, older messages however, which read as follows:</p> <blockquote> <p>18.04.11 13:54:35 /Developer/Applications/Xcode.app/Contents/MacOS/Xcode[123] /Users/User/Library/Developer/Xcode/Archives/2011-04-15/Foobar.xcarchive/dSYMs/Foobar.app.dSYM/Contents/Info.plist: set flags (was: 00200000): Operation not permitted</p> </blockquote> <p>The timestamp is roughly at the time when my client first imported my archive, but we can't be sure since we didn't watch the console back then.</p> <p>The message had been printed multiple time, once for every single ressource file contained in the bundle. Does this tell you guys something?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload