Discussion Forums  >  Audio, Video, Playing, Recording

Replies: 9    Views: 275

S-George
Apple Fan
Profile
Posts: 111
Reg: Jan 18, 2012
location unknow...
4,460
04/06/14 07:53 AM (10 years ago)

Trying to build iphone radio app with ML radio plugin

Hi, i'm trying to build iphone radio app with ML radio plugin, have 1 issue: **Class method '+configureBackgroundAndNavBar:theScreenData:' not found (return type defaults to 'id'** When i compile the app have blank screen.. Here is the output. 2014-04-06 17:30:34.057 coolfm[966:60b] BT_device: INIT 2014-04-06 17:30:34.061 coolfm[966:60b] BT_device: Unique UUID exists: C418AD68-EA4E-4643-9B7A-0421B49809F9 2014-04-06 17:30:34.063 coolfm[966:60b] BT_device: This device is NOT an iPad. 2014-04-06 17:30:34.064 coolfm[966:60b] BT_device: This device can make phone calls 2014-04-06 17:30:34.070 coolfm[966:60b] BT_device: This device can send emails 2014-04-06 17:30:34.076 coolfm[966:60b] BT_device: This device can send SMS (text) messages 2014-04-06 17:30:34.079 coolfm[966:60b] BT_device: This device can report it's location 2014-04-06 17:30:34.133 coolfm[966:60b] BT_device: This device can take still pictures 2014-04-06 17:30:34.134 coolfm[966:60b] BT_device: This device can take videos 2014-04-06 17:30:34.135 coolfm[966:60b] BT_device: Listing custom fonts (UIAppFonts) listed in app's .plist... 2014-04-06 17:30:34.137 coolfm[966:60b] BT_user: INIT 2014-04-06 17:30:34.138 coolfm[966:60b] BT_user: User is not logged in 2014-04-06 17:30:34.139 coolfm[966:60b] BT_application: INIT 2014-04-06 17:30:34.199 coolfm[966:60b] BT_loadConfigDataViewController: INIT 2014-04-06 17:30:34.215 coolfm[966:60b] BT_loadConfigDataViewController: viewDidLoad (super) 2014-04-06 17:30:34.216 coolfm[966:60b] BT_loadConfigDataViewController: viewDidLoad 2014-04-06 17:30:34.218 coolfm[966:60b] coolfm_appDelegate: supportedInterfaceOrientationsForWindow 2014-04-06 17:30:34.221 coolfm[966:60b] BT_loadConfigDataViewController: viewWillAppear (super) 2014-04-06 17:30:34.222 coolfm[966:60b] BT_loadConfigDataViewController: configureNavBar (super) for screen with itemId: loadConfigDataScreen 2014-04-06 17:30:34.229 coolfm[966:60b] BT_viewUtilities: getNavBarBackgroundColorForScreen: Screen "(null)" does not use a navBarBackgroundColor 2014-04-06 17:30:34.232 coolfm[966:60b] BT_loadConfigDataViewController: configureBackground (super) for screen with itemId loadConfigDataScreen: 2014-04-06 17:30:34.234 coolfm[966:60b] BT_loadConfigDataViewController: viewWillAppear 2014-04-06 17:30:34.236 coolfm[966:60b] coolfm_appDelegate: supportedInterfaceOrientationsForWindow 2014-04-06 17:30:34.238 coolfm[966:60b] coolfm_appDelegate: supportedInterfaceOrientationsForWindow 2014-04-06 17:30:34.239 coolfm[966:60b] coolfm_appDelegate: supportedInterfaceOrientationsForWindow 2014-04-06 17:30:34.241 coolfm[966:60b] coolfm_appDelegate: supportedInterfaceOrientationsForWindow 2014-04-06 17:30:34.242 coolfm[966:60b] coolfm_appDelegate: supportedInterfaceOrientationsForWindow 2014-04-06 17:30:34.243 coolfm[966:60b] coolfm_appDelegate: supportedInterfaceOrientationsForWindow 2014-04-06 17:30:34.245 coolfm[966:60b] coolfm_appDelegate: applicationDidBecomeActive 2014-04-06 17:30:34.247 coolfm[966:60b] coolfm_appDelegate: supportedInterfaceOrientationsForWindow 2014-04-06 17:30:34.257 coolfm[966:60b] BT_loadConfigDataViewController: viewDidAppear 2014-04-06 17:30:34.264 coolfm[966:60b] coolfm_appDelegate: networkTypeChanged. rootDevice is connected to the network: WiFi 2014-04-06 17:30:35.760 coolfm[966:60b] BT_loadConfigDataViewController: loadAppData 2014-04-06 17:30:35.762 coolfm[966:60b] BT_loadConfigDataViewController: Will use the default JSON configuration file "BT_config.txt" if a newer version is not cached on the device. 2014-04-06 17:30:35.765 coolfm[966:60b] BT_fileManager: File does exist in cached directory: "cachedAppConfig.txt" 2014-04-06 17:30:35.766 coolfm[966:60b] BT_loadConfigDataViewController: Parsing previously cached JSON data: "cachedAppConfig.txt" 2014-04-06 17:30:35.767 coolfm[966:60b] BT_fileManager: readTextFileFromCacheWithEncoding: "cachedAppConfig.txt" encoding: -1 2014-04-06 17:30:35.769 coolfm[966:60b] BT_application: validateApplicationData 2014-04-06 17:30:35.771 coolfm[966:60b] BT_application: The application data appears to be valid. 2014-04-06 17:30:35.772 coolfm[966:60b] BT_application: parseJSONData: parsing application data 2014-04-06 17:30:35.774 coolfm[966:60b] BT_application: parsing themes, count: 1 2014-04-06 17:30:35.775 coolfm[966:60b] BT_application: parsing tabs, count: 1 2014-04-06 17:30:35.776 coolfm[966:60b] BT_application: parsing menus, count: 0 2014-04-06 17:30:35.777 coolfm[966:60b] BT_application: parsing screens, count: 2 2014-04-06 17:30:35.779 coolfm[966:60b] BT_loadConfigDataViewController: configureEnvironmentUsingAppData 2014-04-06 17:30:35.780 coolfm[966:60b] BT_contextMenu: INIT 2014-04-06 17:30:35.788 coolfm[966:3413] BT_loadConfigDataViewController: initAudioPlayer 2014-04-06 17:30:35.789 coolfm[966:530f] BT_loadConfigDataViewController: loadSoundEffects 2014-04-06 17:30:35.790 coolfm[966:3413] BT_audioPlayer: INIT (preparing it for possible background audio) 2014-04-06 17:30:35.790 coolfm[966:60b] BT_locationManager: INIT (only initializing, not using) 2014-04-06 17:30:35.794 coolfm[966:60b] BT_locationManager: startLocationUpdates 2014-04-06 17:30:35.797 coolfm[966:60b] BT_loadConfigDataViewController: starting the location monitor. 2014-04-06 17:30:35.800 coolfm[966:60b] BT_application: buildInterface app interface 2014-04-06 17:30:35.854 coolfm[966:60b] BT_background_view: INIT 2014-04-06 17:30:35.861 coolfm[966:60b] BT_application: building a tabbed based navigation app 2014-04-06 17:30:35.863 coolfm[966:530f] BT_fileManager: File does exist in Xcode bundle: "bt_funk.mp3" 2014-04-06 17:30:35.870 coolfm[966:60b] BT_tabBarController: view loaded 2014-04-06 17:30:35.873 coolfm[966:60b] BT_application: getScreenDataByItemId B17A279E05AAFAAF87BA78C 2014-04-06 17:30:35.874 coolfm[966:60b] BT_application: screenType is Ml_radio for screen with nickname: "Player" and itemId: B17A279E05AAFAAF87BA78C 2014-04-06 17:30:35.875 coolfm[966:60b] BT_application: getViewControllerForScreen nickname: "Player" itemId: B17A279E05AAFAAF87BA78C type: Ml_radio 2014-04-06 17:30:35.876 coolfm[966:60b] Ml_radio: INIT 2014-04-06 17:30:35.877 coolfm[966:530f] BT_fileManager: File does exist in Xcode bundle: "bt_glass.mp3" 2014-04-06 17:30:35.890 coolfm[966:60b] Ml_radio: viewDidLoad 2014-04-06 17:30:35.891 coolfm[966:60b] Ml_radio: viewDidLoad (super) 2014-04-06 17:30:36.188 coolfm[966:60b] BT_navController: pushViewController 2014-04-06 17:30:36.205 coolfm[966:60b] BT_application: This app does not use a splash screen 2014-04-06 17:30:36.206 coolfm[966:60b] BT_loadConfigDataViewController: fadeOutLoadView 2014-04-06 17:30:36.207 coolfm[966:60b] BT_loadConfigDataViewController: promptForPushNotifications 2014-04-06 17:30:36.218 coolfm[966:60b] coolfm_appDelegate: didFailToRegisterForRemoteNotificationsWithError: ERROR: Error Domain=NSCocoaErrorDomain Code=3000 "δεν βρέθηκε έγκυρη συμβολοσειρά δικαιώματος 'aps-environment' για την εφαρμογή" UserInfo=0x14648960 {NSLocalizedDescription=δεν βρέθηκε έγκυρη συμβολοσειρά δικαιώματος 'aps-environment' για την εφαρμογή} 2014-04-06 17:30:36.220 coolfm[966:60b] BT_locationManager: didUpdateToLocation 2014-04-06 17:30:36.235 coolfm[966:60b] BT_locationManager: didUpdateToLocation 2014-04-06 17:30:36.243 coolfm[966:60b] BT_locationManager: didUpdateToLocation 2014-04-06 17:30:36.250 coolfm[966:60b] BT_locationManager: didUpdateToLocation 2014-04-06 17:30:36.253 coolfm[966:60b] BT_locationManager: didUpdateToLocation 2014-04-06 17:30:36.571 coolfm[966:60b] BT_locationManager: didUpdateToLocation 2014-04-06 17:30:36.714 coolfm[966:60b] BT_loadConfigDataViewController: fadeInStartView 2014-04-06 17:30:36.716 coolfm[966:60b] coolfm_appDelegate: supportedInterfaceOrientationsForWindow 2014-04-06 17:30:36.725 coolfm[966:60b] coolfm_appDelegate: supportedInterfaceOrientationsForWindow 2014-04-06 17:30:36.727 coolfm[966:60b] coolfm_appDelegate: supportedInterfaceOrientationsForWindow 2014-04-06 17:30:36.730 coolfm[966:60b] coolfm_appDelegate: supportedInterfaceOrientationsForWindow 2014-04-06 17:30:36.731 coolfm[966:60b] coolfm_appDelegate: supportedInterfaceOrientationsForWindow 2014-04-06 17:30:36.736 coolfm[966:60b] Ml_radio: viewWillAppear (super) 2014-04-06 17:30:36.737 coolfm[966:60b] Ml_radio: configureNavBar (super) for screen with itemId: B17A279E05AAFAAF87BA78C 2014-04-06 17:30:36.740 coolfm[966:60b] BT_viewUtilities: getNavBarBackgroundColorForScreen: Screen "Player" color: #000000 2014-04-06 17:30:36.752 coolfm[966:60b] Ml_radio: configureBackground (super) for screen with itemId B17A279E05AAFAAF87BA78C: 2014-04-06 17:30:36.754 coolfm[966:60b] BT_background_view: updateProperties (color and image) for screen with itemId: B17A279E05AAFAAF87BA78C: 2014-04-06 17:30:36.756 coolfm[966:60b] BT_fileManager: File does exist in Xcode bundle: "blank.png" 2014-04-06 17:30:36.757 coolfm[966:60b] BT_background_view: "blank.png" exists in Xcode bundle - not downloading. 2014-04-06 17:30:36.758 coolfm[966:60b] BT_background_view: setImage 2014-04-06 17:30:36.759 coolfm[966:60b] Ml_radio: viewWillAppear 2014-04-06 17:30:36.760 coolfm[966:60b] +[BT_viewUtilities configureBackgroundAndNavBar:theScreenData:]: unrecognized selector sent to class 0x100550 2014-04-06 17:30:36.761 coolfm[966:60b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[BT_viewUtilities configureBackgroundAndNavBar:theScreenData:]: unrecognized selector sent to class 0x100550' *** First throw call stack: (0x2f1a7f03 0x3993cce7 0x2f1ab743 0x2f1aa12f 0x2f0f90d8 0xba361 0x319f1ce3 0x31a85a15 0x31a85529 0x31a85299 0x31a85231 0x319d7305 0x3165331b 0x3164eb3f 0x3167db4d 0x31a5389f 0x31a51ea9 0x31a510e7 0x31a5106f 0x31a51007 0x31a49681 0x319dd697 0x31a50d59 0x31a50829 0x319e2615 0x31a4882b 0x7b08d 0x7adf3 0x31a0f78d 0x31a0f3d7 0x31a0f2ef 0x31659e0b 0x39e25d3f 0x39e286c3 0x2f172679 0x2f170f45 0x2f0db7a9 0x2f0db58b 0x340486d3 0x31a3a891 0x5ba75 0x45350) libc++abi.dylib: terminating with uncaught exception of type NSException (lldb) I would really appreciate any help.
 
