Just wondering whether anyone knows why I would be getting 1 warning in Debug (iPhone Simulator) and 77 warnings in Debug (iPhone Device) when building my application!?
Is there something I can modify in my project settings other than "Symbols Hidden by Default" (since that didn't work) to remove these warnings from the build? I miss the green Build Successful bar.
ld: warning: unsigned long const& std::min<unsigned long>(unsigned long const&, unsigned long const&)has different visibility (default) in /Users/fulvio/Projects/zxing/iphone/ZXingWidget/build/Debug-iphoneos/libZXingWidget.a(QRCodeReader-C190599C861BFE46.o) and (hidden) in /Users/fulvio/Projects/MyApp/build/MyApp.build/Debug-iphoneos/MyApp.build/Objects-normal/armv7/ScanViewController.o
as to why you may have different warnings: the functions may be truly inlined for one architecture, and the function copy may not be emitted.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With