Matto888
Code is Art
Profile
Posts: 8
Reg: Jun 28, 2014
Los Angeles, CA
10,580
10/22/14 01:04 AM (9 years ago)

Missing Plugin: The View Controller

I am getting the following error when trying to run my program: Missing Plugin: The View Controller for this plugin was not compiled in the Xcode project. This looks like it is being called from the Splash Screen not being there. I tried adding the splash screen earlier and then later took it out. I took out the page, made sure on the theme it was blank and not listed in the JSON code. I still get this error. I then went back and tried to add it in, but this still errors out as it is now only looking for the old ID, so I then deleteed and redownloaded again and again, but for some reason it is still pulling this code from somewhere. Any ideas on what I can do besides redo the app all together? Here is the debug code: Warning: Error creating LLDB target at path '/Users/matto/Library/Developer/Xcode/DerivedData/longexposure-cqeczfnvmtzesfdktpoitlnsmurp/Build/Products/Debug-iphonesimulator/longexposure.app'- using an empty LLDB target which can cause slow memory reads from remote devices. 2014-10-22 00:45:54.596 longexposure[79020:8634337] BT_device: INIT 2014-10-22 00:45:54.598 longexposure[79020:8634337] BT_device: Unique UUID exists: 1E567635-AD55-4D89-91F7-3FC127B25AF9 2014-10-22 00:45:54.598 longexposure[79020:8634337] BT_device: This device is NOT an iPad. 2014-10-22 00:45:54.598 longexposure[79020:8634337] BT_device: This device can make phone calls 2014-10-22 00:45:54.624 longexposure[79020:8634337] BT_device: This device can send emails 2014-10-22 00:45:54.625 longexposure[79020:8634337] BT_device: This device cannot send SMS (text) messages 2014-10-22 00:45:54.625 longexposure[79020:8634337] BT_device: This device can report it's location 2014-10-22 00:45:54.625 longexposure[79020:8634337] BT_device: This device cannot take pictures or videos 2014-10-22 00:45:54.626 longexposure[79020:8634337] BT_device: Listing custom fonts (UIAppFonts) listed in app's .plist... 2014-10-22 00:45:54.626 longexposure[79020:8634337] BT_user: INIT 2014-10-22 00:45:54.630 longexposure[79020:8634337] BT_user: User is not logged in 2014-10-22 00:45:54.630 longexposure[79020:8634337] BT_application: INIT 2014-10-22 00:45:54.653 longexposure[79020:8634337] BT_loadConfigDataViewController: INIT 2014-10-22 00:45:54.658 longexposure[79020:8634337] BT_loadConfigDataViewController: viewDidLoad (super) 2014-10-22 00:45:54.658 longexposure[79020:8634337] BT_loadConfigDataViewController: viewDidLoad 2014-10-22 00:45:54.658 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:54.658 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:54.658 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:54.667 longexposure[79020:8634337] BT_loadConfigDataViewController: viewWillAppear (super) 2014-10-22 00:45:54.667 longexposure[79020:8634337] BT_loadConfigDataViewController: configureNavBar (super) for screen with itemId: loadConfigDataScreen 2014-10-22 00:45:54.669 longexposure[79020:8634337] BT_viewUtilities: getNavBarBackgroundColorForScreen: Screen "(null)" does not use a navBarBackgroundColor 2014-10-22 00:45:54.669 longexposure[79020:8634337] BT_loadConfigDataViewController: configureBackground (super) for screen with itemId loadConfigDataScreen: 2014-10-22 00:45:54.670 longexposure[79020:8634337] BT_loadConfigDataViewController: viewWillAppear 2014-10-22 00:45:54.671 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:54.671 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:54.671 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:54.672 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:54.672 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:54.672 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:54.715 longexposure[79020:8634337] BT_loadConfigDataViewController: viewDidAppear 2014-10-22 00:45:54.715 longexposure[79020:8634337] longexposure_appDelegate: applicationDidBecomeActive 2014-10-22 00:45:54.719 longexposure[79020:8634337] longexposure_appDelegate: networkTypeChanged. rootDevice is connected to the network: WiFi 2014-10-22 00:45:56.215 longexposure[79020:8634337] BT_loadConfigDataViewController: loadAppData 2014-10-22 00:45:56.216 longexposure[79020:8634337] BT_loadConfigDataViewController: Will use the default JSON configuration file "BT_config.txt" if a newer version is not cached on the device. 2014-10-22 00:45:56.216 longexposure[79020:8634337] BT_fileManager: File does exist in cached directory: "cachedAppConfig.txt" 2014-10-22 00:45:56.216 longexposure[79020:8634337] BT_loadConfigDataViewController: Parsing previously cached JSON data: "cachedAppConfig.txt" 2014-10-22 00:45:56.216 longexposure[79020:8634337] BT_fileManager: readTextFileFromCacheWithEncoding: "cachedAppConfig.txt" encoding: -1 2014-10-22 00:45:56.216 longexposure[79020:8634337] BT_application: validateApplicationData 2014-10-22 00:45:56.217 longexposure[79020:8634337] BT_application: The application data appears to be valid. 2014-10-22 00:45:56.217 longexposure[79020:8634337] BT_application: parseJSONData: parsing application data 2014-10-22 00:45:56.218 longexposure[79020:8634337] BT_application: parsing themes, count: 1 2014-10-22 00:45:56.218 longexposure[79020:8634337] BT_application: parsing tabs, count: 4 2014-10-22 00:45:56.218 longexposure[79020:8634337] BT_application: parsing menus, count: 0 2014-10-22 00:45:56.218 longexposure[79020:8634337] BT_application: parsing screens, count: 10 2014-10-22 00:45:56.218 longexposure[79020:8634337] BT_loadConfigDataViewController: configureEnvironmentUsingAppData 2014-10-22 00:45:56.218 longexposure[79020:8634337] BT_contextMenu: INIT 2014-10-22 00:45:56.221 longexposure[79020:8634391] BT_loadConfigDataViewController: initAudioPlayer 2014-10-22 00:45:56.221 longexposure[79020:8634392] BT_loadConfigDataViewController: loadSoundEffects 2014-10-22 00:45:56.221 longexposure[79020:8634391] BT_audioPlayer: INIT (preparing it for possible background audio) 2014-10-22 00:45:56.221 longexposure[79020:8634337] BT_loadConfigDataViewController: "Start Location Updates" = "No". NOT starting the location monitor. 2014-10-22 00:45:56.222 longexposure[79020:8634337] BT_application: buildInterface app interface 2014-10-22 00:45:56.222 longexposure[79020:8634392] BT_fileManager: File does exist in Xcode bundle: "bt_funk.mp3" 2014-10-22 00:45:56.222 longexposure[79020:8634337] BT_background_view: INIT 2014-10-22 00:45:56.222 longexposure[79020:8634337] BT_application: building a tabbed based navigation app 2014-10-22 00:45:56.223 longexposure[79020:8634392] BT_fileManager: File does exist in Xcode bundle: "bt_glass.mp3" 2014-10-22 00:45:56.223 longexposure[79020:8634337] BT_tabBarController: view loaded 2014-10-22 00:45:56.226 longexposure[79020:8634337] BT_application: getScreenDataByItemId 252FF6C5093D28A091B6B8F 2014-10-22 00:45:56.226 longexposure[79020:8634337] BT_application: screenType is BT_screen_menuButtons for screen with nickname: "Full Menu" and itemId: 252FF6C5093D28A091B6B8F 2014-10-22 00:45:56.226 longexposure[79020:8634337] BT_application: getViewControllerForScreen nickname: "Full Menu" itemId: 252FF6C5093D28A091B6B8F type: BT_screen_menuButtons 2014-10-22 00:45:56.226 longexposure[79020:8634337] BT_screen_menuButtons: INIT 2014-10-22 00:45:56.226 longexposure[79020:8634337] BT_screen_menuButtons: viewDidLoad 2014-10-22 00:45:56.226 longexposure[79020:8634337] BT_screen_menuButtons: viewDidLoad (super) 2014-10-22 00:45:56.227 longexposure[79020:8634337] BT_navController: pushViewController 2014-10-22 00:45:56.231 longexposure[79020:8634337] BT_application: getScreenDataByItemId C0E86656A7FC5E7F28410A0 2014-10-22 00:45:56.232 longexposure[79020:8634337] BT_application: screenType is BT_screen_customHTML for screen with nickname: "Infos" and itemId: C0E86656A7FC5E7F28410A0 2014-10-22 00:45:56.232 longexposure[79020:8634337] BT_application: getViewControllerForScreen nickname: "Infos" itemId: C0E86656A7FC5E7F28410A0 type: BT_screen_customHTML 2014-10-22 00:45:56.232 longexposure[79020:8634337] BT_screen_customHTML: INIT 2014-10-22 00:45:56.232 longexposure[79020:8634337] BT_screen_customHTML: viewDidLoad 2014-10-22 00:45:56.232 longexposure[79020:8634337] BT_screen_customHTML: viewDidLoad (super) 2014-10-22 00:45:56.232 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.232 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.233 longexposure[79020:8634337] BT_viewUtilities: getWebNavBarForScreen with nickname: "Infos" and itemId: C0E86656A7FC5E7F28410A0 and type: BT_screen_customHTML 2014-10-22 00:45:56.233 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.233 longexposure[79020:8634337] BT_viewUtilities: setting browser tool-bar background color: #000000 2014-10-22 00:45:56.321 longexposure[79020:8634337] BT_navController: pushViewController 2014-10-22 00:45:56.322 longexposure[79020:8634337] BT_application: getScreenDataByItemId C416E801FD8559087A5279B 2014-10-22 00:45:56.323 longexposure[79020:8634337] BT_application: screenType is Mac_image_gallery for screen with nickname: "Gallery" and itemId: C416E801FD8559087A5279B 2014-10-22 00:45:56.323 longexposure[79020:8634337] BT_application: getViewControllerForScreen nickname: "Gallery" itemId: C416E801FD8559087A5279B type: Mac_image_gallery 2014-10-22 00:45:56.323 longexposure[79020:8634337] BT_application: getViewControllerForScreen: ERROR, could not initialize view controller for screen with itemId: C416E801FD8559087A5279B 2014-10-22 00:45:56.323 longexposure[79020:8634337] BT_plugin_missing: INIT 2014-10-22 00:45:56.324 longexposure[79020:8634337] BT_plugin_missing: viewDidLoad (super) 2014-10-22 00:45:56.324 longexposure[79020:8634337] BT_plugin_missing: viewDidLoad 2014-10-22 00:45:56.324 longexposure[79020:8634337] BT_navController: pushViewController 2014-10-22 00:45:56.325 longexposure[79020:8634337] BT_application: getScreenDataByItemId F0548E83AF628121B7ACAC7 2014-10-22 00:45:56.325 longexposure[79020:8634337] BT_application: screenType is BT_screen_customHTML for screen with nickname: "Other Apps" and itemId: F0548E83AF628121B7ACAC7 2014-10-22 00:45:56.326 longexposure[79020:8634337] BT_application: getViewControllerForScreen nickname: "Other Apps" itemId: F0548E83AF628121B7ACAC7 type: BT_screen_customHTML 2014-10-22 00:45:56.326 longexposure[79020:8634337] BT_screen_customHTML: INIT 2014-10-22 00:45:56.326 longexposure[79020:8634337] BT_screen_customHTML: viewDidLoad 2014-10-22 00:45:56.326 longexposure[79020:8634337] BT_screen_customHTML: viewDidLoad (super) 2014-10-22 00:45:56.326 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.326 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.326 longexposure[79020:8634337] BT_viewUtilities: getWebNavBarForScreen with nickname: "Other Apps" and itemId: F0548E83AF628121B7ACAC7 and type: BT_screen_customHTML 2014-10-22 00:45:56.382 longexposure[79020:8634337] BT_navController: pushViewController 2014-10-22 00:45:56.388 longexposure[79020:8634337] BT_application: initialzing a splash screen with itemId: C90780CA9760315BB43F7FE 2014-10-22 00:45:56.388 longexposure[79020:8634337] BT_application: getScreenDataByItemId C90780CA9760315BB43F7FE 2014-10-22 00:45:56.388 longexposure[79020:8634337] BT_application: could not find screen with itemId: C90780CA9760315BB43F7FE 2014-10-22 00:45:56.388 longexposure[79020:8634337] BT_application: getViewControllerForScreen nickname: "no nickname?" itemId: error view controller has no itemId type: BT_screen_menuList 2014-10-22 00:45:56.388 longexposure[79020:8634337] BT_application: getViewControllerForScreen: ERROR, could not initialize view controller for screen with itemId: error view controller has no itemId 2014-10-22 00:45:56.389 longexposure[79020:8634337] BT_plugin_missing: INIT 2014-10-22 00:45:56.389 longexposure[79020:8634337] BT_plugin_missing: viewDidLoad (super) 2014-10-22 00:45:56.389 longexposure[79020:8634337] BT_plugin_missing: viewDidLoad 2014-10-22 00:45:56.389 longexposure[79020:8634337] BT_loadConfigDataViewController: fadeOutLoadView 2014-10-22 00:45:56.892 longexposure[79020:8634337] BT_loadConfigDataViewController: fadeInStartView 2014-10-22 00:45:56.893 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.897 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.898 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.899 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.899 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.899 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.899 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.899 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.901 longexposure[79020:8634337] BT_screen_menuButtons: viewWillAppear (super) 2014-10-22 00:45:56.902 longexposure[79020:8634337] BT_screen_menuButtons: configureNavBar (super) for screen with itemId: 252FF6C5093D28A091B6B8F 2014-10-22 00:45:56.902 longexposure[79020:8634337] BT_viewUtilities: getNavBarBackgroundColorForScreen: Screen "Full Menu" color: #990000 2014-10-22 00:45:56.905 longexposure[79020:8634337] BT_screen_menuButtons: configureBackground (super) for screen with itemId 252FF6C5093D28A091B6B8F: 2014-10-22 00:45:56.905 longexposure[79020:8634337] BT_background_view: updateProperties (color and image) for screen with itemId: 252FF6C5093D28A091B6B8F: 2014-10-22 00:45:56.905 longexposure[79020:8634337] BT_fileManager: File does exist in Xcode bundle: "Fond.png" 2014-10-22 00:45:56.905 longexposure[79020:8634337] BT_background_view: "Fond.png" exists in Xcode bundle - not downloading. 2014-10-22 00:45:56.906 longexposure[79020:8634337] BT_background_view: setImage 2014-10-22 00:45:56.906 longexposure[79020:8634337] BT_screen_menuButtons: viewWillAppear 2014-10-22 00:45:56.906 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.912 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.912 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.912 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.912 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.912 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:56.913 longexposure[79020:8634337] longexposure_appDelegate: supportedInterfaceOrientationsForWindow 2014-10-22 00:45:57.007 longexposure[79020:8634337] BT_screen_menuButtons: loadData 2014-10-22 00:45:57.007 longexposure[79020:8634337] BT_screen_menuButtons: parsing menu-items from app's configuration file. 2014-10-22 00:45:57.007 longexposure[79020:8634337] BT_screen_menuButtons: layoutScreen 2014-10-22 00:45:57.010 longexposure[79020:8634337] BT_fileManager: File does exist in Xcode bundle: "ButtonVideo1.png" 2014-10-22 00:45:57.010 longexposure[79020:8634337] BT_button_view: Image for button exists in bundle - not downloading. 2014-10-22 00:45:57.011 longexposure[79020:8634337] BT_fileManager: File does exist in Xcode bundle: "ButtonVideo2.png" 2014-10-22 00:45:57.011 longexposure[79020:8634337] BT_button_view: Image for button exists in bundle - not downloading. 2014-10-22 00:45:57.012 longexposure[79020:8634337] BT_fileManager: File does exist in Xcode bundle: "ButtonVideo5.png" 2014-10-22 00:45:57.012 longexposure[79020:8634337] BT_button_view: Image for button exists in bundle - not downloading. 2014-10-22 00:45:57.013 longexposure[79020:8634337] BT_fileManager: File does exist in Xcode bundle: "ButtonVideo6.png" 2014-10-22 00:45:57.013 longexposure[79020:8634337] BT_button_view: Image for button exists in bundle - not downloading. 2014-10-22 00:45:57.014 longexposure[79020:8634337] BT_fileManager: File does exist in Xcode bundle: "Rate.png" 2014-10-22 00:45:57.014 longexposure[79020:8634337] BT_button_view: Image for button exists in bundle - not downloading.
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
10/22/14 01:43 AM (9 years ago)
Interesting. The splash screen is indeed problematic. It seems to stick around even when we try to get rid of it. Have you tried to delete the old version of the app from the simulator or device that you're trying to run it on, and then rebuilding? It might be reading part of the config file from cache, and that might contain info about the splash screen. Mark
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
10/22/14 07:02 AM (9 years ago)
Along with what Mark is saying (nice new avatar, Mark!) I sometimes will go to the 'JSON Data/Configuration Data' (the title depends on whether you self hosted or BT hosted) screen and copy/paste a 'fresh' version of the config file in my project, overwriting the original. What sort of happens is, the app starts, loads the BT_Config.txt in your package, then 'phones home' to see if there is a more recent version. If there is, it will download and use the 'newest' version. The problem is, sometimes on android it happens immediately, when it should, and sometimes it takes a while. Periodically updating your 'internal' config is always a good way to ensure that it responds to your recent changes. And like Mark says, delete the app from your device periodically, and 'clean' the project often. Cheers! -- Smug
 
Matto888
Code is Art
Profile
Posts: 8
Reg: Jun 28, 2014
Los Angeles, CA
10,580
like
10/22/14 04:49 PM (9 years ago)
Thanks. I did copy the JSON data over from the config file and all that. I was finally able to handle this error By "Resetting Content and Settings..." in the Simulator. This was the only way I found to clear the data.
 

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.