Discussion Forums  >  App Store Rejections

Replies: 24    Views: 542

miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
05/21/14 11:24 AM (9 years ago)

Missing Plugin: The View Controller for this plugin was not compiled in the Xcode project

I have app with only 2 plugins: Menu simple and CustomHTML. My app (BT 3.0) were in AppStore few months. I just upgraded it to new version with same plugins and tested it AdHoc - this works. Now I got Apple rejection: "Missing Plugin: The View Controller for this plugin was not compiled in the Xcode project." I have no clue where to search for solution. Any help?
 
Calypso Kid
Aspiring developer
Profile
Posts: 780
Reg: Mar 09, 2012
Upstate New Yor...
18,200
like
05/21/14 11:28 AM (9 years ago)
Are you sure that you dragged the plugins into Xcode before you sent it to Apple? Also if your config file is looking for a plugin that you no longer use and removed from your project, you will get this error. try reloading the app onto your device from Xcode to see if you can duplicate the problem. be sure to load the same project that you submitted to apple Dave
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
05/21/14 11:53 AM (9 years ago)
I check it again: both plugins are present in Xcode. I tried with AdHoc testing again and it shows error: "process launch failed: failed to get the task for process 2558." Do you know where to find this process?
 
Calypso Kid
Aspiring developer
Profile
Posts: 780
Reg: Mar 09, 2012
Upstate New Yor...
18,200
like
05/21/14 12:38 PM (9 years ago)
Take a look at your debug console in Xcode. You can see where the process is going wrong. Will the app run in an iOS simulator?
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
05/21/14 12:59 PM (9 years ago)
I noticed that process does not run on simulator. I found this: 576E23A2707460325894160 and type: BT_screen_customHTML 2014-05-21 21:59:48.155 epesmarica[13654:60b] BT_navController: pushViewController 2014-05-21 21:59:48.181 epesmarica[13654:60b] BT_application: initialzing a splash screen with itemId: 0F683F04AD91F192B3B7608 2014-05-21 21:59:48.181 epesmarica[13654:60b] BT_application: getScreenDataByItemId 0F683F04AD91F192B3B7608 2014-05-21 21:59:48.182 epesmarica[13654:60b] BT_application: could not find screen with itemId: 0F683F04AD91F192B3B7608 2014-05-21 21:59:48.182 epesmarica[13654:60b] BT_application: getViewControllerForScreen nickname: "no nickname?" itemId: error view controller has no itemId type: BT_screen_menuList 2014-05-21 21:59:48.183 epesmarica[13654:60b] BT_application: getViewControllerForScreen: ERROR, could not initialize view controller for screen with itemId: error view controller has no itemId 2014-05-21 21:59:48.183 epesmarica[13654:60b] BT_plugin_missing: INIT 2014-05-21 21:59:48.287 epesmarica[13654:60b] BT_plugin_missing: viewDidLoad (super) 2014-05-21 21:59:48.288 epesmarica[13654:60b] BT_plugin_missing: viewDidLoad
 
Calypso Kid
Aspiring developer
Profile
Posts: 780
Reg: Mar 09, 2012
Upstate New Yor...
18,200
like
05/21/14 01:48 PM (9 years ago)
Does your home screen have a name in the nickname box?
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
05/21/14 02:12 PM (9 years ago)
No, I am using Tabbed Layout.
 
Calypso Kid
Aspiring developer
Profile
Posts: 780
Reg: Mar 09, 2012
Upstate New Yor...
18,200
like
05/21/14 02:54 PM (9 years ago)
You still need to name your screens
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
05/21/14 09:50 PM (9 years ago)
Every of my screens has Nickname, but I use Layout-Tabbed Layout and for 2 tabs I use CustomHtml plugin.
 
Calypso Kid
Aspiring developer
Profile
Posts: 780
Reg: Mar 09, 2012
Upstate New Yor...
18,200
like
05/22/14 07:53 AM (9 years ago)
It looks like the beginning of the debug console output is missing. Clear your debug console and relaunch the app in simulator then post the new debug output so we can see everything that is happening from the beginning
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
05/22/14 08:17 AM (9 years ago)
2014-05-22 17:11:32.922 epesmarica[1737:60b] BT_device: INIT 2014-05-22 17:11:32.924 epesmarica[1737:60b] BT_device: Unique UUID exists: E5929C39-15CB-4B38-874A-4833E17CF6B7 2014-05-22 17:11:32.924 epesmarica[1737:60b] BT_device: This device is NOT an iPad. 2014-05-22 17:11:32.925 epesmarica[1737:60b] BT_device: This device can make phone calls 2014-05-22 17:11:32.931 epesmarica[1737:60b] BT_device: This device can send emails 2014-05-22 17:11:32.931 epesmarica[1737:60b] BT_device: This device cannot send SMS (text) messages 2014-05-22 17:11:32.932 epesmarica[1737:60b] BT_device: This device can report it's location 2014-05-22 17:11:32.933 epesmarica[1737:60b] BT_device: This device cannot take pictures or videos 2014-05-22 17:11:32.933 epesmarica[1737:60b] BT_device: Listing custom fonts (UIAppFonts) listed in app's .plist... 2014-05-22 17:11:32.958 epesmarica[1737:60b] BT_user: INIT 2014-05-22 17:11:32.959 epesmarica[1737:60b] BT_user: User is not logged in 2014-05-22 17:11:32.959 epesmarica[1737:60b] BT_application: INIT 2014-05-22 17:11:32.965 epesmarica[1737:60b] BT_loadConfigDataViewController: INIT 2014-05-22 17:11:32.996 epesmarica[1737:60b] BT_loadConfigDataViewController: viewDidLoad (super) 2014-05-22 17:11:33.006 epesmarica[1737:60b] BT_loadConfigDataViewController: viewDidLoad 2014-05-22 17:11:33.006 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:33.007 epesmarica[1737:60b] BT_loadConfigDataViewController: viewWillAppear (super) 2014-05-22 17:11:33.008 epesmarica[1737:60b] BT_loadConfigDataViewController: configureNavBar (super) for screen with itemId: loadConfigDataScreen 2014-05-22 17:11:33.009 epesmarica[1737:60b] BT_viewUtilities: getNavBarBackgroundColorForScreen: Screen "(null)" does not use a navBarBackgroundColor 2014-05-22 17:11:33.010 epesmarica[1737:60b] BT_loadConfigDataViewController: configureBackground (super) for screen with itemId loadConfigDataScreen: 2014-05-22 17:11:33.010 epesmarica[1737:60b] BT_loadConfigDataViewController: viewWillAppear 2014-05-22 17:11:33.011 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:33.012 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:33.030 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:33.031 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:33.032 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:33.032 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:33.033 epesmarica[1737:60b] epesmarica_appDelegate: applicationDidBecomeActive 2014-05-22 17:11:33.034 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:33.037 epesmarica[1737:60b] BT_loadConfigDataViewController: viewDidAppear 2014-05-22 17:11:33.055 epesmarica[1737:60b] epesmarica_appDelegate: networkTypeChanged. rootDevice is connected to the network: WiFi 2014-05-22 17:11:34.538 epesmarica[1737:60b] BT_loadConfigDataViewController: loadAppData 2014-05-22 17:11:34.569 epesmarica[1737:60b] BT_loadConfigDataViewController: Will use the default JSON configuration file "BT_config.txt" if a newer version is not cached on the device. 2014-05-22 17:11:34.577 epesmarica[1737:60b] BT_fileManager: File does exist in cached directory: "cachedAppConfig.txt" 2014-05-22 17:11:34.578 epesmarica[1737:60b] BT_loadConfigDataViewController: Parsing previously cached JSON data: "cachedAppConfig.txt" 2014-05-22 17:11:34.578 epesmarica[1737:60b] BT_fileManager: readTextFileFromCacheWithEncoding: "cachedAppConfig.txt" encoding: -1 2014-05-22 17:11:34.598 epesmarica[1737:60b] BT_application: validateApplicationData 2014-05-22 17:11:34.602 epesmarica[1737:60b] BT_application: The application data appears to be valid. 2014-05-22 17:11:34.602 epesmarica[1737:60b] BT_application: parseJSONData: parsing application data 2014-05-22 17:11:34.606 epesmarica[1737:60b] BT_application: parsing themes, count: 1 2014-05-22 17:11:34.606 epesmarica[1737:60b] BT_application: parsing tabs, count: 2 2014-05-22 17:11:34.606 epesmarica[1737:60b] BT_application: parsing menus, count: 0 2014-05-22 17:11:34.607 epesmarica[1737:60b] BT_application: parsing screens, count: 64 2014-05-22 17:11:34.607 epesmarica[1737:60b] BT_loadConfigDataViewController: configureEnvironmentUsingAppData 2014-05-22 17:11:34.608 epesmarica[1737:60b] BT_contextMenu: INIT 2014-05-22 17:11:34.610 epesmarica[1737:3e1b] BT_loadConfigDataViewController: initAudioPlayer 2014-05-22 17:11:34.610 epesmarica[1737:60b] BT_loadConfigDataViewController: "Start Location Updates" = "No". NOT starting the location monitor. 2014-05-22 17:11:34.610 epesmarica[1737:4903] BT_loadConfigDataViewController: loadSoundEffects 2014-05-22 17:11:34.611 epesmarica[1737:60b] BT_application: buildInterface app interface 2014-05-22 17:11:34.611 epesmarica[1737:3e1b] BT_audioPlayer: INIT (preparing it for possible background audio) 2014-05-22 17:11:34.611 epesmarica[1737:60b] BT_background_view: INIT 2014-05-22 17:11:34.612 epesmarica[1737:60b] BT_application: building a tabbed based navigation app 2014-05-22 17:11:34.613 epesmarica[1737:4903] BT_fileManager: File does exist in Xcode bundle: "bt_funk.mp3" 2014-05-22 17:11:34.614 epesmarica[1737:60b] BT_tabBarController: view loaded 2014-05-22 17:11:34.637 epesmarica[1737:4903] BT_fileManager: File does exist in Xcode bundle: "bt_glass.mp3" 2014-05-22 17:11:34.649 epesmarica[1737:60b] BT_application: getScreenDataByItemId 136ACFAA1E6B9C88697AABA 2014-05-22 17:11:34.650 epesmarica[1737:60b] BT_application: screenType is BT_screen_menuListSimple for screen with nickname: "Pesmi" and itemId: 136ACFAA1E6B9C88697AABA 2014-05-22 17:11:34.650 epesmarica[1737:60b] BT_application: getViewControllerForScreen nickname: "Pesmi" itemId: 136ACFAA1E6B9C88697AABA type: BT_screen_menuListSimple 2014-05-22 17:11:34.651 epesmarica[1737:60b] BT_screen_menuListSimple: INIT 2014-05-22 17:11:34.651 epesmarica[1737:60b] BT_screen_menuListSimple: viewDidLoad 2014-05-22 17:11:34.652 epesmarica[1737:60b] BT_screen_menuListSimple: viewDidLoad (super) 2014-05-22 17:11:34.652 epesmarica[1737:60b] BT_viewUtilities: getTableViewForScreen with nickname: "Pesmi" and itemId: 136ACFAA1E6B9C88697AABA and type: BT_screen_menuListSimple 2014-05-22 17:11:34.666 epesmarica[1737:60b] BT_screen_menuListSimple: createiAdBannerView (super): 2014-05-22 17:11:34.745 epesmarica[1737:1303] WARNING: Slow defaults access for key ClientState took 0.077850 seconds, tolerance is 0.020000 2014-05-22 17:11:34.747 epesmarica[1737:60b] BT_viewUtilities: frameForAdViewAtOrientation 2014-05-22 17:11:34.748 epesmarica[1737:60b] BT_navController: pushViewController 2014-05-22 17:11:34.865 epesmarica[1737:60b] BT_application: getScreenDataByItemId 576E23A2707460325894160 2014-05-22 17:11:34.866 epesmarica[1737:60b] BT_application: screenType is BT_screen_customHTML for screen with nickname: "O e-pesmarici" and itemId: 576E23A2707460325894160 2014-05-22 17:11:34.866 epesmarica[1737:60b] BT_application: getViewControllerForScreen nickname: "O e-pesmarici" itemId: 576E23A2707460325894160 type: BT_screen_customHTML 2014-05-22 17:11:34.867 epesmarica[1737:60b] BT_screen_customHTML: INIT 2014-05-22 17:11:34.867 epesmarica[1737:60b] BT_screen_customHTML: viewDidLoad 2014-05-22 17:11:34.867 epesmarica[1737:60b] BT_screen_customHTML: viewDidLoad (super) 2014-05-22 17:11:34.879 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:34.880 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:34.880 epesmarica[1737:60b] BT_viewUtilities: getWebNavBarForScreen with nickname: "O e-pesmarici" and itemId: 576E23A2707460325894160 and type: BT_screen_customHTML 2014-05-22 17:11:34.995 epesmarica[1737:60b] BT_navController: pushViewController 2014-05-22 17:11:35.000 epesmarica[1737:60b] BT_application: initialzing a splash screen with itemId: 0F683F04AD91F192B3B7608 2014-05-22 17:11:35.001 epesmarica[1737:60b] BT_application: getScreenDataByItemId 0F683F04AD91F192B3B7608 2014-05-22 17:11:35.001 epesmarica[1737:60b] BT_application: could not find screen with itemId: 0F683F04AD91F192B3B7608 2014-05-22 17:11:35.001 epesmarica[1737:60b] BT_application: getViewControllerForScreen nickname: "no nickname?" itemId: error view controller has no itemId type: BT_screen_menuList 2014-05-22 17:11:35.001 epesmarica[1737:60b] BT_application: getViewControllerForScreen: ERROR, could not initialize view controller for screen with itemId: error view controller has no itemId 2014-05-22 17:11:35.002 epesmarica[1737:60b] BT_plugin_missing: INIT 2014-05-22 17:11:35.047 epesmarica[1737:60b] BT_plugin_missing: viewDidLoad (super) 2014-05-22 17:11:35.047 epesmarica[1737:60b] BT_plugin_missing: viewDidLoad 2014-05-22 17:11:35.048 epesmarica[1737:60b] BT_loadConfigDataViewController: fadeOutLoadView 2014-05-22 17:11:35.577 epesmarica[1737:60b] BT_loadConfigDataViewController: fadeInStartView 2014-05-22 17:11:35.577 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:35.580 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:35.582 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:35.583 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:35.583 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:35.585 epesmarica[1737:60b] BT_screen_menuListSimple: viewWillAppear (super) 2014-05-22 17:11:35.585 epesmarica[1737:60b] BT_screen_menuListSimple: configureNavBar (super) for screen with itemId: 136ACFAA1E6B9C88697AABA 2014-05-22 17:11:35.587 epesmarica[1737:60b] BT_viewUtilities: getNavBarBackgroundColorForScreen: Screen "Pesmi" color: #00FF00 2014-05-22 17:11:35.591 epesmarica[1737:60b] BT_screen_menuListSimple: configureBackground (super) for screen with itemId 136ACFAA1E6B9C88697AABA: 2014-05-22 17:11:35.592 epesmarica[1737:60b] BT_background_view: updateProperties (color and image) for screen with itemId: 136ACFAA1E6B9C88697AABA: 2014-05-22 17:11:35.592 epesmarica[1737:60b] BT_fileManager: File does exist in Xcode bundle: "blank.png" 2014-05-22 17:11:35.593 epesmarica[1737:60b] BT_background_view: "blank.png" exists in Xcode bundle - not downloading. 2014-05-22 17:11:35.602 epesmarica[1737:60b] BT_background_view: setImage 2014-05-22 17:11:35.603 epesmarica[1737:60b] BT_screen_menuListSimple: viewWillAppear 2014-05-22 17:11:35.603 epesmarica[1737:60b] BT_screen_menuListSimple: showHideAdView (super): 2014-05-22 17:11:35.604 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:35.605 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:35.606 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:35.606 epesmarica[1737:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 17:11:35.703 epesmarica[1737:60b] BT_screen_menuListSimple: loadData 2014-05-22 17:11:35.704 epesmarica[1737:60b] BT_screen_menuListSimple: using menu items from the screens configuration data. 2014-05-22 17:11:35.704 epesmarica[1737:60b] BT_screen_menuListSimple: layoutScreen 2014-05-22 17:11:37.185 epesmarica[1737:60b] BT_screen_menuListSimple: bannerViewDidLoadAd (super) 2014-05-22 17:11:37.185 epesmarica[1737:60b] BT_screen_menuListSimple: showHideAdView (super):
 
Calypso Kid
Aspiring developer
Profile
Posts: 780
Reg: Mar 09, 2012
Upstate New Yor...
18,200
like
05/22/14 08:30 AM (9 years ago)
It looks like the app is calling for the splash screen plugin and according to your first post, you are only using Menu Simple and Custom HTML. If you do not want a splash screen, go to your app control panel and see if you have a screen selected for a splash screen in the Theme tab. If you do, either remove it or drag your splash screen plugin into your Xcode project. Dave 2014-05-22 17:11:35.000 epesmarica[1737:60b] BT_application: initialzing a splash screen with itemId: 0F683F04AD91F192B3B7608 2014-05-22 17:11:35.001 epesmarica[1737:60b] BT_application: getScreenDataByItemId 0F683F04AD91F192B3B7608 2014-05-22 17:11:35.001 epesmarica[1737:60b] BT_application: could not find screen with itemId: 0F683F04AD91F192B3B7608
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
05/22/14 09:39 AM (9 years ago)
Thanks for quick answers, but I don't have splash screen selected in Theme tab, I have it empty. I tried with just adding Splash plugin when download project, result is the same, her is debug output: 2014-05-22 18:31:31.714 epesmarica[2767:60b] BT_device: INIT 2014-05-22 18:31:31.790 epesmarica[2767:60b] BT_device: Unique UUID does not exist, creating: 78FA60CD-E03E-4BFB-B779-BF68095916E8 2014-05-22 18:31:31.821 epesmarica[2767:60b] BT_device: This device is NOT an iPad. 2014-05-22 18:31:31.822 epesmarica[2767:60b] BT_device: This device can make phone calls 2014-05-22 18:31:31.888 epesmarica[2767:60b] BT_device: This device can send emails 2014-05-22 18:31:31.888 epesmarica[2767:60b] BT_device: This device cannot send SMS (text) messages 2014-05-22 18:31:31.889 epesmarica[2767:60b] BT_device: This device can report it's location 2014-05-22 18:31:31.890 epesmarica[2767:60b] BT_device: This device cannot take pictures or videos 2014-05-22 18:31:31.891 epesmarica[2767:60b] BT_device: Listing custom fonts (UIAppFonts) listed in app's .plist... 2014-05-22 18:31:31.891 epesmarica[2767:60b] BT_user: INIT 2014-05-22 18:31:31.892 epesmarica[2767:60b] BT_user: User is not logged in 2014-05-22 18:31:31.892 epesmarica[2767:60b] BT_application: INIT 2014-05-22 18:31:31.934 epesmarica[2767:60b] BT_loadConfigDataViewController: INIT 2014-05-22 18:31:31.978 epesmarica[2767:60b] BT_loadConfigDataViewController: viewDidLoad (super) 2014-05-22 18:31:31.985 epesmarica[2767:60b] BT_loadConfigDataViewController: viewDidLoad 2014-05-22 18:31:31.986 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:31.987 epesmarica[2767:60b] BT_loadConfigDataViewController: viewWillAppear (super) 2014-05-22 18:31:31.987 epesmarica[2767:60b] BT_loadConfigDataViewController: configureNavBar (super) for screen with itemId: loadConfigDataScreen 2014-05-22 18:31:32.121 epesmarica[2767:60b] BT_viewUtilities: getNavBarBackgroundColorForScreen: Screen "(null)" does not use a navBarBackgroundColor 2014-05-22 18:31:32.144 epesmarica[2767:60b] BT_loadConfigDataViewController: configureBackground (super) for screen with itemId loadConfigDataScreen: 2014-05-22 18:31:32.144 epesmarica[2767:60b] BT_loadConfigDataViewController: viewWillAppear 2014-05-22 18:31:32.145 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:32.146 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:32.146 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:32.147 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:32.148 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:32.148 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:32.289 epesmarica[2767:60b] epesmarica_appDelegate: applicationDidBecomeActive 2014-05-22 18:31:32.290 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:32.406 epesmarica[2767:60b] BT_loadConfigDataViewController: viewDidAppear 2014-05-22 18:31:32.468 epesmarica[2767:60b] epesmarica_appDelegate: networkTypeChanged. rootDevice is connected to the network: WiFi 2014-05-22 18:31:33.907 epesmarica[2767:60b] BT_loadConfigDataViewController: loadAppData 2014-05-22 18:31:33.908 epesmarica[2767:60b] BT_loadConfigDataViewController: Will use the default JSON configuration file "BT_config.txt" if a newer version is not cached on the device. 2014-05-22 18:31:33.952 epesmarica[2767:60b] BT_fileManager: File does not exist in cached directory: "cachedAppConfig.txt" 2014-05-22 18:31:33.952 epesmarica[2767:60b] BT_fileManager: File does exist in Xcode bundle: "BT_config.txt" 2014-05-22 18:31:33.953 epesmarica[2767:60b] BT_loadConfigDataViewController: Parsing JSON data included in the project bundle: "BT_config.txt" 2014-05-22 18:31:33.953 epesmarica[2767:60b] BT_fileManager: readTextFileFromBundleWithEncoding: "BT_config.txt" encoding: -1 2014-05-22 18:31:33.987 epesmarica[2767:60b] BT_application: validateApplicationData 2014-05-22 18:31:33.991 epesmarica[2767:60b] BT_application: The application data appears to be valid. 2014-05-22 18:31:33.992 epesmarica[2767:60b] BT_application: parseJSONData: parsing application data 2014-05-22 18:31:33.995 epesmarica[2767:60b] BT_application: parsing themes, count: 1 2014-05-22 18:31:33.995 epesmarica[2767:60b] BT_application: parsing tabs, count: 2 2014-05-22 18:31:33.996 epesmarica[2767:60b] BT_application: parsing menus, count: 0 2014-05-22 18:31:33.996 epesmarica[2767:60b] BT_application: parsing screens, count: 64 2014-05-22 18:31:33.997 epesmarica[2767:60b] BT_loadConfigDataViewController: downloadAppData 2014-05-22 18:31:33.997 epesmarica[2767:60b] BT_strings: mergeBTVariablesInString (before): http://www.apps-mobi.net/bt/api/app/?command=getAppData&appGuid=EA95024E9488F37F51740C66F&apiKey=B840ECC964B45984937B2E5&apiSecret=42C0121DCAD2C45CE346B07 2014-05-22 18:31:33.997 epesmarica[2767:60b] BT_strings: mergeBTVariablesInString (after merge): http://www.apps-mobi.net/bt/api/app/?command=getAppData&appGuid=EA95024E9488F37F51740C66F&apiKey=B840ECC964B45984937B2E5&apiSecret=42C0121DCAD2C45CE346B07 2014-05-22 18:31:34.020 epesmarica[2767:60b] BT_downloader: INIT 2014-05-22 18:31:34.070 epesmarica[2767:60b] BT_downloader: downloadFile: http://www.apps-mobi.net/bt/api/app/?command=getAppData&appGuid=EA95024E9488F37F51740C66F&apiKey=B840ECC964B45984937B2E5&apiSecret=42C0121DCAD2C45CE346B07 2014-05-22 18:31:34.071 epesmarica[2767:60b] BT_loadConfigDataViewController: downloadFileStarted: starting download... 2014-05-22 18:31:35.112 epesmarica[2767:60b] BT_fileManager: saveTextFileToCacheWithEncoding: "cachedAppConfig.txt" encodingFlag: -1 2014-05-22 18:31:35.176 epesmarica[2767:60b] BT_loadConfigDataViewController: downloadFileCompleted 2014-05-22 18:31:35.178 epesmarica[2767:60b] BT_fileManager: saveTextFileToCacheWithEncoding: "cachedAppConfig.txt" encodingFlag: -1 2014-05-22 18:31:35.206 epesmarica[2767:60b] BT_application: validateApplicationData 2014-05-22 18:31:35.210 epesmarica[2767:60b] BT_application: The application data appears to be valid. 2014-05-22 18:31:35.210 epesmarica[2767:60b] BT_fileManager: deleteAllLocalData 2014-05-22 18:31:35.211 epesmarica[2767:60b] BT_fileManager: NOT deleting (persisted): "cachedAppConfig.txt" 2014-05-22 18:31:35.211 epesmarica[2767:60b] BT_fileManager: deleting: "com.epesmarica.com" 2014-05-22 18:31:35.212 epesmarica[2767:60b] BT_application: parseJSONData: parsing application data 2014-05-22 18:31:35.215 epesmarica[2767:60b] BT_application: parsing themes, count: 1 2014-05-22 18:31:35.215 epesmarica[2767:60b] BT_application: parsing tabs, count: 2 2014-05-22 18:31:35.215 epesmarica[2767:60b] BT_application: parsing menus, count: 0 2014-05-22 18:31:35.216 epesmarica[2767:60b] BT_application: parsing screens, count: 64 2014-05-22 18:31:35.216 epesmarica[2767:60b] BT_loadConfigDataViewController: configureEnvironmentUsingAppData 2014-05-22 18:31:35.217 epesmarica[2767:60b] BT_contextMenu: INIT 2014-05-22 18:31:35.219 epesmarica[2767:5317] BT_loadConfigDataViewController: initAudioPlayer 2014-05-22 18:31:35.219 epesmarica[2767:5903] BT_loadConfigDataViewController: loadSoundEffects 2014-05-22 18:31:35.219 epesmarica[2767:60b] BT_loadConfigDataViewController: "Start Location Updates" = "No". NOT starting the location monitor. 2014-05-22 18:31:35.219 epesmarica[2767:5317] BT_audioPlayer: INIT (preparing it for possible background audio) 2014-05-22 18:31:35.220 epesmarica[2767:60b] BT_application: buildInterface app interface 2014-05-22 18:31:35.220 epesmarica[2767:60b] BT_background_view: INIT 2014-05-22 18:31:35.221 epesmarica[2767:60b] BT_application: building a tabbed based navigation app 2014-05-22 18:31:35.222 epesmarica[2767:5903] BT_fileManager: File does exist in Xcode bundle: "bt_funk.mp3" 2014-05-22 18:31:35.222 epesmarica[2767:60b] BT_tabBarController: view loaded 2014-05-22 18:31:35.264 epesmarica[2767:5903] BT_fileManager: File does exist in Xcode bundle: "bt_glass.mp3" 2014-05-22 18:31:35.595 epesmarica[2767:60b] BT_application: getScreenDataByItemId 136ACFAA1E6B9C88697AABA 2014-05-22 18:31:35.596 epesmarica[2767:60b] BT_application: screenType is BT_screen_menuListSimple for screen with nickname: "Pesmi" and itemId: 136ACFAA1E6B9C88697AABA 2014-05-22 18:31:35.596 epesmarica[2767:60b] BT_application: getViewControllerForScreen nickname: "Pesmi" itemId: 136ACFAA1E6B9C88697AABA type: BT_screen_menuListSimple 2014-05-22 18:31:35.596 epesmarica[2767:60b] BT_screen_menuListSimple: INIT 2014-05-22 18:31:35.597 epesmarica[2767:60b] BT_screen_menuListSimple: viewDidLoad 2014-05-22 18:31:35.597 epesmarica[2767:60b] BT_screen_menuListSimple: viewDidLoad (super) 2014-05-22 18:31:35.597 epesmarica[2767:60b] BT_viewUtilities: getTableViewForScreen with nickname: "Pesmi" and itemId: 136ACFAA1E6B9C88697AABA and type: BT_screen_menuListSimple 2014-05-22 18:31:35.600 epesmarica[2767:60b] BT_navController: pushViewController 2014-05-22 18:31:35.837 epesmarica[2767:60b] BT_application: getScreenDataByItemId 576E23A2707460325894160 2014-05-22 18:31:35.837 epesmarica[2767:60b] BT_application: screenType is BT_screen_customHTML for screen with nickname: "O e-pesmarici" and itemId: 576E23A2707460325894160 2014-05-22 18:31:35.837 epesmarica[2767:60b] BT_application: getViewControllerForScreen nickname: "O e-pesmarici" itemId: 576E23A2707460325894160 type: BT_screen_customHTML 2014-05-22 18:31:35.838 epesmarica[2767:60b] BT_screen_customHTML: INIT 2014-05-22 18:31:35.838 epesmarica[2767:60b] BT_screen_customHTML: viewDidLoad 2014-05-22 18:31:35.838 epesmarica[2767:60b] BT_screen_customHTML: viewDidLoad (super) 2014-05-22 18:31:35.865 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:35.865 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:35.866 epesmarica[2767:60b] BT_viewUtilities: getWebNavBarForScreen with nickname: "O e-pesmarici" and itemId: 576E23A2707460325894160 and type: BT_screen_customHTML 2014-05-22 18:31:36.124 epesmarica[2767:60b] BT_navController: pushViewController 2014-05-22 18:31:36.127 epesmarica[2767:60b] BT_application: initialzing a splash screen with itemId: 0F683F04AD91F192B3B7608 2014-05-22 18:31:36.127 epesmarica[2767:60b] BT_application: getScreenDataByItemId 0F683F04AD91F192B3B7608 2014-05-22 18:31:36.128 epesmarica[2767:60b] BT_application: could not find screen with itemId: 0F683F04AD91F192B3B7608 2014-05-22 18:31:36.128 epesmarica[2767:60b] BT_application: getViewControllerForScreen nickname: "no nickname?" itemId: error view controller has no itemId type: BT_screen_menuList 2014-05-22 18:31:36.128 epesmarica[2767:60b] BT_application: getViewControllerForScreen: ERROR, could not initialize view controller for screen with itemId: error view controller has no itemId 2014-05-22 18:31:36.129 epesmarica[2767:60b] BT_plugin_missing: INIT 2014-05-22 18:31:36.231 epesmarica[2767:60b] BT_plugin_missing: viewDidLoad (super) 2014-05-22 18:31:36.232 epesmarica[2767:60b] BT_plugin_missing: viewDidLoad 2014-05-22 18:31:36.232 epesmarica[2767:60b] BT_loadConfigDataViewController: fadeOutLoadView 2014-05-22 18:31:36.735 epesmarica[2767:60b] BT_loadConfigDataViewController: fadeInStartView 2014-05-22 18:31:36.736 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:36.738 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:36.739 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:36.740 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:36.740 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:36.742 epesmarica[2767:60b] BT_screen_menuListSimple: viewWillAppear (super) 2014-05-22 18:31:36.742 epesmarica[2767:60b] BT_screen_menuListSimple: configureNavBar (super) for screen with itemId: 136ACFAA1E6B9C88697AABA 2014-05-22 18:31:36.743 epesmarica[2767:60b] BT_viewUtilities: getNavBarBackgroundColorForScreen: Screen "Pesmi" color: #00FF00 2014-05-22 18:31:36.748 epesmarica[2767:60b] BT_screen_menuListSimple: configureBackground (super) for screen with itemId 136ACFAA1E6B9C88697AABA: 2014-05-22 18:31:36.748 epesmarica[2767:60b] BT_background_view: updateProperties (color and image) for screen with itemId: 136ACFAA1E6B9C88697AABA: 2014-05-22 18:31:36.748 epesmarica[2767:60b] BT_fileManager: File does exist in Xcode bundle: "blank.png" 2014-05-22 18:31:36.749 epesmarica[2767:60b] BT_background_view: "blank.png" exists in Xcode bundle - not downloading. 2014-05-22 18:31:36.795 epesmarica[2767:60b] BT_background_view: setImage 2014-05-22 18:31:36.796 epesmarica[2767:60b] BT_screen_menuListSimple: viewWillAppear 2014-05-22 18:31:36.796 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:36.797 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:36.798 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:36.798 epesmarica[2767:60b] epesmarica_appDelegate: supportedInterfaceOrientationsForWindow 2014-05-22 18:31:36.897 epesmarica[2767:60b] BT_screen_menuListSimple: loadData 2014-05-22 18:31:36.897 epesmarica[2767:60b] BT_screen_menuListSimple: using menu items from the screens configuration data. 2014-05-22 18:31:36.898 epesmarica[2767:60b] BT_screen_menuListSimple: layoutScreen
 
Calypso Kid
Aspiring developer
Profile
Posts: 780
Reg: Mar 09, 2012
Upstate New Yor...
18,200
like
05/22/14 09:48 AM (9 years ago)
It looks like it is still trying to load a splash screen. Try redownloading your project from Buzztouch and starting clean. Be sure that the splash screen plugin is not included with the dowoad and be sure that you don't have a splash screen selected in the Theme screen and that you have not previously created a splash screen in this project and left it in. Dave
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
05/22/14 09:57 AM (9 years ago)
I have my project on my own host. Looks like I should build my project from scratch?
 
Calypso Kid
Aspiring developer
Profile
Posts: 780
Reg: Mar 09, 2012
Upstate New Yor...
18,200
like
05/22/14 10:00 AM (9 years ago)
You are self hosted? You upgraded from self hosted 2.0 to 3.0 and then started having problems?
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
05/22/14 10:04 AM (9 years ago)
No, I had 3.0 before.
 
Calypso Kid
Aspiring developer
Profile
Posts: 780
Reg: Mar 09, 2012
Upstate New Yor...
18,200
like
05/22/14 10:07 AM (9 years ago)
Hmmmm. I would try to just redownloading the project as I described above. Launch it in Xcode. Drag in the plugins and see what happens.
 
Calypso Kid
Aspiring developer
Profile
Posts: 780
Reg: Mar 09, 2012
Upstate New Yor...
18,200
like
05/22/14 10:08 AM (9 years ago)
Oh, before you do that, go to your admin page and update your plugins.
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
05/22/14 11:05 AM (9 years ago)
All of 3 used plugins are last versions (green dots), I redownloaded project and nothing is better.
 
Calypso Kid
Aspiring developer
Profile
Posts: 780
Reg: Mar 09, 2012
Upstate New Yor...
18,200
like
05/22/14 11:51 AM (9 years ago)
Sorry but I'm not sure where to go from here other than to start over. Xcode seems to be looking of a splash screen. It has to be something that we are missing. I'm going to play around tonight and try to recreate the problem. If you figure it out let me know. Dave
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
05/22/14 11:54 AM (9 years ago)
Thank you very much. miku
 
Calypso Kid
Aspiring developer
Profile
Posts: 780
Reg: Mar 09, 2012
Upstate New Yor...
18,200
like
05/22/14 12:30 PM (9 years ago)
Your welcome. Just to try it out. Download the project from your BT control panel and include the splash screen plugin and try launching it in Xcode then to see if it launches.
 
Calypso Kid
Aspiring developer
Profile
Posts: 780
Reg: Mar 09, 2012
Upstate New Yor...
18,200
like
05/22/14 06:52 PM (9 years ago)
I tried to recreate your problem and was unsuccessful. Sorry Dave
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
05/22/14 10:40 PM (9 years ago)
Thanks, I'll just start it from scratch.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.