Re: pbxcp vanished in Xcode 4.4
Re: pbxcp vanished in Xcode 4.4
- Subject: Re: pbxcp vanished in Xcode 4.4
- From: Mel Walker <email@hidden>
- Date: Thu, 26 Jul 2012 09:51:53 -0700
I'm copying frameworks, but only under certain build conditions.
I use:
path/to/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -resolve-src-symlinks "${PROJECT_DIR}/myframeworks/Foo.framework" ${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}
I figure I'd have replace it with a cp command, followed by a find command to remove the excluded files, but I don't know what to do about the -resolve-src-symlinks argument.
On Jul 26, 2012, at 12:41 AM, Alexander von Below wrote:
> If I remember discussions on the devforums correct, pbxcp has been removed from Xcode, and Apple Engineers argued pbxcp always has been an "implementation detail" of Xcode, not something anyone should use outside of the build process.
>
> That said, I have used pbxcp, too. However, now that xibs are single files, I find it no longer necessary to use. What is your usecase? Maybe we can find a replacement
>
> Alex
_______________________________________________
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