Dragon007
Lost but trying
Profile
Posts: 1509
Reg: Dec 17, 2011
London
20,590
like
04/06/14 09:05 AM (10 years ago)
Have you added the plugin folder to your Xcode project?
 
S-George
Apple Fan
Profile
Posts: 111
Reg: Jan 18, 2012
location unknow...
4,460
like
04/06/14 09:42 AM (10 years ago)
Yes i have the plugin folder in my project
 
Mackimack
Apple Fan
Profile
Posts: 481
Reg: Dec 30, 2010
Sweden
14,310
like
04/06/14 10:38 AM (10 years ago)
You send me a mail. [email protected]
 
S-George
Apple Fan
Profile
Posts: 111
Reg: Jan 18, 2012
location unknow...
4,460
like
04/06/14 10:59 AM (10 years ago)
Hi Mackimack Have send you an email..
 
Mackimack
Apple Fan
Profile
Posts: 481
Reg: Dec 30, 2010
Sweden
14,310
like
04/06/14 11:15 AM (10 years ago)
Now it is fixed.
 
S-George
Apple Fan
Profile
Posts: 111
Reg: Jan 18, 2012
location unknow...
4,460
like
04/06/14 12:12 PM (10 years ago)
Ok, it works thaksss...
 
LA
Aspiring developer
Profile
Posts: 3278
Reg: Aug 16, 2012
Jerseyville, IL
42,880
like
04/06/14 12:13 PM (10 years ago)
What was the problem and fix for future reference for members? LA
 
S-George
Apple Fan
Profile
Posts: 111
Reg: Jan 18, 2012
location unknow...
4,460
like
04/06/14 12:23 PM (10 years ago)
Ok, it works thaksss...
 
Mackimack
Apple Fan
Profile
Posts: 481
Reg: Dec 30, 2010
Sweden
14,310
like
04/06/14 12:33 PM (10 years ago)
@LA I have left some junk code in my plugin I will clean it and updated . No big deal.
 

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.