Location of installed app on xcode 4.4 iOS simulator - ios-simulator

Im trying to access the .db file of an app I have installed in the simulator. Seems like xcode 4.4 has a different location. Can anyone suggest?

XCode places applications for simulator into the folder ~/Library/Application Support/iPhone Simulator/6.0/Applications

Related

Visual Studio 2015 Cordova iOS .ipa Location

I'm trying to release an iOS app built using Visual Studio 2015 Cordova Tools. I can deploy to the simulator and to my device just fine. But I can't find where the .ipa file is being created? My bin/iOS/release folder is empty even after cleaning solution, restarting, and rebuilding.
I have not tried with the latest versions, but I never found that I could build a release version from VS for iOS. I always went and opened the project on the Mac with XCode, using the project in the remote-build folder, tweaked the project settings (VS project never seems to allow multiple device orientations, I need to check on the others, choose the correct developer profile, and usually correct the bundle identifier). Then build and submit to app store from XCode as a normal iOS app.
Perhaps the latest versions are better on this, but I doubt you will find the app bundle in your VS solution folders, it would have to be on the Mac.

Debugging cordova app for Windows Phone

I have cordova 5.3.3 and my app is already working very well for Android. Now I'm trying to build it for Windows Phone 8 and Windows Phone 8.1.
The problem is that I found out that some .css files are not loaded (I'm running the app with both emulator and device with Visual Studio 2013 on Windows 8.1 x64).
How can I debug the app to find what files are not loaded during app running?
I tried to use ripple-emulator (https://github.com/apache/incubator-ripple) but I think it does not work with Internet Explorer on Windows or maybe I can't make it work (I already use it on Linux with Chromium and the Android platform and it works).
I also tried to use Visual Studio 2013: I have opened the .sln file in /platforms/wp8 and ran the app, so I have whatched the output console, but I think that it does not help me because I could not find the informations I need about the .css files that are not loaded.
Any help please?
Thanks
If you run the app in the vs debugger the f12 tools will attach and you can view the Dom from visual studio. Just press f5 in vs to build, deploy and run with the debugger attached.

iOS 7.1 Simulator not downloading

I use
OS X Yosemite 10.10.2, Xcode 6.1.
I want to download iOS 7.1 simulator, but the simulator stuck to download
There is a known issue where the DLC download will be pended if you are running on battery. Please connect to to a power source to continue the download.

iOS Simulator SDK not found when i installed Xcode 4.5 (iOS6)

My old installation of Xcode was working full, but i try to upgrade the Xcode to use iOS 6, so i downloaded the new version in Mac App Store, but my iOS Simulator stop working now, he said me that he could not find the SDK and that the sdk may need to be reinstalled.
I remove Xcode and reinstalled, but the problem still with my iOS simulator, and all the possible solutions that i found in the web don't work for me
Try going to the downloads section in settings.
It's in: Xcode>Preferences> click Downloads tab. The supported simulators are in there.

UIManagedDocument CompletionHandler not executed in iOS 5.1 simulator but works on device and iOS 6.0 simulator

I hope someone has some thoughts on this one...
I have a project that uses UIManagedDocument. The first thing I do in the appDelegate is open the document. Everything has been going fine until suddenly (nothing was changed in the code) the -openWithCompletionHandler: stopped executing the handler code. The app works just fine on the device, but not in the simulator. As a lark I tried running the app under the iOS 5.0 and 6.0 simulators and everything works as expected!?!
I have reinstalled xcode 4.5 and the behavior stays the same. I deinstalled by trashing the xcode app in the applications folder. I also deleted all the iPhone simulator files in the ~/Library/Application Support/iPhone Simulator/ directory.
Anyone have any thoughts?

Resources