Hi I get around 7000 such warnings in the link stage of building my app for distribution
ld: warning: unexpected srelocation type 9
Any idea what this is and how I can fix it?
EDIT:
These warnings come during the link stage of 'armv7' only when building for distribution, and I also get the following warning
warning: all apps should include an armv7 architecture (current ARCHS = "armv6").
I have checked that armv7 is included in valid architectures" for both debug and distribution configuration.