From fe1a1d82e7afce0d219bf3e2fe54fe5cfd6d4fd2 Mon Sep 17 00:00:00 2001 From: Watson Date: Mon, 24 Nov 2014 16:52:15 +0900 Subject: [PATCH] [NEWS] fix RM-670 --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 54c7a681..f0c00312 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,7 @@ `rake spec' with x86_64. * [iOS] Fixed a bug where all rake task could not be ran in root directory of Extension/Framework. So, CocoaPods libraries cannot be installed. + * [iOS] Fixed a bug where the shared framework was not built with 64-bit. * Fixed a regression where it would cause a link error in Xcode project when it uses a static library which it was generated by `rake static'. * Fixed a bug where wrong Boxed object will be returned from Objective-C method.