Crash on splashscreen on IOS version

Hi people, I am working with meteor 1.5.2.2 and build an app to IOS on Xcode 8.3. My build process is ok, but when app open my App (on mobile or simulator) I receive an crash on splash and app stop.

The error is:

objc[35778]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x115536cc0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x11534d6f0). One of the two will be used. Which one is undefined.
2017-10-29 08:42:20.923 eSecretary[35778:346730] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///Users/raragao/Library/Developer/CoreSimulator/Devices/CE111912-6AA4-4AD4-8CF7-FD9090054DF5/data/Containers/Data/Application/5F4BB359-D1E9-4BE6-98D8-85F5197C1477/Library/Cookies/com.esecretary.binarycookies
2017-10-29 08:42:21.114 eSecretary[35778:346730] Apache Cordova native platform version 4.5.0 is starting.
2017-10-29 08:42:21.115 eSecretary[35778:346730] Multi-tasking -> Device: YES, App: YES
2017-10-29 08:42:21.143 eSecretary[35778:346730] -[__NSDictionaryM cordovaSettingForKey:]: unrecognized selector sent to instance 0x60800005a040
2017-10-29 08:42:21.160 eSecretary[35778:346730] *** Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘-[__NSDictionaryM cordovaSettingForKey:]: unrecognized selector sent to instance 0x60800005a040’
*** First throw call stack:
(
0 CoreFoundation 0x000000010418ab0b __exceptionPreprocess + 171
1 libobjc.A.dylib 0x0000000103bef141 objc_exception_throw + 48
2 CoreFoundation 0x00000001041fa134 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
3 CoreFoundation 0x0000000104111840 forwarding + 1024
4 CoreFoundation 0x00000001041113b8 _CF_forwarding_prep_0 + 120
5 eSecretary 0x00000001020bbf43 -[CDVViewController viewDidLoad] + 195
6 eSecretary 0x00000001020345a6 -[MainViewController viewDidLoad] + 54
7 UIKit 0x000000010503101a -[UIViewController loadViewIfRequired] + 1235
8 UIKit 0x000000010503145a -[UIViewController view] + 27
9 UIKit 0x0000000104ef998a -[UIWindow addRootViewControllerViewIfPossible] + 65
10 UIKit 0x0000000104efa070 -[UIWindow _setHidden:forced:] + 294
11 UIKit 0x0000000104f0cebe -[UIWindow makeKeyAndVisible] + 42
12 eSecretary 0x00000001020c0628 -[CDVAppDelegate application:didFinishLaunchingWithOptions:] + 776
13 eSecretary 0x0000000102034327 -[AppDelegate application:didFinishLaunchingWithOptions:] + 199
14 UIKit 0x0000000104e849b7 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 299
15 UIKit 0x0000000104e8629c -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 4119
16 UIKit 0x0000000104e8c5e4 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1709
17 UIKit 0x0000000104e897f3 -[UIApplication workspaceDidEndTransaction:] + 182
18 FrontBoardServices 0x00000001099ca5f6 FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK + 24
19 FrontBoardServices 0x00000001099ca46d -[FBSSerialQueue _performNext] + 186
20 FrontBoardServices 0x00000001099ca7f6 -[FBSSerialQueue _performNextFromRunLoopSource] + 45
21 CoreFoundation 0x0000000104130c01 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
22 CoreFoundation 0x00000001041160cf __CFRunLoopDoSources0 + 527
23 CoreFoundation 0x00000001041155ff __CFRunLoopRun + 911
24 CoreFoundation 0x0000000104115016 CFRunLoopRunSpecific + 406
25 UIKit 0x0000000104e8808f -[UIApplication _run] + 468
26 UIKit 0x0000000104e8e134 UIApplicationMain + 159
27 eSecretary 0x0000000102034241 main + 65
28 libdyld.dylib 0x0000000107cde65d start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)