From 1151fa271afccffa434b1d961afb8dada4a11fea Mon Sep 17 00:00:00 2001 From: Watson Date: Thu, 27 Mar 2014 23:17:54 +0900 Subject: [PATCH] [NEWS] Fixed a bug which OSX simulator does not work on 10.7 Lion --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 43a741ac..860bdf03 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ * Fixed a bug where an application could not be installed and launched on the Simulator or a device due to the application bundle containing a directory called `Resources'. This will now fail the build with a descriptive error. + * Fixed a bug which OSX simulator does not work on 10.7 Lion. * Improved use of `WeakRef' to raise an exception when trying to create a weak reference to one of the unsupported classes. For more information, see `Which classes don’t support weak references?' at http://bit.ly/1iiSOaU.