The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
9 views

Application retirement and database archiving

I have a constantly developing application and i want to archive its DB. The DB tables structures constantly change. My idea is to develop non changing core structures (tables) of production tables. ...
-3
votes
2answers
33 views

archiving folder in .NET [closed]

I need to archive(zip/compress...) a folder in my application I use .NET4? I try to find examples in google,but I didnt find nothing. Any idea how can I implement archiving of a folder in .NET4?
0
votes
1answer
16 views

ios build for archive in Xcode 4 with no device

I created the adhoc provisioning files with a friend's device id and when someone else built the app, my friend was able to run it on their iPhone. I don't own an iphone myself. Now I am trying to ...
0
votes
0answers
12 views

How can I create an archived view based on current year, when the year column is managed metadata?

I am trying to create an archived view (so showing only files where the year is more than 5 years past). Unfortunately, all of the documents have a created or modified date of this year, since we have ...
0
votes
0answers
23 views

Change ActiveRecord table depending on primary key

We have one model/table with a lot of data, which we'd like to archive. The idea is to move old rows to an archive table, we'll move all rows with a primary autoinc key < xxxxx to an archived ...
0
votes
1answer
36 views

Errors ONLY while doing Product --> Archive with semantic issue

If I compile it to device or simulator, it works well. But when I do Product --> Archive, it errors: Login.m ! Semantic Issue Use of undeclared identifier 'kLogin_URL' But this works on ...
1
vote
0answers
29 views

Why ipad project archiving takes 45 minutes of time

Hi in one of my ipad application , i am facing one issue that is for archiving the project and even for build the project in release mode it is taking so much of time around 45 minutes and even total ...
0
votes
2answers
75 views

Archiving and retrieving array from a class in Objective-c [closed]

Hi i am trying to save data in a file with the help of a class that is saved to disk. It is saving the data but not retrieving correct data. Plz help me Here is my ViewController.h @interface ...
0
votes
0answers
34 views

Archiving large database performance

so this is the situation: I have a really big database, full of data (80Gb). Now I want to archive and purge this database in order to increase performance. For that I have built a recursive ...
2
votes
2answers
128 views

Saving Space For Archive Table In SQL Server

I have a SQL 2008 table with 773,705,261 rows in the table. I want to create an archive table to archive off the data, but I want to reduce the amount of space required for this data. Speed of ...
0
votes
0answers
116 views

iOS NSKeyedArchiver — NSMutableDictionary coming back as NSPlaceholderDictionary?

I have a large and complex object graph. I have implemented NSCoding to archive and unarchive the object graph. Normally, everything works fine. But under certain highly reproducible circumstances, ...
0
votes
1answer
15 views

Xcode stuck on “Attaching to <MyApp>” only when a debugger is selected in the scheme

Overall goal: Build an ipa for use in testflight Issue: When I go to archive and build the ipa, xcode gets hung up on the part where it says "Archiving ", i go and try to run on the simulator and lo ...
2
votes
1answer
47 views

SVN: delete a file or archive it?

When a file is not needed anymore, what is the "best practice" to do? Delete it from the repository, or move it to an 'notneededfiles_archive' in the repository? I would like to delete them, but I ...
0
votes
1answer
169 views

how to create an IPA file having the UDID of the device and not the actual device

I have the capability of archiving and getting an IPA file if i have the device connected to the Mac. But now i need to create an IPA file and send it over seas...I have the device's UDID how can i ...
0
votes
0answers
30 views

Xcode archiving not finding private headers

I'm trying to Archive a project that includes our SDK as a dependency. Our SDK uses all 3 header folder paths - Project, Private and Public. When building on Debug or Release settings, everything ...
0
votes
1answer
69 views

libopenjpeg encoding with ffmpeg

The libopenjpeg codec for ffmpeg is deemed experimental. Does anyone know if it is useable for storage of archival video material, i.e. if I write a whole bunch of video files with it, am I likely top ...
4
votes
1answer
206 views

