Launching photo screen a second time on iOS8 when Calabash iOS is linked -


problem launching photo screen second time on ios8 when calabash-ios linked.

when user takes photo in our app, can save it, can decide go , give go @ later time. when app built ios 8, see following behaviour:

taking first photo works ok, retaking without leaving photo screen works fine, well.

but when photo saved , photo screen launched second time, photo preview area - viewfinder - on screen black , unable take photo. when switch between 2 cameras on phone, saved photograph flipped transition animation. exiting photo screen , launching again gives same. happens when launching app manually. it's happening on ios 8, tested ios 7 , works fine.

$ xcode-select --print-path /applications/xcode.app/contents/developer  $ xcodebuild -version xcode 6.0.1 build version 6a317  $ calabash-ios version 0.10.1  $ calabash.framework/resources/version 0.10.1 

i have sample app reproduce issue takes photos. works expected when built without calabash, has same issue when calabash linked.

xcode logs show calabash server launched:

cameratest-cal[629:270640] creating server: <lphttpserver: 0x17d6b7f0> cameratest-cal[629:270640] calabash ios server version: calabash version: 0.10.1 cameratest-cal[629:270640] simroot: (null) cameratest-cal[629:270640] started lphttp server on port 37265 cameratest-cal[629:270713] bonjour service published: domain(local.) type(_http._tcp.) name(calabash server) cameratest-cal[629:270640] snapshotting view has not been rendered results in empty snapshot. ensure view has been rendered @ least once before snapshotting or snapshot after screen updates. cameratest-cal[629:270640] snapshotting view has not been rendered results in empty snapshot. ensure view has been rendered @ least once before snapshotting or snapshot after screen updates. 

any idea might cause behaviour?


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -