You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
Can not start iOS app after finish the steps written inside the readme.sh
Error Message 01 in xCode Debug:
2017-01-21 18:00:20.153761 SimpleConversationApp[1691:1290476] Apache Cordova native platform version 4.3.1 is starting.
2017-01-21 18:00:20.154611 SimpleConversationApp[1691:1290476] Multi-tasking -> Device: YES, App: YES
fatal error: unexpectedly found nil while unwrapping an Optional value
2017-01-21 18:00:20.167528 SimpleConversationApp[1691:1290476] fatal error: unexpectedly found nil while unwrapping an Optional value
(lldb)
$ionicPlatform.ready(function(){// Hide the accessory bar by default (remove this to show the accessory bar above the keyboard// for form inputs)if(window.cordova&&window.cordova.plugins&&window.cordova.plugins.Keyboard){cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);cordova.plugins.Keyboard.disableScroll(true);}if(window.StatusBar){// org.apache.cordova.statusbar requiredStatusBar.styleDefault();}// -----------------------// BMS Beginconsole.log(">> ready 01: BMSClient.initialize");BMSClient.initialize(BMSClient.REGION_UK);//REGION_US_SOUTH);// iOS Actionable notification options.// Eg : {"category_Name":[{"identifier_name_1":"action_Name_1"},{"identifier_name_2":"action_Name_2"}]}// Pass empty for Androidvarcategory={};console.log(">> ready 05: BMSPush.initialize");BMSPush.initialize(appGuid,clientSecret,category);console.log(">> ready 02: BMSLogger.setLogLevel");// Globally set the logging levelBMSLogger.setLogLevel(BMSLogger.WARN);// Definition for the Notification callbackvarhandleNotificationCallback=function(notification){// notification is a JSON objectalert(notification.message);};BMSPush.registerNotificationsCallback(handleNotificationCallback);// BMS End// -----------------------
Can not start iOS app after finish the steps written inside the readme.sh
Error Message 01 in xCode Debug:
Error Message 01 in xCode Thread:
Environment:
xCode:
Version 8.2.1 (8C1002)
Cordova Plugin List:
Cordova Platform List:
Relevant code inside cordova application www.js.app.js:
Relevant code inside code inside xcode classes.AppDelegate.m:
The text was updated successfully, but these errors were encountered: