Questions tagged [archiving]

211 questions
170
votes
5 answers

Archiving project in Xcode incorrectly creates multi-application bundle

Archiving my project in Xcode is creating a multi-application bundle, instead of bundling my main target for release, which is what I want. Specifically, when I validate my archive in Organizer, it gives me the message: "[projectname] does not…
Jared Friedman
  • 4,379
  • 3
  • 18
  • 9
29
votes
5 answers

Xcode 10 archiving fails - only on command line (xcodebuild)

I'm having issues with archiving on my CI machine (Jenkins), when running the process manually on the SAME machine but with the Xcode UI, everything works just fine. The error I get is: :0: error: cannot have input files with file list **…
Adi B.
  • 369
  • 1
  • 3
  • 10
18
votes
1 answer

Extract tar file without creating folder

I want to extract tar file in Unix tar xvf /home/test/group.tar and once extracted got a folder group which has list of xls,pdf,txt files. How can i extract contents of group.tar inside /home/test/list of xls, pdf files without creating group…
Bala K
  • 299
  • 2
  • 3
  • 12
16
votes
2 answers

What's the difference between all 4 methods for deployment in Xcode?

In Xcode, after archiving you can click "export" to generate an .ipa that you can then distribute outside of the App Store. However, there are several options for exporting. Namely: Save for iOS App Store Deployment Save for Ad Hoc Deployment Save…
Diego
  • 577
  • 4
  • 14
16
votes
1 answer

iPhone -- is initWithCoder an exception to the usual designated initializer design pattern?

I have a class MyClass. It has instance variables passedInVar1, passedInVar2, etc. whose values will be passed in from the object that requests the initialization. It also has instance variables decodedVar1, decodedVar2, etc. that will be decoded…
William Jockusch
  • 26,513
  • 49
  • 182
  • 323
16
votes
2 answers

Is there a way to view your app's .entitlements file from your app's .ipa archive?

I think there's an issue with my app's .entitlements file when a .ipa is created and so I want to check the Bundle ID of the entitlements file. There's a fairly complicated build script I am using to change some stuff in there before building so I…
fjlksahfob
  • 1,019
  • 3
  • 16
  • 27
15
votes
2 answers

Archive old data in Postgresql

I'm currently expecting for somebody to advice me on the process which I'm gonna take forward for DB archiving. I've database (DB-1) which has 2 very large tables, one table having 25 GB of data and another is 20 GB of data. Which cause major…
King_Fisher
  • 1,171
  • 8
  • 21
  • 51
15
votes
7 answers

Save for Enterprise or ad-hoc deployment not present

I am trying to build an IPA file for my app in view of some ad-hoc enterprise distribution. I have been looking at how to do this with Xcode 4.3.2, the version I am using at present, and I reached the point where in the organiser I should select the…
Diferdin
  • 1,252
  • 1
  • 14
  • 30
14
votes
6 answers

Technological solutions for extremely long term data archiving?

Are there any good technical solutions for extremely long term archiving of data, for example for 25 to 100 years? Somehow I just don't have a lot of confidence that a SQL 2000 backup file will be usable in court cases or for historians in 25 to 100…
MatthewMartin
  • 32,326
  • 33
  • 105
  • 164
14
votes
3 answers

Library to manage XAdES signatures in Java

I'm looking for a Java library that allows the creation and verification of XAdES signatures (the more formats, the better: XAdES-BES, XAdES-C, XAdES-X-L, etc.). The most interesting implementations I found are: Java XML Digital Signature API (JSR…
Jhack
  • 510
  • 1
  • 6
  • 20
14
votes
3 answers

Difference between archiving and compression

What is the difference between Archiving and compression in Linux? We have different commands for both which we can combine too.. but what exactly are they?
KawaiKx
  • 9,558
  • 19
  • 72
  • 111
12
votes
1 answer

Swift issue using max() and min() sequentially while archiving on Xcode

On "Compiling swift files" step while archiving, it said that a particular file had this error: PHI node has multiple entries for the same basic block with different incoming values! %31 = phi i64 [ 3, %385 ], [ %386, %385 ], [ 1, %29 ], !dbg…
Rafael Garcia
  • 361
  • 3
  • 14
12
votes
3 answers

What's the best way to perform data archiving on an Oracle database?

I'd like to figure out the best way to archive the data that is no needed anymore, in order to improve the application performance and also to save disk space. In your experience what is the best way to implement this, what kind of tools can I use?…
Rulas
  • 1,164
  • 3
  • 16
  • 22
11
votes
1 answer

Send heroku logs to s3

Does anyone know a free Heroku add-on for archiving heroku logs on S3 AWS? I used Loggly add-on but it is not free anymore. So I'd like to find an alternative. I can see there are flyData and logentries Has anyone used those? Any feedback on them?…
Sergey
  • 345
  • 3
  • 12
11
votes
2 answers

In PostgreSQL 9.2, is archiving required for streaming replication?

Is it allowed and/or reasonable to configure a master PostgreSQL 9.2 server to NOT archive but to perform streaming replication. That is configured as shown below: wal_level = hot_standby archive_mode = off Can the "slave" server (hot standby), be…
Dwayne Towell
  • 8,154
  • 4
  • 36
  • 49
1
2 3
14 15