ios-simulator

Error opening iOS Simulator with iOS 8 beta version: “Unable to boot the iOS Simulator”

旧巷老猫 提交于 2019-11-26 05:29:45
问题 I recently installed the beta of Xcode Version 6 in OS X Mavericks, with which comes the iOS simulator for iOS 8. I\'ve managed to successfully run from Xcode 6 beta on a device with iOS 8 Beta, but opening the simulator always get the same error I have tried to change the hardware version of iPhone 4s, iPhone 5, ... in the simulator and still gives the same error: \"Unable to boot the iOS Simulator\". I\'m working with Xcode 5.1 at the same time in Mavericks, any suggestion to solve this? Is

iOS - color on Xcode simulator is different from the color on device

≡放荡痞女 提交于 2019-11-26 05:28:18
问题 Overview The background color of my iPhone app in the simulator (iMac) looks different from the color on the device (iPhone 3GS). EDIT (following section has been added) The following are all different: story board color (xib file) simulator color device color I suppose I should go with how it looks on the device. Questions Is this is a common problem other developers face and is there a way to match the colors (systematic procedure) ? will the color look different on different versions of

Unable to boot iOS 8 Simulator

喜夏-厌秋 提交于 2019-11-26 04:56:32
问题 I have just updated my Xcode to 6.0.1 from Mac App Store, and my OS version is OS X 10.9.5. The problem is that the iOS 8 Simulator is not loading, but the iOS 7 simulator is working fine. Every time I try to boot an iOS 8 simulator device, I get an error message: \"Unable to boot iOS Simulator\" 回答1: The main cause of this error is that DYLD_INSERT_LIBRARIES is set. I suggest you unset DYLD_INSERT_LIBRARIES (likely in /etc/launchd.conf) or otherwise uninstall the product that set it, and

Failed to Attach to Process ID Xcode

我是研究僧i 提交于 2019-11-26 04:39:50
问题 Anyone has experienced this problem? Yesterday I still can run my app in simulator but now I cannot run my app since Xcode prints this error in console: error: failed to attach to process ID <ID number> I have tried to reinstall, do this post and create new project but returns no luck. Anyone can resolve this issue? I use Xcode 4.5 Preview 2 and try to run iOS simulator 6 回答1: Resetting the content and settings in the simulator worked for me. This is available in the "iOS Simulator" menu. 回答2

How to resize the iPhone/iPad Simulator?

核能气质少年 提交于 2019-11-26 04:39:50
问题 The iPad-simulator is really small (like one third the size of the real iPad screen) on my 23\" Full-HD screen (and also on the 15\" MacBook Pro ). Is there a way to resize it? I know it must maintain size and dpi-ratio to prevent sub-pixels, but I can hardly see anything withoout a magnifier. 回答1: ⌘ + 1 for 100% ⌘ + 2 for 75% ⌘ + 3 for 50% 回答2: It's more flexible with Xcode 9-Simulator.Just pick & drag any corner of simulator to resize it and set it according to your requirement. Look at

Adjusting the Xcode iPhone simulator scale and size [duplicate]

拟墨画扇 提交于 2019-11-26 03:51:15
问题 This question already has an answer here: How to resize the iPhone/iPad Simulator? 11 answers Is there anyway to make the iOS simulator for iPhone 5 in Xcode, be the actual size of the iPhone 5. I\'m getting a huge display and things seemed to be scaled. 回答1: You can't have 1:1 ratio. Read about screen resolutions. However you can scale it from the iOS Simulator > Window > Scale menu. Good Luck. 回答2: With Xcode 9 - Simulator, you can pick & drag any corner of simulator to resize it and set

What does this gdb output mean?

半世苍凉 提交于 2019-11-26 03:35:30
问题 I\'ve got a button that plays a sound, and it seems to work perfectly fine on the simulator, but i\'m getting this message: Error loading /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn: dlopen(/System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn, 262): Symbol not found: ___CFObjCIsCollectable Referenced from: /System/Library/Frameworks/Security.framework

iOS 8.1 Simulator always uses US keyboard layout despite german hardware keyboard

不想你离开。 提交于 2019-11-26 02:36:52
问题 For some reason, I cannot enter text with my native german keyboard into iOS Simulator any more. After downloading Xcode 6.1 (which contains iOS 8.1), I was stuck with the US layout. I tried things like changing all Hardware/Keyboard settings, deleting ~/Library/Preferences/com.apple.iphonesimulator.plist , and resetting the iOS simulator. Nothing helped! Should I reinstall the complete package? 回答1: It's iOS 8.1 Simulator's bugs. I could tested language by setting the "Application Language"

Error when testing on iOS simulator: Couldn&#39;t register with the bootstrap server

此生再无相见时 提交于 2019-11-26 01:55:32
问题 I was testing my app on the simulator when it crashed on clicking a button of a UIAlertView. I stopped debugging there, made some changes to the code and built the app again. Now when I run the application, I get this error in the console Couldn\'t register com.myApp.debug with the bootstrap server. Error: unknown error code. This generally means that another instance of this process was already running or is hung in the debugger.Program received signal: “SIGABRT”. I tried removing the app

Installing a configuration profile on iPhone - programmatically

和自甴很熟 提交于 2019-11-26 01:05:07
问题 I would like to ship a configuration profile with my iPhone application, and install it if needed. Mind you, we\'re talking about a configuration profile, not a provisioning profile. First off, such a task is possible. If you place a config profile on a Web page and click on it from Safari, it will get installed. If you e-mail a profile and click the attachment, it will install as well. \"Installed\" in this case means \"The installation UI is invoked\" - but I could not even get that far. So