How to adjust the xCode-project builded by CF2.5 to be the latest version xCode-project?
I want to integrate MoPub-iOS-SDK. if I drag that sdk folder into xCode-project builded by CF2.5.
there is one error occured in SDK. if I fixed it .and more errors occured.
if I create a new project in XCode.and drag that SDK folder into it. it run correctly.
I guess the reason is that: two versions are different. some codes of SDK is not Compatible with the xCode of older versions.
so How to adjust the xCode-project builded by CF2.5 to be the latest version xCode-project?
or What features are not supported in xCode-older-version?