I had everything working fine in 2012.9.10 but when I upgrade and export I cannot compile in Xcode. I get hundreds of errors like this
Apple Mach-O Linker Error:
std::string::find_first_not_of(char...) referenced from
refreshLocalIPs() in libgideros.a (drawinfo.o)
Please help! I need to release soon for the holiday season.
Comments
http://stackoverflow.com/questions/9174105/epub-file-error-in-objective-c
I did what it said and now it can compile. I also changed C Language Dialect, C++ Language Dielect and C++ Standard Library to "Compiler Default" so that it can find C++ standard library functions (which is as it used to be in 2012.9.10)
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
http://www.giderosmobile.com/forum/discussion/3933/linker-error-in-exported-xcode-project#Item_2
I changed "Valid Architectures" to armv7 only and it works. But a bit worried about making these changes. Do you plan to release a new version with these issues fixed?
Likes: chipster123
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
because I never had such problems with 2013.09.1
It seems some libraries are not found now.
http://blog.giderosmobile.com/post/68378513314/problems-with-xcode-paths-fix
There is also the armv7s issue.
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
I am having issues compiling with xcode, see errors below, any one run into this before?
Apple Mach-O Linker Error
ld: truncated fat file. Slice from 67621604 to 101953700 is past end of file with length 33554432 file '/Users/dfgutier/Documents/gideros/deseretbook/build/ios/bomheroes/bomheroes/libgideros.a' for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)