I'm finally converting my CFM project to Mach-O in preparation for
a move to XCode. My Mach-O build is generating an error that I'm
not sure how to solve.
After compiling and linking, the compiler says
"Package: ScoreWindow.pobj: Source file "" could not be found"
where ScoreWindow is the name of my lowest numbered ppob resource.
Any idea what this means, or how to fix it? Needless to say, the same
ppob works fine in a CFM build.
david