The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > Developer > Omni Frameworks
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
CopyLibraryResources script error Thread Tools Search this Thread Display Modes
I am setting up a new project based on the frameworks and have pretty much replicated the structure of the sample iPad projects. The whole thing builds but I get this error during the CopyLibraryResources run phase. Pretty much stumped after debugging. Can anyone help? My ipad project is not embedded in the OmniUI directory structure, but at the same level as my OmniGroup directory..I carefully ( I think ?) set the configuration. Everything builds but....

Error:

"object isa XCVersionGroup, expecting PBXFileReference or PBXVariantGroup or PBXReferenceProxy, died at ../OmniGroup/Scripts/ListSourceFilesInTarget line 76...."

then falls through, analyzes and succeeds (links) with no errors. I must be missing something?!

SDK:iOS4.02 XCode:3.2.3 OS:10.6.4

Thanks in advance.
 
The ListSourceFilesInTarget script munges through the Xcode project looking for references to resources that it should copy into the static frameworks. But, it seems to have run across an object of some type in the Xcode project that it hasn't been set up to handle, a "XCVersionGroup".

Is this using a Xcode 4 preview? If not, any hints on how you structured your project to get this type of object in the project file would help narrow it down.

For now, you might be able to hack in support for (or at least ignore) this type in the script where this call is made (about line 138).
__________________
CTO, The Omni Group
 
Thanks Tim for the prompt reply -

No, I'm tempted but staying clear of the XCode preview for the moment (as tempting as it is, cause XC is getting a little old in the tooth and bothersome...still beats Visual...)

I've added some debugging statements in both Copy... and List...scripts and am narrowing down on the "offending" resource. I've built OF based projects within the samples directory without a hitch. This time I wanted to start from scratch and simply created a new iPad project at the same level as my OmniGroup directory using the Scaling Demo as an example. A notable difference maybe the fact that I seeded the project as a SplitViewController project, so Apple ads all the CoreData modeling stuff...its in my Resources and Compile Phase. I'm exploring whether that's the issue. I'll report anything I find noteworthy.

Thanks again for the great framework. A true treasure chest from a group I've been following since the NextStep days...I may even contribute a few pieces of my own when I get time. What's the best way of doing that? A github fork? Framework's like 320 have a rather large network, Omni's is unfairly sparse for the amount of gems it has to offer. I know this isn't your primary business focus...but are you planning on expanding this open source offering regularly? Support is hassle (I know)...

Later
 
Ok - it was the Core Data modeling objects. So I modified the script to handle
XCVersionGroup in the do_target and resolvepath subs. I think I'll be ok.

thx
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
setting project + context via script (modifying a DEVONthink script) bernd OmniFocus Extras 2 2012-09-08 12:10 PM
CopyLibraryResources fails to locate FixStringsFile Jonahsiegle Omni Frameworks 1 2012-08-26 08:31 AM
Script error when re-arranging projects iNik OmniFocus Extras 0 2008-10-13 11:25 AM
Error 500 ste7130 OmniFocus Syncing 3 2008-09-30 12:50 AM
What does this error mean? MacBerry OmniFocus Syncing 2 2008-08-17 12:55 AM


All times are GMT -8. The time now is 09:32 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.