bloudraak / mingw-and-ndk

Automatically exported from code.google.com/p/mingw-and-ndk
0 stars 0 forks source link

framework not found CoreFoundation #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Could you please help?

I am getting this error. 

framework not found CoreFoundation

I am using cygwin. I place all the frameworks in my 
c:/cygwin/System/Library/Frameworks, and add -F option in my makefile

-F/System/Library/Frameworks

Also, i am using sdk 4.3

Original issue reported on code.google.com by joycezem...@gmail.com on 23 Aug 2012 at 12:56

GoogleCodeExporter commented 9 years ago
hi i solve the problem but i get this error

ld: warning: -force_cpusubtype_ALL will become unsupported for ARM architectures
ld: in /cygwin/home/admin/toolchain/usr/apple-ios/lib/libobjc.dylib, file too 
small for architecture arm
collect2: ld returned 1 exit status

Original comment by joycezem...@gmail.com on 23 Aug 2012 at 4:06

GoogleCodeExporter commented 9 years ago
I suspect you've got a symlink problem with that .dylib file - it's not one 
that I provide with my toolchain.

Can you check its contents? If it's a Cygwin symlink then please be aware that 
my toolchain isn't a cygwin application, it's native Windows instead as IMHO 
Cygwin is too slow for any real work.

You need to be careful when you copy or archive the iOS SDK such that all 
symlinks get dereferenced (sometimes this is also called 'followed').

Original comment by mingw.an...@gmail.com on 6 Oct 2012 at 4:51

GoogleCodeExporter commented 9 years ago
I've not heard back from you so closing as invalid.

Original comment by mingw.an...@gmail.com on 18 Dec 2012 at 12:44