-
I'm profiling my app with Instruments, and there seems to be a memory leak when using the following code:
```
__weak UITextView *weakTextView = mainTextView;
[mainTextView addKeyboardPanningW…
ghost updated
11 years ago
-
I did the following:
1.) Start up ios-server:
```
$ java -jar ios-server-0.6.5-jar-with-dependencies.jar -port 5555 -simulators
16:39:412 INFO ApplicationStore. App archive folder:/Users/valmar/Dow…
-
I'm finding that with certain test runs, the test will get to a certain point, then the app will immediately freeze (i.e. it won't crash, but animations will stop and it will become unresponsive). Eve…
-
To test D-World on our FTD/FNPT we need an employee in Linz or we can do it remotely
-
## Details
I found create UIKitView, when UIKitViews is disposed, IOSurface didnot dealloc, they use lagre memory.
Here is the instruments shapshot with my Demo:
I push a lot of page which ha…
-
XCode Version 8.1 (8B62)
MacOS 10.12.1 (16B2555) SIERRA
Calabash sandbox version: 0.1.18
Bundle updated!
Done! Now the sandbox contains:
calabash-ios: 0.20.3
calabash-android: 0.8.4
…
-
Two suggestions for possible improvement of the user-friendliness of the MICADO setup:
1) As indicated in #110, the current setup with three independent `FilterWheels` (`filter_wheel_1`, `filter_wh…
-
This issue is similar to https://github.com/angular/protractor/issues/1736
I cannot run my tests on iOS real device using appium and protractor. Tests fail each time with following errror: 'ERROR run…
-
### Description
When running the tests, with no "real" tests (just the demo ones that come from init), the app hangs at "Loading from localhost:8081". When launching the same app on the simulator *…
-
Hi!
I think this would be a useful function to implement in iOS. As sometimes it is useful to be able to retrieve the vertices for whatever reason - be it debugging
I have wanted to contribute…