I have added the Sitecatalyst library to my iPhone application. However I get a lot of linker warnings that I do not know how to get rid of? I am using Xcode 4.2. The deployment target is iOS 4.0. Valid architectures are set to arm6 & arm7.
Example:
ld: warning: ignoring file /Users/…/libAppMeasurement-iOSDevice.a, missing required architecture i386 in file
How do I get rid of these warnings? Are the warnings any harmful?
(From experiences, warnings like these sooner or later get you into trouble.)
As it turns out there was a newer version of the Sitecatalyst library that was built the correct way.