simulator

How to remove installed Java programs on the simulator?

邮差的信 提交于 2019-11-28 10:14:32
问题 There are lots of java apps on my simulator menu screen which I have been coding and testing? Now I want to remove some of them to clean my simulator a bit. How do I remove them? 回答1: Quote from Reset and clean the blackberry simulator: Are you sick of having a million icons on your BlackBerry simulator for every HelloWorld and demo project you have every tested? Try this to remove old programs from the simulator and start with a clean ribbon. From the command line browser to your rim jde

Can you install an Android Device Simulator in xcode when using Apportable

眉间皱痕 提交于 2019-11-28 09:30:32
Can you install an Android Device Simulator in Xcode when using Apportable to convert an iOS app to Android or do I need an Android device to compile and run the project? I dont have an android device and wanted to test this before I go buy one. Thanks Note that it is generally much easier to work with an Android device than the emulator, but it is possible to use the emulator: ~/.apportable/SDK/toolchain/macosx/android-sdk/tools/android will launch the android tool which can create AVD's. Make sure to install the ARM EABI v7a System Image, then create an AVD with a Target of API level 17, CPU

/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1 error [duplicate]

点点圈 提交于 2019-11-28 09:24:23
Possible Duplicate: gcc-4.2 failed with exit code 1 iphone I am getting the error Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1 every time I try to run the program on the iPhone device and the Simulator. I am also seeing this: ld: duplicate symbol .objc_class_name_MainView in /Volumes/Mark's Flash Drive/iFtB/build/iFtB.build/Debug-iphonesimulator/iFtB.build/Objects-normal/i386/MainView.o and /Volumes/Mark's Flash Drive/iFtB/build/iFtB.build/Debug-iphonesimulator/iFtB.build/Objects-normal/i386/iFtBAppDelegate.o too. Could this be part of

XCode 5.0.1 and iOS 5.1 simulator issue

最后都变了- 提交于 2019-11-28 08:02:27
After upgrading XCode to 5.0.1 on Mavericks I can't install iOS 5 simulator, it's removed from Download section... Is it only happening to me or does anyone else has similar issue? Is it possible to install 5.1 simulator from outside of Xcode Downloads page? Ramaraj T I face the same thing when I installed the XCode4.5. Then I copied the SDK from my old xcode to the new xcode. The SDK is located in the following path. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk /Applications/Xcode4.5.app/Contents/Developer/Platforms

Swift 4.0 MapView Running Slow

♀尐吖头ヾ 提交于 2019-11-28 07:49:25
问题 Ever since I updated to Xcode 9 and Swift 4.0, my mapView in my simulator has been running extremely slow. I thought this would be because code would be deprecated or because my code was extensive causing it to slow down, but I added a mapView into a blank project and that mapView is slow to navigate/zoom as well! Are there some settings I need to configure to fix this in the simulator? This is the output produced in the console log: 2017-10-26 23:25:50.932530-0500 mapTest[7994:151068]

waiting thread until a condition has been occurred

谁说胖子不能爱 提交于 2019-11-28 07:25:41
I want to wait one thread of 2 thread that executed in a Simultaneous simulator until a condition has been occurred, may be the condition occurred after 1000 or more cycles of running a program in the simulator, after the condition occurred the waited thread executed again, how can I do it? Nawaz You need conditional variables. If your compiler supports std::conditional introduced by C++11, then you can see this for detail: std::condition_variable (C++11 threads) If your compiler doesn't support it, and you work with win32 threads, then see this: Condition Variables (Win32 threads) And here is

Can I install the “app store” in an IOS simulator?

心不动则不痛 提交于 2019-11-28 06:40:05
The IOS simulator in my computer doesn't have app store. I want to use the app store to test a program I wrote on my simulator. Is it possible to install the app store in my simulator? This is NOT possible The Simulator does not run ARM code, ONLY x86 code. Unless you have the raw source code from Apple, you won't see the App Store on the Simulator. The app you write you will be able to test in the Simulator by running it directly from Xcode even if you don't have a developer account. To test your app on an actual device, you will need to be apart of the Apple Developer program. Khawar No,

Where is printer simulator in Xcode 6

别等时光非礼了梦想. 提交于 2019-11-28 02:30:04
问题 I remember on Xcode 5 the simulator has a button called "Open Printer Simulator" locate in File menu but now it is gone. How can I test printer on the simulator? 回答1: I think its not coming with default Xcode package. You have to install it separately. In the apple developer downloads section (You have to login first) find the Hardware IO Tools for Xcode 回答2: As of Xcode 8, the printer simulator is now found under "Additional Tools for Xcode" rather than "Hardware IO Tools for Xcode": https:/

Can't scale device window in iOS Simulator

我只是一个虾纸丫 提交于 2019-11-28 01:48:32
On the 24" iMac I'm using at work I cannot scale the iOS Simulator's window. The 100% and 50% menu entries are greyed out (and the keyboard shortcuts don't work either.) On my Mac Mini at home, it's fine. I've searched high and low for someone with a similar problem, and can't find anything logged. Any ideas? The options will only be there if your screen is not large enough to show the window at 100%. Now It's more flexible with Xcode 9+ Simulator. You can pick & drag any corner of simulator to resize it and set it according to your requirement. Look at this snapshot. Note: With Xcode 9.1+,

Changing iPad/iPhone simulator resolution for Xcode 4.3.2 [duplicate]

安稳与你 提交于 2019-11-28 00:41:51
This question already has an answer here: How to resize the iPhone/iPad Simulator? 11 answers I am working on a Philips 19" and upgraded Xcode to version 4.3.2. On the new "Retina Display" on iPad 3 (oh, sorry, on The New iPad) my iPad simulator changes it's resolution and the simulator has vertical and horizontal scroll bars! How do I change the resolution of the an iOS simulator? The following hotkeys should be helpful: Command ⌘ + 1 (100%) Command ⌘ + 2 (75%) Command ⌘ + 3 (50%) Command ⌘ + 4 (33%) Command ⌘ + 5 (25%) Look at menu: "Window --> Scale" to see the options. You can enable the