Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Xcode 4.5 Fails setup build #61
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
krukow
Oct 11, 2012
Owner
Sorry I somehow completely missed this issue.
A couple of questions
Did you try automated setup? calabash-ios setup, Please do and report back here.
If that doesn't work, please let me know here.
Otherwise. Could you start from scratch?
- delete calabash.framework
- Setup from scratch using the manual setup section and version 0.9.108
- Show me the output when building.
The headers folder should only contain CalabashServer.h so that is ok. Probably the problem is a bad path to calabash.framework. Could you check that?
Sorry I somehow completely missed this issue. A couple of questions Did you try automated setup? calabash-ios setup, Please do and report back here. If that doesn't work, please let me know here. Otherwise. Could you start from scratch?
The headers folder should only contain CalabashServer.h so that is ok. Probably the problem is a bad path to calabash.framework. Could you check that? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
Closed due to inactivity. |
seeker12 commentedSep 27, 2012
With Apple Mach-O Linker Error:
ld: file not found: /Users/eric/Programming/Montrue/Testing/SparrowProtoCal/calabash.framework/calabash
Per "Manual Setup with Xcode" instructions (https://github.com/calabash/calabash-ios), I downloaded "calabash.framework-0.9.103.zip" from https://github.com/calabash/calabash-ios/downloads and dragged into Xcode (4.5) Navigator Frameworks. I ensured it is linked to my new -cal target in Build Phases.
I noticed in the calabash.framework bundle > Headers folder, there is only CalabashServer.h, which would explain why the linker can't find "calabash.framework/calabash", which I assume is looking for it because of this Other linker flag; "-force_load "$(SRCROOT)/calabash.framework/calabash" -lstdc++"
My first try at installing - what am I missing?