I\'m running into an issue with relaunching my application on 10.5.In my Info.plist I have LSMinimumSystemVersionByArchitecture set so that the application will run in 64-bit for x86_64 and 32-bit on
I am running a Perl scri开发者_运维问答pt within an NSTask object with it\'s output going into an NSPipe. I am using notifications to receive it\'s output periodically and update the GUI.
I have an app with a button \'convert\'. When I click this button, the app starts a new process using NSTask and then greys out the button until the process finishes.