Hi,
I just update my Iphone OS to IOS 4.2.1 and I cant get build working anymore, I also update SDK as well ( Xcode 3.2.5 and iOS SDK 4.2).
Whenever I try to build , I got " BaseSDK Missing" error with " there is so SDK with the name or path “iPhoneOS 3.2”.
I use Unity Iphone 1.71, is there any way I can fix this issue?
thank you,
-Art
go to the build settings and change the SDK to unknown in unity
then go to the built project, menu entry project - edit active target and set base sdk to 4.2, deployment target to what you want the app to need (3.0 or higher)
Unity iPhone 1.x has no support for iOS4 so you need to keep the targets up to date yourself
thank you very much for your reply… I will give this a try.