Oleksandr Dodatko
Oleksandr Dodatko
Anyway, last commit in this repo is 2 years old. The project looks abandoned. In my opinion, there is no point to bring "iphonesim" back to life as approaches, mentioned...
I have not solved this. I used the other approach based on apple's UIAutomation. (consider the link above) iphonesim does not work with "xCode 4.3" and newer. And I don't...
oylbin, do you have a fork/pull request with your idea implementation? P.S. When I fixed path to the iPhoneSimulatorRemoteClient.framework I was still getting a runtime crash.
I've finally got it working. https://github.com/EmbeddedSources/iphonesim/ The solution has been based on "moredip/iphonesim" work. By default it does not wait for tests completion. I've fixed that in "EmbeddedSources/iphonesim" fork, which...
Summarizing the discussion above, we have the following working ways to launch an app in the simulator : 1. "pegli/ios-sim" - checked by @mcCuppaT 2. "moredip/iphonesim" --> "EmbeddedSources/iphonesim" - checked...
Reproduced on simulator only. Deployment Target = iOS7
Errors for the empty project : ``` too many compact unwind infos in function anon for architecture i386 clang: error: linker command failed with exit code 1 (use -v to...
Errors for one of auto test projects (SCContactsTest) : ``` 0 0x104bed724 __assert_rtn + 144 1 0x104c4da0a ld::Atom::finalAddress() const + 58 2 0x104c498cc ld::tool::OutputFile::applyFixUps(ld::Internal&, unsigned long long, ld::Atom const*, unsigned...
https://devforums.apple.com/message/886537#886537 ``` I can reproduce the error in a small test case, but only if I run "strip -x" on the static library. ``` That option to strip removes local...
An answer may come up in one of these threads. http://stackoverflow.com/questions/11683877/xcode-4-4-clang-error-linker-failed https://parse.com/questions/parse-building-error-xcode-45