Re: Link failure (clang failed with exit code 1) with no explanation
Re: Link failure (clang failed with exit code 1) with no explanation
- Subject: Re: Link failure (clang failed with exit code 1) with no explanation
- From: Fritz Anderson <email@hidden>
- Date: Thu, 05 Apr 2012 15:42:53 -0500
On 5 Apr 2012, at 3:31 PM, David Dunham wrote:
> Trying to build an app, and we get an error linking it. There is no explanation I can see of what the error actually is (normally I'd expect something like an unresolved symbol).
>
> This is especially mysterious since the app was working before we checked it into Subversion and back out.
This is hasty and idle speculation, but if you're targeting iOS 5 at the minimum, including the ARM v6 architecture isn't necessary, is it? What happens if you change the ARCHs to armv7 only? (Other than, possibly, ruining your hand-tuned assembly code.)
It's possible the combination of ARM v6 with an OS that v6 can't run puts you into a corner case of some kind.
— F
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden