Re: [Solved] Train Wreck using xcodebuild in Xcode 6
Re: [Solved] Train Wreck using xcodebuild in Xcode 6
- Subject: Re: [Solved] Train Wreck using xcodebuild in Xcode 6
- From: Jerry Krinock <email@hidden>
- Date: Mon, 29 Sep 2014 11:36:12 -0700
This is fixed.
First of all, I think the reason for the severity of the Train Wreck was that the build was aborting prematurely, and I didn’t notice that it had “Failed".
The build was aborting when a custom Run Script Build Phase tried to read a value from the product’s Info.plist using PlistBuddy, but the Info.plist wasn’t there yet. Possibly Apple has changed the point in the build phases at which Info.plist gets copied to the product.
Moving my custom Run Script Build Phase down by one in the list of Build Phases, placing it after Copy Bundle Resources instead of before, solved the problem.
_______________________________________________
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