We just got some weird crashes feedback on iPhone device iOS 11.
Here is a information:
UIKit: -[_UIKeyBoardBasedNonEditableTextSelectionGestureCluster oneFingerForcePress:]
I just can't figure it out what UIKeyBoardBasedNonEditableTextSelectionGestureCluster is. Have any idea?
Related
I have Xcode beta 3 and I am trying to debug over WIFI. I have followed all the steps mentioned in this answer https://stackoverflow.com/a/44383502/840520
I can see the device listed with a network icon even when its not connected by a cable, however when I try to run the app, it gets stuck at Signing the product and the Xcode hangs forever. My device has iOS 11 beta 2 installed on it.
I was not able to debug the app over WIFI even once.
Thanks in advance for all your answers.
I was having the same issue, but in Xcode 9 beta 4. I realized that my iOS device was still running an outdated beta (either 1 or 2).
I updated it to iOS 11 beta 4 and then Xcode 9 reinstalled the debugging tools on it and everything works as expected now.
I installed resently Xcode 5 with iOS 7 SDK on my Mac OS 10.8.
the problem is i can't any more run my iOS app from Xcode 4.6, here's the errors:
- when I run the app from Xcode, after build I have this message:
"can't find the existing path [myproject.app path]"
and the file exist in the specified path.
- when I generate the ipa and install it by iTune I have this message:
"not supported device".
my app works fine before installing the new Xcode (5 + iOS 7 SDK)
any one have a solution?
Thanks
Rachid
Easy solution!
Xcode 5 like any previous change some formats. To my knowledge the most common issues are:
1. changing the Xib/Storyboard file, You can check my answer here for solution: How do I fix a project opened in xcode5 dp3 by accident?
It can change the framework path format (you should get an error when compiling), To solve this check my answer here: sentestingkit/sentestingkit.h' file not found on Xcode 4.6.x
If those both doesn't work for you please add more details and I would love to help.
While using iOS 6.0 and our custom device using the BT LE GATT profile - we are seeing this unusual error
CoreBluetooth[WARNING] Unknown error: 128
BTW this is an iOS 6.0 only problem as we don't have this problem on iOS 5.1 and everything works smoothly there.
Any ideas or suggestions would be highly appreciated!
I am getting error "Error:device" on blackberry 10 developers device. I get this error when I am installing the unsigned .bar file to the device.
It was working fine earlier but suddenly it started showing this error.
I tried to reboot the device, but still getting same error.
Which development environment/SDK are you using to get this error? Native/WebWorks/Air/Android.
Please tag your question according to the SDK to ensure you get a prompt response. Example (blackberry-webworks)
had to disable Automatic in USB mode to deploy from a linux host ...
blackberry simulator not working properly on my mac with wine. BB Curve 8320 simulator v.4.2.2 & v.4.3.
It installs and launches but comes up with various errors: DE365s errors, password record not found, incompatible or corrupt password structure, flash failure - DE361 error, JVM Error 548 flash erase failed.
What am i doing wrong?
Couldn't get this to work. I had to resort to my windows installation on my mac using Parallels Desktop.