| Summary: | librc.mobile.ios.nativ.a lib causing problems with xcode 5 / iOS7 | ||
|---|---|---|---|
| Product: | [Technology] Jubula | Reporter: | Mario Sarcher <mario> |
| Component: | RC | Assignee: | Marvin Mueller <marvin_m> |
| Status: | CLOSED FIXED | QA Contact: | Oliver Goetz <Oliver.Goetz> |
| Severity: | critical | ||
| Priority: | P2 | CC: | alexandra.schladebeck |
| Version: | unspecified | Keywords: | triaged |
| Target Milestone: | --- | ||
| Hardware: | Macintosh | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
There was a issue opened for used KIFAdditions, maybe this helps: https://github.com/kif-framework/KIF/issues/223 Hello Mario, thanks for the report. Because of the timing of the iOS 7 release and our release, we didn't look at iOS 7 for the currently released version. It's something that's on the list of things to do. Until someone has had a look at the issue (which could be a couple of weeks due to holidays/conferences), we won't be able to say much more. Marvin, as far as I'm aware, we now no longer have problems in this scenario. Can you (or Mario) comment on this? our library is now compatible with iOS 7 and also 64-bit architecture(tested on an iPad Air). I can confirm, this seems to be fixed. Tested on iPhone 5S and iPad 2. |
Hello, i tried to setup UIRemoteControl.h + librc.mobile.ios.nativ.a in my own project to do a proper Object Mapping in Simulator or on iOS device. After linking the lib as defined in the UserManual.pdf i tried to build the application and stuck at the following error: <pre> Undefined symbols for architecture i386: "_OBJC_IVAR_$_UITouch._gestureView", referenced from: -[UITouch(KIFAdditions) initAtPoint:inWindow:] in librc.mobile.ios.nativ.a(UITouch-KIFAdditions.o) ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) </pre>