xcode 6 beta 3: keyboard doesn't show up when selecting textField - xcode6

Has anyone encountered this situation?
When I was trying to run application, which was completed in Xcode6Beta, it kept showing:
2014-07-14 00:28:48.131 WeightLogger2[1866:32214] Can't find keyplane that supports type 8 for keyboard iPhone-Portrait-DecimalPad; using 2617181025_Portrait_iPhone-Simple-Pad_Default

You just need to toggle the software keyboard by selecting:
iOS Simulator -> Hardware -> Keyboard -> Toggle Software Keyboard.
Then, everything works

uncheck this option
iOS Simulator -> Hardware -> Keyboard -> Connect Hardware Keyboard
however if you are using number pad or decimal pad then this log again will be displayed, but in simulator you can use the number pad or decimal pad. may be we need to configure our text field with the new preferred way of using keyboard with ios 8. I could not found it yet. or it may be a bug according to this
Xcode iOS 8 Keyboard types not supported

FYI, apple may rejected your app due to this. They complained that the app did no allow the user to enter input on an iPad. So you can respond that the app works fine on an actual iPad and that on a simulator all one has to due is disable external keyboard or toggle SW keyboard. They will accept this comment and allowed the app to be approved.

Related

Unsupported Mac Mojave display Issue

The Mac built-in display is unresponsive to closed lid state and causes external display not to respond to resolution adjustment behavior on an unsupported Mac running macOS Mojave.
New Tag Request
unsupported-mac &
mac-display
Easy fix/workaround for this is to download a program that I fianlly found. Super easy. Here it is. https://github.com/Eun/DisableMonitor. Download and run. Click the display icon in menu bar and navigate to appropriate device and select disable. This will cause your external monitor to take true full power of your display environment.

How to open a Keyboard on focus on text input?

In iOS simulator I can toggle software keyboard (⌘K) manually under Hardware main menu, and then tests pass. And I have to do it after Hardware Restart each time. But how can we make detox always open soft keyboard when an input field receives focus? Once soft keyboard is enabled it will stay enabled until next hardware restart, but tests will fail otherwise (soft keyboard won't show up on text input focus)
We've recently changed the way we do typing in Detox. Starting with Detox 13, it is no longer necessary to disconnect the hardware keyboard and show the software keyboard. Please upgrade your Detox and you should see this new behavior immediately.
Try MAYUS+CMD+K instead of CMD+K

Microsoft pixelsense input simulator finger stays pressed

I have a problem with the Input Simulator in the microsoft surface SDK 2.0.
Whenever I try to simulate a finger or a blob click, the first click stays pressed (like when you put it as placeholder with right click+left click).
I don't know the reason of this behaviour since on other computers it work without problem.
Can it be because of I'm using windows in a virtual machine? If yes, is there any workaround?
I fixed this by disabling touch pen utilities which was automatically installed with surface SDK.

using dollar sign ($) as a password on ios7 simulator

I've got stucked inputting a password account (in this case twitter and facebook) in ios 7.03 simulator setting. Its keep Appearing an alert that my account is wrong. Then, I tried on safari (safari in simulator) to input a similar account, and the result is same. But, if I tried to login in web, not in simulator, its hasn't a problem in my account.
I tried again, but this one I tried on ios 6.0 and 6.1 simulator, then the result is, I can login, through setting or in webview on safari. Is it a kind of issue in ios7 simulator or what?
I did a little research and the answer is, ios 7 simulator is not accept a dollar sign as a password input. Just dollar sign, the other character like pound(!), at(#), hash(#) and kind of that character is allowed to be a password input. I dont know why the reason ios 7 and ios 6 had a little different with this, but maybe apple had some good reason about security factor.
You can copy the $ symbol to clipboard and then paste into the password field. But you can't use paste from the Edit menu. You have to right click in the password field and paste that way. #bugs

How to create "Theme Apps" for iPhone (3G, 3GS, 4S) Using xcode without jailbraking?

I need to develop one application for iPhone which is named as "Theme Apps"
My requirement is like this :
This is a simple iPhone App that allows the user to press the "app
icon" and the iPhone Theme immediately changes the entire theme.
By pressing this button inside the app... the Theme of the iPhone will
switch between "normal" and "special mode"
In "special mode", anything that can be changed to a specific color
(just one color) will change. This needs to be done without
jailbreaking the phone and needs to serve as an "on/off" switch type
of functionality.
I searched everywhere but not got anything about it whether it is possible in iPhone or not OR how to do it in iPhone....
Please tell me how to do it or provide any link which can help me for the same.
I don't believe Apple lets you play with the OS of the phone. If you find a way to do it, it'll most likely be rejected on the app store, just a heads up.