What is the advantage of using armv7s support In Valid Architecture?

I'm working on an ios app which supports ios 4.3 and above. Due to some frameworks I cant Archive it for armv7s,so I have removed armv7s support.Will it reduce Application performance? What is the ...
0
votes
0answers
90 views

NLog Archiving in MVC3 application

i have an MVC3 application which uses NLog to Log to various files. however, How does anyone know hoe to use the Archiving functionality in an MVC3 environment. I have tried to implement the archiving ...
1
vote
1answer
181 views

Does NSCache persist between launches?

I'm looking into a fairly simple mechanism for caching and and currently using NSCache (for the reason of memory management). Question is - does the cache persist between launches? It seems like no to ...
0
votes
1answer
62 views

iOS - How to Save to and Read from file using Archiving?

I'am new to Xcode and I really need help on this. I'm trying to use Archiving to save a file with an array of items and trying to read and put them in a table view. The problem is that when I close ...
0
votes
1answer
150 views

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 ...
1
vote
2answers
51 views

What's good practice for archiving a portion of your unused code to be pulled back in later if needed?

We have a lot of small usually one-of projects that all get put as apps inside of a Django project, and I'd like to remove the them from the code to keep it clean, and also to not have to worry about ...
0
votes
0answers
108 views

Does the Apple Clang/LLVM Compiler #define a flag for default build types? (Not just Debug/Release.)

In Xcode 4.4, the menu "Product - Build For -" has four options: Running Testing Profiling Archiving Can I test for which one is being built with #ifdef from the clang preprocessor? I'm *not* asking ...
0
votes
1answer
204 views

How to archive data in Lotus Domino DB and keep attachments stored in DAOS

I logged the following question in server fault, and it was suggested I log a dev question related to that question, so here it is. I have a Lotus Domino DB being archived using the LS method ...
1
vote
1answer
128 views

iOS: Archiving NSMutableArray

I've Googled and searched SO for this with no straightforward results. It seems I have a fundamental misunderstanding of the following from Apple's documentation: An archive can store an ...
0
votes
1answer
28 views

How do I solve an Archiving app error - missing xmlreader.h

I'm archiving an app and get an error message saying that I'm missing the following: #include <libxml/xmlreader.h> the app builds fine on a device and simulator. I'm only getting this error ...
0
votes
1answer
143 views

How to disable code signing requirement

After getting email for invalid binary from Appstore, fixed issue now trying to archive again, Xcode is giving error that code signing is required for product type Application' in SDK iOS 5.1. So how ...
2
votes
0answers
239 views

Dependency Analysis Error

Submitted project to appstore got email about invalid binary. Fixed the error and now When trying to archive project getting dependency analysis error: codesignerror: code signing is required for ...
2
votes
2answers
143 views

Archiving application produces blurry icon on organizer screen

I have specified retina and non retina images and verified I put them in the right location in Xcode. After archiving the app, the icon appears blurry as shown in attachment. What can I do to fix ...
0
votes
1answer
74 views

How should I link archived objects to core data managed objects?

I need to persist up to a maximum of about 100 complex objects (call them Object A). I say complex because each object is composed of other nested heirarchical objects. I decided against storing them ...
0
votes
1answer
67 views

Storing large amount of information to be generated before run-time

I'm currently developing a tour application that will be storing and displaying information about different sights and sculptures, and I'm investigating the different options to store the information. ...
0
votes
0answers
108 views

Auditable Repository and Archivable Repository [closed]

I am quite new to ASP.net and am currently trying to implement my data access layers of my application. I have so far implemented a generic repository pattern as follows: using System; using ...
0
votes
1answer
490 views

I was trying Build For Archiving application with xCode 4.4, but I get this error

I was trying Build For Archiving application (from Titanium Mobile) with xCode 4.4, but I get this error: Validate ...
1
vote
1answer
383 views

