Re: Xcode problems??
Re: Xcode problems??
- Subject: Re: Xcode problems??
- From: Chris Hanson <email@hidden>
- Date: Fri, 07 Jun 2013 14:00:58 -0700
I suspect you have "Copy only when installing" on in the Copy Files build phase that puts the framework in your app.
When you Archive in Xcode, it doesn't just do a build, it does an install as well, so that everything built is placed in the proper location (relative to the archive directory) as specified in its INSTALL_PATH build setting.
For example, an app had an Install Path of LOCAL_APPS_DIR (/Applications) and this causes it to be put in a hierarchy like that inside the archive.
-- Chris
Sent from my iPhone
On Jun 7, 2013, at 11:22 AM, Todd Heberlein <email@hidden> wrote:
> The Frameworks folder is *not* in the app bundle in the Debug folder, but when I archive-export the app, the folder is in the Apps bundle. (I specify the frameworks to be copied in the "Build Phase")
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden