You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a two different sets of post process build utilities to run. One is this post process build player, and another is similar but performs differently. For the second post process build to run it needs the comments that denote the sections of the pbxproj file in order to process correctly.
Is there any wait to tell this utility to keep those comments. If I'm not able to do this it breaks all functionality.
Some examples of the comments I'm talking about are:
/* Begin PBXBuildFile section /
/ End PBXBuildFile section /
/ Begin PBXContainerItemProxy section /
/ End PBXContainerItemProxy section */
and so forth...
Another question I have is, how do I configure the framework search paths build configuration? Your sample doesn't provide anything regarding that.
The text was updated successfully, but these errors were encountered:
Hello there.
I have a two different sets of post process build utilities to run. One is this post process build player, and another is similar but performs differently. For the second post process build to run it needs the comments that denote the sections of the pbxproj file in order to process correctly.
Is there any wait to tell this utility to keep those comments. If I'm not able to do this it breaks all functionality.
Some examples of the comments I'm talking about are:
/* Begin PBXBuildFile section /
/ End PBXBuildFile section /
/ Begin PBXContainerItemProxy section /
/ End PBXContainerItemProxy section */
and so forth...
Another question I have is, how do I configure the framework search paths build configuration? Your sample doesn't provide anything regarding that.
The text was updated successfully, but these errors were encountered: