cancel
Showing results for 
Search instead for 
Did you mean: 

iOS 5 build errors

When I attempt to build my iOS 5 app using Authorize.net SDK, I get the following warning and errors.

 

The first 2 lines on uniqueIdentifier are warnings releated to UDID access going away in iOS 5. Not concerned at this point.

 

The next 8 are errors.

I have added all the Authorize.Net header files into my project.

 

I suspect this is due the static library not found. How do I get the static library from the SDK build and copy it to my project directory?

 

Any help is much appreciated.

Thank you.

 

-----------

 

/Users/RL/Desktop/RaceForumAlpha/archives/Race Forum/CCRegistrationController.m
'uniqueIdentifier' is deprecated
'uniqueIdentifier' is deprecated
"_OBJC_CLASS_$_MobileDeviceLoginRequest", referenced from:
"_OBJC_CLASS_$_AuthNet", referenced from:
"_OBJC_CLASS_$_CreditCardType", referenced from:
"_OBJC_CLASS_$_PaymentType", referenced from:
"_OBJC_CLASS_$_ExtendedAmountType", referenced from:
"_OBJC_CLASS_$_LineItemType", referenced from:
"_OBJC_CLASS_$_TransactionRequestType", referenced from:
"_OBJC_CLASS_$_CreateTransactionRequest", referenced from:

1 REPLY 1

I apologize for the delay in getting back to you, but I want to let you know that we've updated the iOS SDK package on our site to address these errors.  You should be able to build it now without any problems.

Trevor
Administrator Administrator
Administrator