-
Notifications
You must be signed in to change notification settings - Fork 52
This build does not work when building for iOS 6 (on device) due to armv7s #8
Comments
Beyond the issue with the lack of armv7s slice, I am seeing lots of memory errors for V3. Most reference default_malloc-ex. |
+1 please fix asap now that iOS6 and iPhone 5 is out... |
Please, please, please fix this. I'm working on an app that needs this! Such a great API should be kept up-to-date. |
We are working on a new update with some additional bug fixes to improve performance and reliability. We will release this next week. In the meantime, if you remove armv7s from your target, it will both build and work on the iPhone 5. Thomas Le 28 Sep 2012 à 19:05, rsmoz [email protected] a écrit :
|
Hi all, Please try out 3.1b2, which can be downloaded here: https://github.com/bumptech/bump-api-ios/downloads T |
There are some problems,see below. Undefined symbols for architecture armv7s: "_protobuf_c_message_get_packed_size", referenced from:
"_SHA1_Init", referenced from:
"_destroy_boat_packet", referenced from:
"_protobuf_c_system_allocator", referenced from:
"_protobuf_c_message_pack", referenced from:
"_ntoa", referenced from:
"_destroy_bumpnet", referenced from:
"_SHA1_Update", referenced from:
"_send_boat_packet", referenced from:
"_protobuf_c_message_free_unpacked", referenced from:
"_create_bumpnet", referenced from:
"_generate_optr", referenced from:
"_shutdown_bumpnet", referenced from:
"_create_boat_packet", referenced from:
"_init_bumpnet_framework", referenced from:
"_SHA1_Final", referenced from:
"_protobuf_c_message_unpack", referenced from:
ld: symbol(s) not found for architecture armv7s clang: error: linker command failed with exit code 1 (use -v to see invocation) At 2012-10-04 05:12:48,"Thomas Greany" [email protected] wrote: Hi all, Please try out 3.1b2, which can be downloaded here: https://github.com/bumptech/bump-api-ios/downloads T ¡ª |
Does'nt work for me either, same bugs. |
Hi Guys, I was trying to generate ipa ("archive" option) for iOS 6.0 and it did not work. Then I changed the "build Active Architecture only" to YES into "Building settings"and it works ! I'm using: OSX 10.8.2 Best Regards, |
Still no fixes -_- |
Hi Guys, Any progress on this? Still waiting for a fix. Would love to use this asap Happy Holidays! Bart |
Same thing here. Thank you for fixing it ASAP. |
Thomas, where is new libBump with official armv7s support? |
Any progress on the update? |
Hello I having been trying to inegrate bump into my project for the past few days. I keep getting the same errors about armv7s its about 19 errors that start like this Undefined symbols for architecture armv7s: Is there something i can do that will make this project build successfully? I have been reading forums for days now. |
Still cant use the new library Ld /Users/ranjan/Library/Developer/Xcode/DerivedData/BumpTest-efayjgbsqkqtokamdpajgximdxnj/Build/Intermediates/BumpTest.build/Debug-iphoneos/BumpTest.build/Objects-normal/armv7s/BumpTest normal armv7s Undefined symbols for architecture armv7s: |
Hello any update regarding the libBump.a for ios 6 (architecture armv7s) |
You guys can check this thread out, solved our problem. Just to clarify, this does allow the code to compile and work on iPhone 5, just choose the appropriate architecture in XCode and use the correct .a file. Cheers! https://groups.google.com/forum/#!topic/bump-api/O0F0d_Y_-R8 |
The best approach right now is to remove armv7s from your targets; I've not gotten around to getting each of our dependencies built for armv7s. Please note that your binaries will work just fine on iPhone5 and iOS6. |
I believe it simply needs a recompile that includes that architecture.
The text was updated successfully, but these errors were encountered: