I updated my app so it stopped working, in simulator you just erase data.
In mac catalina you have to delete folder from library/container/
But in big sur container folder is empty.
To delete Mac catalyst app data ~/Library/Containers/ should indeed contain the folder for your catalyst app - so deleting this folder is just like deleting the app from the simulator in iOS.
Related
We are trying to test uploading files from iCloud files but it seems like the iCloud is not working on the simulator.
It only shows blank, where in fact there are files on iCloud. Then after some time of waiting then file selection shows Turn On iCloud Drive where in fact it was already turned on.
iPhone 11
XCode 11
iCloud is only supported on xcode 12.x with IOS 14.X though iCloud is available on xcode 11 but it is not well implemented I guess,
If you are using Catalina, you can use xcode 12.4, more to this version will only supports Bigsure.
I have recently updated my MacBookPro with MacOS Catalina. DictUnifier App is working but once I drag the ifo, tar.bz2 file onto the DictUnifier App, the app getting close automatically.
Someone that maintains this repo, which includes the DictUnifier App, seems to have updated the app with support for Catalina.
Give it try
How do i delete an app from the OSX simulator like on the iOS simulator??
I want to delete an app due to the change of Core Data xcdatamodeld but i can't find a way.
Thanks in advance
For macOS Monterey and Big Sur, the location links to the devices folder location:
~/Library/Developer/CoreSimulator/Devices/{device_uuid}/data/Containers/Data/Application/
On MacOS Mojave 10.14.4 the folder is in the following location:
~/Library/Containers/com.yourcompany.yourapp/
As playitgreen mentioned in one of the comments, the way to delete data relating to your OSX app is by removing the folder/.storedata file from:
~/Library/Application Support/<YOUR OSX APP BUNDLE NAME>/
for example:
~/Library/Application Support/com.yourcompany.yourapp/
All credit to playitgreen
Specifically for Catalyst apps in macOS 10.15 (Catalina) and Xcode 11.2.1.
I tried right-clicking on the app's icon in the dock and then Options -> Show in Finder. I deleted all the files there and ran again from Xcode. The files returned and the app still had the data from before.
In ~/Library/Containers I found a folder called maccatalyst.<my_apps_bundle_identifier>. I deleted the files contained there and when I reran the app from Xcode the files returned and original data was gone. So that seems to be the way.
~/Library/Containers/maccatalyst.<app_bundle_identifier>
There are 2 solution:
When running the app press CMD + SHIFT+ H (simulates a home button press), then you can remove it by long press like on the phone
Remove the appropriate app foler from ~/Library/Application Support/iPhone Simulator/<ios_version_that_you_use>
I have made an iOS application in Xcode and built it. It has created an .app bundle. I am able to launch the app in Simulator or on the device successfully from Xcode or iTunes, but now I want to launch it in Simulator through AppleScript from Terminal.
I am able to build the app from Terminal, but unable to launch it in Simulator. Somehow I found out that an .ipa file is needed to run the app from Terminal.
Is there a way to launch an iOS app I built in Simulator from Terminal?
I found an .ipa file that I wanted using iTunes and copied it over to my desktop. After that I changed the extension to .zip and extracted it. Next I found the Payload folder and moved the application inside to my desktop. Finally I moved that application to my iPhone simulators applications folder found at: "Your disk name">Developer>Platforms>iPhoneSimulator.platform>Developer>SDKs> iPhoneSimulator4.3.sdk>Applications
Hope this helps! (Note: Some apps crash more often than others.)
I installed the xcode_4.3.1_for_lion.dmg on my mac 10.7.3. I need an iphone simulator folder to install the iapps. No iphone simulator folder in Application support
~/Library/Application Support/?
Checking in home library only.. ~/Library/...
Is there any way to check this?
I think this is a duplicate of How to install iPhone application in iPhone Simulator. I don't see any method of flagging a question as duplicate, though.
See my answer at following post.You should clear your trash folder and reset it.For more detail click below link.
No iphone simulator folder in Application support