ios - How to remove the Xcode warning Apple Mach-O Linker Warning 'Pointer not aligned at address -


i have slight issue when build xcode project, tones of warning after update pod. looks this

enter image description here

already search whole site here still no luck. doesn't affect project quite annoying. help?

it means binary file has non-aligned pointer when compile code. in cases alignment defaults 1 byte , hypothetically might impact performance. after updating xcode 8.3 public release still seeing error, google might need compile static library different settings make go away.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -