mdabbagh88 / winchain

Automatically exported from code.google.com/p/winchain
0 stars 0 forks source link

Library nor loaded. Reason: image not found. #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download
2. compile
3. run

What is the expected output? What do you see instead?
expected output was "test", but I get:
Pharnos-Iphone:/var/stash/Applications.Ixr9Wp/ProjectName.app root# 
./ProjectName
dyld: Library not loaded: /System/Library/Frameworks/LayerKit.framework/LayerKit
  Referenced from: /private/var/stash/Applications.Ixr9Wp/ProjectName.app/./ProjectName
  Reason: image not found
Trace/BPT trap

What version of the product are you using? On what operating system?
Im using winchain 1.0.1 on windows vista, with an unknown verison of cygwin, 
for ios3.1.3

Please provide any additional information below.
I compiled it without a change, and got that result, then I added 
printf("test"); to main.m, to see if its a big problem(programm cant run) or a 
small programm(ugly, but can run). well, its a big problem, or Im just stupid

Original issue reported on code.google.com by kiml1...@gmail.com on 8 Jul 2010 at 7:37