Howto set DEBUG & NDEBUG macros in Xcode Profiling and Archiving Builds?

In Xcode (currently version 4.3.2), I have the DEBUG and NDEBUG macro definitions set for Debug and Release Builds, so I can selectively include debugging code with the ObjC preprocessor. Problem: ...
0
votes
1answer
208 views

Xcode KEEPS Crashing when archiving

This is the error console: Xcode just started crashing YESTERDAY, I have NO Clue why! I was arching my app to submit it, but I couldn't. I have tried reinstalling and other attempts, PLEASE ...
5
votes
7answers
2k views

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 ...
2
votes
3answers
3k views

NSKeyedArchiver and NSKeyedUnarchiver with NSMutableArray

I'm hoping this isn't something to do with the fact that I'm using a Mutable array here, but this one is baffling me so it wouldn't surprise me if that were the case. BACKGROUND: I have made a small ...
6
votes
2answers
181 views

Decoding an arbitrary block of NSData?

If I have an arbitrary block of NSData as a hex value, is there a way to determine what the object might have been before it was archived or serialized? I don't mind a few guess and check methods, but ...
0
votes
1answer
21 views

Which DB Junction approach is more efficient in this scenario?

In order to avoid soft delete I am creating a recycle bin database. The main database will junction to it. Here is an example of two possible junction approaches, and I was hoping for some input on ...
0
votes
2answers
151 views

Archiving data in SQL Server

I have a SQL Server database which has grown to more than 15GB in the past 5 years. Now my problem is disk space and the time it takes to run daily backups. What I want to know is how can I archive ...
2
votes
1answer
696 views

iOS application fails to archive for distribution

My application builds, runs, simulates etc. etc. fine! Everything works 100% on both the simulators and physical devices. No errors or warnings during building. Now, when I try to archive my project, ...
0
votes
2answers
129 views

nsf archiving format

Does anyone know if nsf has an "ost" type equivilant? That is of course assuming that an nsf is equivilant to a pst. I am unfamiliar with Lotus notes and do not have a licensed version to test this ...
1
vote
0answers
80 views

Data Archiving and Backup softwares for large data sets

I am new to data archiving and backup, so I have questions that experienced people would able to help me out. So I have a few questions. Here is what is at hand Archive and backup large data sets. ...
0
votes
2answers
291 views

How to subclass UIButton to allow to copy and encode for archiving?

I have an app where I need to track the last button pressed at all times. So I have implemented this method: -(void) lastButtonPressed: (id)sender { lastButtonPressed = (UIButton *)sender; } ...
1
vote
2answers
1k views

Xcode - archiving an app - icon issues [duplicate]

Possible Duplicate: App submission failed due to icon dimensions (0 x 0) I am about to submit my app but when trying to archive, xcode keep telling me that the icon has (0x0) dimensions and ...
0
votes
1answer
91 views

Archive format to append data on files without extraction

I have a large xml file (100GB or more) which contains unordered records, something like this: <page id = "1">content 1</page> <page id = "2">...</page> <page id = ...
0
votes
1answer
218 views

Sending zipped files as attachments

I have a rails application that creates a couple of csv file, zips them up and sends them to the client as an attachment(for download) using this line: send_file t.path, :x_sendfile => true, :type ...
2
votes
3answers
455 views

XCode hangs when archiving

When I try to archive one certain project, Xcode fails to respond. If left alone he manages to open the Organiser after a long period. The archive is there. If removed manually from ...
3
votes
2answers
116 views

Archiving Theory

I am about to set up a new database that will need to include archiving of records that are still accessible. Records are all associated with certain projects and when the project is archived, I want ...
2
votes
3answers
116 views

looking for a one-file filesystem or archiving file format

I'm looking for some filesystem, or archiving file format, with transparent compressing/decompressing support, and can be opened in windows (as a file) by some tool(like winrar or 7-zip), and have ...

1 2 3