Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

natatos

macrumors regular
Original poster
Dec 23, 2008
137
0
Iowa
Hi, I'm trying to do something with the GData framework. I've downloaded the latest version and it just came as a xcode project and in the targets has the .framework. I've tried compiling it but it just says build successful then I can't find where it built it too. Any help would be appreciated.
 
After building, the framework will be in the derived data directory for the project.
  1. Window | Organiser
  2. Projects tab
  3. Select your project on the left
  4. Click the white on a circle next to the Derived Data path
  5. In the Finder window that appears, go to Products/Debug or Products/Release.
  6. Inside either of those is the debug-build and release-build of the .framework.

Alternatively (and perhaps superiorly) you can archive and share the project.
  1. Product | Archive
  2. In the Organizer window, under the Archives tab, with your project select on the left (this should have all happened automatically)
  3. Share
  4. Contents: Build Products, Next
  5. Choose a place to save the product. The framework will be put under Library/Frameworks under that place.

But you may not have to do any of this if you're just going to use the framework in another XCode project. Instead you can create a workspace with both this framework project and the project that will use the framework.
 
Ok I did the first option and got a folder called GData.framework. So I copied that to the frameworks folder then in xcode added other on the add frameworks part then went to the gdata.framework folder. Is this right?
 
Ok I did the first option and got a folder called GData.framework. So I copied that to the frameworks folder then in xcode added other on the add frameworks part then went to the gdata.framework folder. Is this right?

Sounds right. Did it actually work for you?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.