Quoting [EMAIL PROTECTED]: > When I run the project in debug mode, everything works as it should. > However, after building the project, running the app results in > assertion failures:
I've loceated the issue and it appears to have something to do with the addition of a Console app that is included in the new version or the main project (called by one of the new BevelBiutton actions). As part of the debug run, I copy the console app and the lib directory into the debug app Contents/MacOS folder (in a #If DebugBuild - #endif block). Doing this works properly. However, when I build the project and then copy the Console app and its lib folder into the built app's Contents/MacOS directory, the problem occurs. Is anyone else using RB-built Console helper apps that you are copying into the main project's bundle? Tim -- Tim Jones [EMAIL PROTECTED] _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
