hi all,
app dev is hell
As soon as you feel closer to your goal, something dark appears again.
So I got this error in xCode :
(null): Linker command failed with exit code 1 (use -v to see invocation) |
and
ld: file is universal (2 slices) but does not contain a(n) armv7s slice: (...)/Plugins/libluasocket.a file (...)/Plugins/libluasocket.a' for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation) |
I don't think I have changed anything in my project.
Have you ever faced that situation?
Comments
In, I think 2013.09 version, the libsocket armv7 binaries where not included, so you would need to upgrade to 2013.09.1
Second, there is also a bug in xcode which has not been fixed yet, which can mix paths while adding new libraries, and can be fixed like this:
http://www.giderosmobile.com/forum/discussion/comment/30711#Comment_30711
YES, but not for plugins, I had faced that earlier withgenerating the binary for ChopperRes, it had something (if I recollect correctly) with the Gideros xCode template being older as compared to what xcode required now, changing the iOS version (minimum) or the deployment target (not sure what I changed at the time) got it moving.
it took a while to understand what was happening.
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
Updating to 2013.09.01 solved the issue.
Is that possible to have a hint somewhere in Gideros studio (alert dialog, or on the Start Page) with a message "You are not running the latest version of Gideros. Please read the release notes below. [Update now][Remind me later]"?
If I'm not mistaken, the forums is the only place to get notified of the latest updates?
@Mells, I agree with you that there should be something that indicates that there is a newer version available and it could be downloaded or the user taken to the website via the dialog box. Xojo does something similar.
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
ld: file is universal (2 slices) but does not contain a(n) armv7s slice: /gideros/exported/rebusistios/rebusistios/Plugins/libluasocket.a file '/gideros/exported/rebusistios/rebusistios/Plugins/libluasocket.a' for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)
But i have gideros 2013.9.1
Game works perfectly in simulator, but generates this error on archiving.
What else can i do?