On Tue, May 6, 2014, at 11:55 AM, Mills, Steve wrote:
> 
> No. What I mean is that finishLaunching is still being executed. We're in
> [FinaleAppDelegate applicationWillFinishLaunching:] (like you mentioned
> later), which is where we call our cross-platform InitApp function to
> load things up, set up audio, etc. The audio engine has discovered a
> sample rate mismatch and is telling the user about it via modal dialog.

There have been a few cases on this list where the only resolution has
been "-applicationWillFinishLaunching: is too early to start doing
things."

Have you tried moving your InitApp call to
-applicationDidFinishLaunching:?

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to