Re: Problems Building Apple's CryptoSample
Re: Problems Building Apple's CryptoSample
- Subject: Re: Problems Building Apple's CryptoSample
- From: Philip Aker <email@hidden>
- Date: Mon, 26 May 2008 00:43:48 -0700
On 08-05-25, at 23:15, Joel Norvell wrote:
Dear Xcoders,
I tried to build Apple's CryptoSample using Xcode 3 under OS X 10.5.2.
http://developer.apple.com/samplecode/CryptoSample/index.html
I downloaded it. When I double clicked the CryptoSample.pbproj, it
created a
CryptoSample.xcodeproj. When I double-click that, it brings up the
project.
When I click Build, I get the errors listed below.
NOTE: I'm sorry I have to append such a long list, but I'm not sure
what to edit out without obscuring the problem(s).
Any ideas what I'm doing wrong or how to fix CryptoSample so it
builds?
In the Project menu select Upgrade All Targets in Project to Native.
Delete all the old targets.
Rename all the new targets by deleting the (upgraded) suffix.
Clean all targets in the project.
Quit Xcode and delete all items in the assigned "Intermediates" folder.
Open the project.
Build.
Now you will get a different set of errors. These should be solvable
by changing a bunch of variables and parameter types of type uint32_t
to CSSM_SIZE.
Philip Aker
echo email@hidden@nl | tr a-z@. p-za-o.@
Sent from my SE/30
_______________________________________________
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