Multiple apps in Simulator folder

Why do I get multiple sets of app folders in:
~/Library/Application Support/iPhone Simulator/User/Applications/
I noticed it when I tried to alter a data file in my app's documents directory directly.
The changes didn't show up when I ran my app. Eventually I realized there were multiple copies/folders and I was editing one while xCode was running another.
What causes these dupes and/or how can I prevent it from happening?
Thanks.
-PHil
Message was edited by: b1ueskyz

There should be one folder for every user app icon shown on the home page(s) of the simulator. Note that the binary for the app itself is included in each folder. Without those folders, there wouldn't be any apps "installed on" the simulator.
Are you seeing more than one folder for the same Bundle Identifier? That would mean you should see more than one icon for the same app on the simulator home page. I've had that happen (I think it's when I've changed the name of an app without changing its bundle id in a single simulator session), but it's rare. If your simulator is making duplicates on a regular basis, something is wrong, and I'm clueless since I've never seen that happen.
To remove one or more folders, just delete the app from the simulator home page (hold the mouse button down on an icon for a few seconds, then click one or more X's, then click the home button. If app folders from your projects are left after deleting all the icons, I'd hose them.
\- Ray

Similar Messages

  • Can TLD jar can access through EAR / APP-INF/lib folder

    Hi All,
    If I have a TLD files into jar file and their specific classes are also into jar file .
    Now can access those jar through EAR file APP-INF/lib folder or else its must to access through WEB-INF/lib folder.
    any pointer will be great.
    Regards,
    Kal.

    I suggest you assume that's how it's supposed to work, and get that to work most efficiently. I have no idea what you were trying to achieve by putting the taglib jar in APP-INF/lib. Perhaps you have multiple webapps and you wanted to avoid multiple instances of the taglib jar? If that's the case, I believe you could use WebLogic "shared application libraries" (I don't think that's the correct term), where you deploy a jar file as an application library, and the weblogic.xml file in each webapp that uses it would specify the name of the application library it uses.

  • Lightroom Upgrades on Mac Creates Multiple Apps

    In the Applications folder there are separate application "icons" for Lightroom, Lightroom 2.1, and Lightroom 2.2. The last two were created when the 2.1 and 2.2 upgrades were installed.
    When the upgrades were downloaded to my desktop I executed the dmg files. They installed the apps as separate entities in the applications folder. I deleted the dmg files from my desktop already.
    I assumed that these upgrades would overwrite the necessary files from the original ver. 2.0 installation. If I double-click on the ver. 2.0 app it will run Lightroom 2.0. Likewise, double-clicking on the 2.1 or 2.2 apps will run Lightroom 2.1 or 2.2, respectively.
    I then have to manually delete the Lightroom icon in the dock and replace with with the one for ver. 2.2. That's easy. But I am still confuddled as to why the dmg files created separate apps.
    Question: Can I safely delete the Lightroom and Lightroom 2.1 apps or do I need them to run version 2.2?
    Question: how can the upgrade installers be executed so that multiple apps are not created?

    It's "Mac", not MAC! :-)
    Roger and Jeff-
    I'd delete the earlier versions, or at least compress them and then delete if you think you may want an earlier version. Taking out of the Dock isn't enough- you have to delete or zip the Application itself to avoid using different versions.

  • How do you check multiple apps at the same time in itunes?

    for syncing to the iphone...how can I check more than one app at a time...but not all of them.
    I can highlight them, but it doesn't check them.

    You have to go to each app that you want to select and select the app. There is no option to highlight/select multiple apps at once to check the highlighted/selected apps to be checked for transfer to your iPhone. By the time you go though and select each app followed by making another selection to check each app, you would already have each app checked.

  • How do I select multiple pictures in a folder

    How do I select multiple pictures in a folder? I have tried shift + click, command + click etc but cannot find a way of selecting a large group without selecting individually 

    Select the first image.  Then Command-Click on each additional image you want to select as part of a group.
    If you are using List mode, you can click on the first, then Shift-Click on the last, and all the files between the first and the last will also be selected.
    Command-Click will still work to add additional non-sequential, or to remove items from the list already selected.

  • How to create a single login for multiple apps on tomcat server?

    Hello,
    I am running the most recent versions of apache and tomcat on several dells with XP pro.
    When I login to an app I have created, a session variable is set, but when I browse to one of the other apps on the same computer, it does not recognize that the session variable has been set and I have to login again.
    Can somebody please suggest how, or where I can find docs, to configure tomcat to pass the session variables to other apps?
    Thank you very much.
    Or, can anybody suggest the most effective strategy for creating single-logon functionality for multiple apps with tomcat and apache running on one computer? and with tomcat and apache running on multiple computers? (i.e., each computer has tomcat and apache integrated).
    The database is Oracle 10g running on each computer.
    Thank you again.

    A good place to start is http://www.javaworld.com/javaworld/javatips/jw-javatip34.html
    Also, do a search in this forum on HttpURLConnection. That class allows you to use POST method to send form data to a web server.
    "Hidden" variables are only hidden in HTML. The HTTP that gets POSTed to the web server doesn't distinguish between hidden and not hidden. That is, the content you would write to the HttpURLConnection.getOutputStream() would be something like:
    hidden=1&submit=ok(Of course, the variable names would depend on what the web server was expecting from the form.)
    Also, be sure to set the Content-Type request parameter to "application/x-www-form-urlencoded"

  • Best Practice in maintaining multiple apps and user logins

    Hi,
    My company is just starting to use APEX, and none of us (the developers) have worked on this before either. It is greatly appreciated if we can get some help here.
    We have developed quite a few applications in the same workspace. Now, we are going to setup UAT and PRD environments and also trying to understand what the best practice is to maintain multiple apps and user logins.
    Many of you have already worked on APEX environment for sometime, can you please provide some input?
    Should we create multiple apps(projects) for one department or should we create one app for one department?
    Currently we have created multiple apps for one department, but, we are not sure if a user can login once and be able to access to all the authenticated apps.
    Thank you,
    LC

    LC,
    I am not sure how much of this applies to your situation - but I will share what I have done.
    I built a single 700+ page application for my department - other areas create separate smaller applications.
    The approach I chose is flexible enough to accomdate both.
    I built a separate access control application(Control) in its own schema.
    We use database authenication fo this app - an oracle account is required.
    We prefer to use LDAP for authentication for the user applications.
    For users that LDAP is not option - an encrypted password is stored - reset via email.
    We use position based security - priviliges are based on job functions.
    We have applications, appilcations have roles , roles have access to components(tabs,buttons,unmasked card numbers,etc.)
    We have positions that are granted application roles - they inherit access to the role components.
    Users have a name, a login, a position, and a site.
    We have users on both the East Coast and the West Coast, we use the site in a sys_context
    and views to emulate VPD. We also use the role components,sys_contexts and views to mask/unmask
    card numbers without rewriting the dependent objects(querys,reports,views,etc.)
    The position based security has worked well, when someone moves,
    we change the position they are assigned to and they immediately have the privileges they need.
    If you are interested I can rpovide more detail.
    Bill

  • Why is my ipod so slow and laggy? i have lots of space on it, my history is deleted, i dont have multiple apps running! I have an iPod 4th Gen for about 2 years now and I don't know what to do.... Please help

    why is my ipod so slow and laggy? i have lots of space on it, my history is deleted, i dont have multiple apps running! I have an iPod 4th Gen for about 2 years now and I don't know what to do.... Please help

    Periodically double click the home button and close all the apps in the recently used dock. Then power off and then back on the iPod. This frees up memory. The 4G only has 256 MB of memory.
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • Multiple apps not working after iTunes 6 install

    ITunes 6.0 and QuickTime 7.0.3 were installed by Automatic Software update. Since then multiple apps including Safari, Mail, and all Dashboard Clients. At first System Preferences was working but has since stopped. All seem to start up but stop after just a couple seconds with the message "The application XXX quit unexpectedly" I have run Disk Utilities Repair Disk Permissions and Repair Disk, from the hard drive and Install DVD. I can't find all the preference files (for Safari and Mail at least). What to do next?

    I second this problem. Although I'm not sure what it relates to (if it's the download of iTunes 6.0, or something else), I too am experiencing problems with many different applications quitting unexpectedly. The problem was initially seen when I inserted a DVD to watch, and DVD Player quit. I thought that there might be some new software I could download (which there was... DVD player 4.6), so I downloaded the new software, but the installation application kept quitting. Also, "Software Update" quits unexpectedly, which I found when I tried up update to Mac OS X (10.4.2) from simple 10.4 using that application.
    To Steven - sorry that I cannot offer any advice, but can only share with you in your question of What to do next.

  • Bundles can't contain multiple app packages error

    Hi All,
    I am building an universal windows application targeting to multiple platforms x86,x64 and ARM.
    However when i build my project in TFS i get following exception
    "D:\Builds\22\MDWindowsClient\MDWindowsClient_dev\src\MDWindowsClient\MDWindowsClient.Windows\MDWindowsClient.Windows.csproj" (default target) (2) ->
    (_CreateBundle target) ->
    MakeAppx : error : Error info: error 80080204: The package with file name "MDWindowsClient.Windows_1.0.0.9_x86_Debug.appx" and package full name "SMDWindowsClient_1.0.0.9_x64__8cggqpkfn886j" is not valid in the bundle because the bundle also contains the package with file name "SMDWindowsClient.Windows_1.0.0.9_x64_Debug.appx" and package full name "SMDWindowsClient_1.0.0.9_x64__8cggqpkfn886j" which applies to the same processor architecture. Bundles can't contain multiple app packages for the same processor architecture, or an architecture-neutral app package with any architecture-specific app package. [D:\Builds\22\SMDWindowsClient\SMDWindowsClient_dev\src\SMDWindowsClient\SMDWindowsClient.Windows\SMDWindowsClient.Windows.csproj]
    MakeAppx : error : Bundle creation failed. [D:\Builds\22\MDWindowsClient\MDWindowsClient_dev\src\MDWindowsClient\MDWindowsClient.Windows\MDWindowsClient.Windows.csproj]
    MakeAppx : error : 0x80080204 - The specified package format is not valid: The package manifest is not valid. [D:\Builds\22\MDWindowsClient\MDWindowsClient_dev\src\MDWindowsClient\MDWindowsClient.Windows\MDWindowsClient.Windows.csproj]
    Already this kind of error was reported here https://social.msdn.microsoft.com/Forums/vstudio/en-US/ce255209-a94b-41c1-97f6-4659f5844ce3/how-to-create-a-windows-store-bundle-by-tfs-2013-build-system?forum=tfsbuildBut found no solution to this problem
    Any help will be hugely appreciated.
    Best Regards,
    Saurav

    Hi Saurav,  
    Thanks for your post.
    Your application is Windows Store application? And you can manually build(using MSBuild) your application on build agent machine successfully?
    As this is a reproduced issue and posted to feedback site, but there’s no a solution in that old feedback and it be closed, so please resubmit this issue to Microsoft Connect Feedback portal at:
    https://connect.microsoft.com/VisualStudio Microsoft engineers will evaluate them seriously. 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I've suddenly lost multiple apps (including settings, App Store, iTunes, camera, photos etc). How do I get them back?

    I've suddenly lost multiple apps (including settings, App Store, iTunes, camera, photos etc). How do I get them back?

    Thanks for replies, however...
    Tried turning off/on and hard resetting - didn't work.
    Spotlight search didn't find them either.
    Had about 5 pages of apps - now only have 2 so they're not on another page.
    The settings app is missing too so can't reset through settings.
    They were all there last night but my ipad is almost empty when I picked it up tonight.

  • Crashing in multiple apps

    For the past week I've had multiple failures in multiple apps. Most frequently Pandora but also other apps.
    Any advice?

    It's likely the not a fix you can just do. You'll probabaly need an App Update from the App Store - but sometimes it's just caused by low internet/wifi connectivity (ie: Splashtop needing a stronger connection, results in a crash). You can always report the bugs to the developers, they'll appreciate that.

  • BSPs configuration with multiple apps servers

    Hi Masters,
    This is regrarding configure ICM and BSPs on our production box with multiple application servers.
    We have our production box in a cluster environment.
    The central instance is dbciSAP and apps servers are sapaps2 thru sapaps6. The database is on shared disks. Whenever the central instance fails sapaps2 takes the control and become as dbciSAP but the main dbciSAP never become a application server when ever sapaps2 acts as dbciSAP. Since we have configured load balancing concept in production environment the users can login to system thru any application server. This is waht our environment.
    As part of our production box to SAP 4.7 upgrade from 4.6C, we are asked to configure the environment to deploy BSPs. We have successfully configured and deployed the BSPs in our DEV and QAS system  (Both are central instances with no application servers) except production box which is due in the next month.
    The process we follow to activate BSPs is as follows:
    1.Define an ICM service port in /etc/services file.
    2.Add the ICM related parameters in instance profiles.
    3.Make sure the ICM status is active in SMICM tx.
    4.Activate the BSP services in SICF as per OSS note 571484.
    Now, the question is how to configure the same ICM service and activate the BSPs since we have multiple multiple application servers.
    Subsequently What I am enquirying is:
    Do I need to define ICM service ports on each and every hosts where the application servers are running?
    Do I need to make changes to each and every instance profile of the application server?
    What are the differences in configuring ICM services on central instance and application instances?
    Appreciate any help in this regard.
    Thanks and Regards
    Murty Patchipala

    Grasshopper,
    I think what you should really read up on is the SAP WebDispatcher.  If are serious about running BSP/ICM across multiple app servers, this is the key technology:
    http://help.sap.com/saphelp_nw04/helpdata/en/42/5cfd3b0e59774ee10000000a114084/frameset.htm  This may also answer some of your questions about profile parameters.
    Other than that I can share what we did.  We did activate the ICM and services on all app servers and central instance.  The service ports of the individual servers aren't that important now because of the WebDispatcher (at least they aren't visible to the user).
    Yes we did make some of the ICM profile changes in each instance profile.  If your settings are the same, consider using the default profile.   Are their particular settings you are interested?  I will look over ours, but I don't remember any huge differences from APP server to Central Instance.

  • Did being able to use the same data in multiple apps get added?

    In the new iOS 4.2, did Apple include the ability to use the same data, eg PDF files in multiple apps? I have several hundred PDF files that I want to use in three different apps.
    Or is it still the same, that you have to load up (and use valuable space) the same data again and again for EACH individual app?
    Thanks

    I don't know but think it would mean the PDFs must be stored somewhere on the device itself (like on a computer). Then also the apps must be designed to use the files from there. So a change in the iOS wouldn't be all that's needed.

  • Maximum number of icons/apps in Launchpad folder??

    I've just installed OSX Mountain Lion on my system, and I'm not sure if I like it yet.  While Launchpad is a great idea, it seems very limited in terms of what it can do.  Specifically, I can't put more than 28 items (apps / icons) into a Launchpad folder.  I've got a utilities folder created, and I have more than 28 apps that fit into this category which I would like to go into that folder.  Is there a preferences or settings for Launchpad that one can use to manage it with?

    I am talking about folders, NOT pages.  When you create a folder in Launchpad, it seems you can only put 28 apps into a folder...MAXIMUM!

