I tried updating the iphone application which is in another itunes connect profile. I used the "application loader" and everything is fine until I try to download the zip file
I get this strange message and cannot understand what is going wrong.
"The CodeResources file must be a symbolic link to _CodeSignature / CodeResources"
I opened the package and there was a _CodeSignature folder.
I compiled the application with my distribution profile (no problem)
? , FooApp.app/CodeResources - , .
"zip" , zip -y -r .
zip -y -r
XCode 3.2.5 ( ), , :
. , , . , , iTunes Artwork .
, "" , " " 2.0 3.0 , , "" armv6 ( , armv6, armv7). , "" " ".
:
cd (to where your project is) ln -s _CodeSignature/CodeResources CodeResources
, . ( , , , , , ..), , , .
, , XCode . ( OS X), , .
.
rm CodeResources ln -s _CodeSignature/CodeResources CodeResources
CodeResources _CodeSignature/CodeResources.
. , info.plist ( iPhone iPad). , .
. project.pbxproj Project.xcodeproj SVN. , .
You must:1. Go to the AppName.app folder2. Create a file called CodeResources3. Open the file using a regular text editor4. Enter _CodeSignature / CodeResources (the path where the actual CodeResources file is located.){The application will now know where the CodeResources file is located, and will have an account for all the files in the .app folder.}
Source: https://habr.com/ru/post/1760400/More articles:CodeIgniter controllers called twice - phpДействия контроллера вызываются дважды - приложение Php - javascriptOpenID auth: what method to get a unique identifier to use as a key? - pythonTranslation of curl in python urllib2 - pythonWill Visual Studio Express for the 7 Series Phone Confuse Visual Studio 2010? - visual-studioDjango: How to track a linear (but flexible) project management process? - workflowСолить пароль - есть ли лучшие варианты, чем использовать временную метку? - saltWhat is the best way to get data from app.config? - c #How to install Visual Studio 2010 Professional and Express in parallel - visual-studioSQL Database Compatibility - databaseAll Articles