archive Questions
2
Solved
I'm writing a bash script to archive and export my project so I can send it to iTunes Connect. However, the documentation from the command line is a little confusing. I'm trying to figure out if th...
Modlin asked 17/7, 2015 at 1:57
2
Solved
I have a 16gb compressed zst file. how would I decompress it on windows? I do not have the memory to handle the decompressed version, so it needs to be written straight to a file.
Benildas asked 10/1, 2020 at 4:56
7
Hello My App is already on app store uploaded with same method archive project and upload it , now i have done some little bit changes, so when ever now i archive project it got stuck on some point...
2
Solved
I wrote a little web crawler and had known that the Response is a zip file.
In my limited experience with golang programing, I only know how to unzip a existing file.
Can I unzip the Response.Body ...
3
Solved
I can't seem to figure out how to use the basic archive artifacts statement. What I want is to archive an entire subtree but naming it doesn't seem to work. Nor does directory/** nor directory/**/
...
3
Solved
I have .class and .java files in JAR archive. Is there any way to extract only .java files from it?
I've tried this command but it doesn't work:
jar xf jar-file.jar *.java
22
Solved
I typically do:
tar -czvf my_directory.tar.gz my_directory
What if I just want to include everything (including any hidden system files) in my_directory, but not the directory itself? I don't wa...
3
Anybody faced this issue while exporting iOS app to tester team?
Erlin asked 31/7, 2019 at 14:15
6
Solved
We have enabled iCloud capability in our application and enabled below services,
Key-value storage
iCloud Documents
But while trying to export the build through the archive, it's throwing me th...
Illusion asked 31/10, 2019 at 15:51
3
Solved
I have a table with the archive storage engine and I would like to clear it. Neither delete, nor truncate will work because of the engine definition. But is there any other way than dropping the wh...
3
Solved
I have App dir inside Release dir
$ cd Release
$ tree
.
`-- App
|-- App.exe
..........
and I am trying to create App-1.0.zip in the Release dir containg App with all its content. That is after...
Lander asked 24/3, 2018 at 17:41
2
I am currently trying to archive my Xcode project but whenever I try to, it gives me a popup error saying : "Invalid Run Destination: The current scheme doesn't have a run destination that can...
Thermogenesis asked 18/12, 2023 at 14:8
11
I suddenly have this weird issue with Xcode 10.1.
When I archive App Store target for my app, I can't see "distribute app" option, instead it now says "Distribute Content", and ...
30
Solved
How can I create a zip archive of a directory structure in Python?
Strop asked 6/12, 2009 at 11:12
1
Solved
I am trying to sift through a big database that is compressed in a .zst. I am aware that I can simply just decompress it and then work on the resulting file, but that uses up a lot of space on my s...
Aalborg asked 22/1, 2023 at 4:50
31
Solved
Is there a simple shell command/script that supports excluding certain files/folders from being archived?
I have a directory that need to be archived with a sub directory that has a number o...
9
Solved
Is there a Python library that allows manipulation of zip archives in memory, without having to use actual disk files?
The ZipFile library does not allow you to update the archive. The only way s...
7
Solved
I need to create a products archive page (usually the Shop page in WooCommerce) but displays ONLY the ON SALE products. Basically it should use the same template layout as that in the archive-produ...
Construction asked 8/1, 2014 at 8:16
7
Solved
I don't remember this has happened to me before, but for some unknown reason my last app build does not appear in TestFlight. The archiving and upload went as usual with no problem. And if I try to...
Snath asked 28/3, 2019 at 5:25
6
I want to identify my archive whether it is zip or rar. But the problem I get runtime error before I can validate my file. I want to create custom notification:
public class ZipValidator {
public...
Binnie asked 26/11, 2015 at 8:54
2
Solved
I have created app using Xcode.It is ready to be uploaded on iTunes connect..
But application loader seems to be too slow to do so..
The other archive method looks good to use but the option is dis...
2
I have a .7z archive that I manage using 7zFM (File Manager) and I can easily add objects to this archive. However the objects in the archive are encrypted with AES like I want them to be, but when...
8
I have a series of files named filename.part0.tar, filename.part1.tar, … filename.part8.tar.
I guess tar can create multiple volumes when archiving, but I can't seem to find a way to unarch...
14
How do I set the images so that I can archive and validate my app? The screen looks like this now:
So the first one says 29pt, but then it also says 2x. So do I put a 29x29 image or a 58x58 ima...
Plural asked 27/1, 2015 at 12:26
5
Solved
I was sent a zip file containing 40 files with the same name.
I wanted to extract each of these files to a seperate folder OR extract each file with a different name (file1, file2, etc).
Is there ...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.