Maybe you are looking for

  • Adobe media encoder hangs using macbook pro yosemitie & CS6

    i cannot crunch a premiere pro project using adobe media encoder....the media encoder starts crunching normally but hangs at random .... i get the following clue in the activity monitor....PProheadless (not responding) also unable to create ISO image

  • Oracle Identiy Manager, RCON Problem

    hi, I am using OIM, installed on Weblogic 8.0 server, and also installed OIM local server console. In my system RECON runs for 30 minutes, during runs - in .log files its shows some users are getting RECON from vCDS system, after RECON goes INACTIVE

  • How can I setup 2 mailservers in 1 office for same domain?

    We have a small office here with 25 email users. I just got a mini with 10.7 server that I'm going to use as an email server. I'm working on changing folks over from my old SuSE Linux machine to the new mini. I'd like to setup the mini (the new serve

  • Locate picture files

    Realize this is very basic, but am new ti iMac environment after decades of PC use. Imported picture files from a CD which I am able to view in iPhoto, but I can't find the files lsted in a Finder window of the Macintosh HD.  I have looked in Picture

  • Docking container in splitter container?

    Hi forum, i would like to generate a view (dynpro) with is seperated in 3 vertical (resizable) areas. I have solved this with the splitter container. Now i would like to fill the 3 areas with dynamic content, i. e. different table views. These differ