IPhone frameworks the way?

I recently migrated my projects to a new Mac as well as a new version of Xcode.

When I opened my project, I noticed some of the files were red. So I reassigned them by setting the path (on the project path) and then providing the correct path location.

Now my problem is that the frames I have are red and I can't find their location! I established that the structure paths were "relative to the current SDK".

Can someone help me render my frameworks correctly? The frameworks they use are: - QuartzCore.framework - libsqlite3.0.dylib - UIKit.framework - Forum about building, renovation and interior design - CoreGraphics.framework

XCode version is 3.1.4 (only one installed). The iPhone app was originally built using a previous version of Xcode (I don't remember which version).


I still don't have an answer. I'm getting deeper and deeper into this problem that Apple created. In all my IM files im imping

How can I add this UIKit framework to my Target project with respect to the current SDK? Actually, forget about SDK references, let's just get the structure from the 3.0 SDK as a reference structure. Right now when I link it is blushing.

Side note: The framework related links are all about it makes me go crazy and make me more upset over the apple for this sloppiness than ever.

Any help is appreciated.

+2


source to share


3 answers


If you double-click on your target to open the dashboard, you will see a tab labeled "Linked Libraries". From here you can click the plus button to add libraries and xcode will go right when you add the frameworks you need



+1


source


I just had this problem. Somehow the "base SDK" in the project build settings was installed on Mac OS X after I installed Xcode 4.2.



Click on your project, change the Base SDK to "Latest iOS" and enjoy the vibration.

+3


source


I had the same problem with red frameworks and bad traffic. If you get the "Base SDK Missing" error, you need to get information about your Xcode project and check that it can find the correct SDK.

At the bottom of the General Information tab, the Base SDK for All Configurations option appears. Pick a different SDK and see if that helps.

I ran into problems when upgrading to the beta SDK and loading legacy frameworks from the old SDK.

0


source







All Articles