Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 1    Views: 27

Bertrand
Apple Fan
Profile
Posts: 163
Reg: Dec 26, 2012
saint-quentin f...
4,680
06/27/14 02:56 AM (10 years ago)

Semantic issue : cr_ultimatScreenCreator.m

Hi, I test Ultimate Screen Creator but I have some errors : - Undeclared selector 'postLinkToWall WithParams:' (I have this error 2 times) - Undeclared selector 'postTweet:' (I have this error 2 times) I've the lastest version of xcode and OSX Result of debug : 2014-06-27 11:51:53.770 testplugins[11138:60b] BT_device: INIT 2014-06-27 11:51:53.771 testplugins[11138:60b] BT_device: Unique UUID exists: 32EB965D-594C-4FC4-BDB7-F3435ACC2EDF 2014-06-27 11:51:53.771 testplugins[11138:60b] BT_device: This device is NOT an iPad. 2014-06-27 11:51:53.772 testplugins[11138:60b] BT_device: This device can make phone calls 2014-06-27 11:51:53.776 testplugins[11138:60b] BT_device: This device can send emails 2014-06-27 11:51:53.776 testplugins[11138:60b] BT_device: This device cannot send SMS (text) messages 2014-06-27 11:51:53.777 testplugins[11138:60b] BT_device: This device can report it's location 2014-06-27 11:51:53.777 testplugins[11138:60b] BT_device: This device cannot take pictures or videos 2014-06-27 11:51:53.777 testplugins[11138:60b] BT_device: Listing custom fonts (UIAppFonts) listed in app's .plist... 2014-06-27 11:51:53.778 testplugins[11138:60b] BT_user: INIT 2014-06-27 11:51:53.778 testplugins[11138:60b] BT_user: User is not logged in 2014-06-27 11:51:53.778 testplugins[11138:60b] BT_application: INIT 2014-06-27 11:51:53.781 testplugins[11138:60b] BT_loadConfigDataViewController: INIT 2014-06-27 11:51:53.785 testplugins[11138:60b] BT_loadConfigDataViewController: viewDidLoad (super) 2014-06-27 11:51:53.788 testplugins[11138:60b] BT_loadConfigDataViewController: viewDidLoad 2014-06-27 11:51:53.789 testplugins[11138:60b] testplugins_appDelegate: supportedInterfaceOrientationsForWindow 2014-06-27 11:51:53.790 testplugins[11138:60b] BT_loadConfigDataViewController: viewWillAppear (super) 2014-06-27 11:51:53.790 testplugins[11138:60b] BT_loadConfigDataViewController: configureNavBar (super) for screen with itemId: loadConfigDataScreen 2014-06-27 11:51:53.791 testplugins[11138:60b] BT_viewUtilities: getNavBarBackgroundColorForScreen: Screen "(null)" does not use a navBarBackgroundColor 2014-06-27 11:51:53.791 testplugins[11138:60b] BT_loadConfigDataViewController: configureBackground (super) for screen with itemId loadConfigDataScreen: 2014-06-27 11:51:53.792 testplugins[11138:60b] BT_loadConfigDataViewController: viewWillAppear 2014-06-27 11:51:53.793 testplugins[11138:60b] testplugins_appDelegate: supportedInterfaceOrientationsForWindow 2014-06-27 11:51:53.793 testplugins[11138:60b] testplugins_appDelegate: supportedInterfaceOrientationsForWindow 2014-06-27 11:51:53.793 testplugins[11138:60b] testplugins_appDelegate: supportedInterfaceOrientationsForWindow 2014-06-27 11:51:53.795 testplugins[11138:60b] testplugins_appDelegate: supportedInterfaceOrientationsForWindow 2014-06-27 11:51:53.795 testplugins[11138:60b] testplugins_appDelegate: supportedInterfaceOrientationsForWindow 2014-06-27 11:51:53.795 testplugins[11138:60b] testplugins_appDelegate: supportedInterfaceOrientationsForWindow 2014-06-27 11:51:53.796 testplugins[11138:60b] testplugins_appDelegate: applicationDidBecomeActive 2014-06-27 11:51:53.796 testplugins[11138:60b] testplugins_appDelegate: supportedInterfaceOrientationsForWindow 2014-06-27 11:51:53.799 testplugins[11138:4307] -[iTellAFriend checkForConnectivityInBackground](0x1503ed40) Requesting info from iTunes Service http://itunes.apple.com/US/lookup?bundleId=com.testplugins.com 2014-06-27 11:51:53.800 testplugins[11138:60b] testplugins_appDelegate: networkTypeChanged. rootDevice is connected to the network: WiFi 2014-06-27 11:51:53.815 testplugins[11138:4307] -[iTellAFriend checkForConnectivityInBackground](0x1503ed40) Unable to find apple id com.testplugins.com-1.0 2014-06-27 11:51:53.831 testplugins[11138:60b] BT_loadConfigDataViewController: viewDidAppear 2014-06-27 11:51:55.332 testplugins[11138:60b] BT_loadConfigDataViewController: loadAppData 2014-06-27 11:51:55.333 testplugins[11138:60b] BT_loadConfigDataViewController: Will use the default JSON configuration file "BT_config.txt" if a newer version is not cached on the device. 2014-06-27 11:51:55.334 testplugins[11138:60b] BT_fileManager: File does exist in cached directory: "cachedAppConfig.txt" 2014-06-27 11:51:55.334 testplugins[11138:60b] BT_loadConfigDataViewController: Parsing previously cached JSON data: "cachedAppConfig.txt" 2014-06-27 11:51:55.334 testplugins[11138:60b] BT_fileManager: readTextFileFromCacheWithEncoding: "cachedAppConfig.txt" encoding: -1 2014-06-27 11:51:55.335 testplugins[11138:60b] BT_application: validateApplicationData 2014-06-27 11:51:55.335 testplugins[11138:60b] BT_application: The application data appears to be valid. 2014-06-27 11:51:55.336 testplugins[11138:60b] BT_application: parseJSONData: parsing application data 2014-06-27 11:51:55.336 testplugins[11138:60b] BT_application: parsing themes, count: 1 2014-06-27 11:51:55.337 testplugins[11138:60b] BT_application: parsing tabs, count: 0 2014-06-27 11:51:55.337 testplugins[11138:60b] BT_application: parsing menus, count: 0 2014-06-27 11:51:55.337 testplugins[11138:60b] BT_application: parsing screens, count: 2 2014-06-27 11:51:55.337 testplugins[11138:60b] BT_loadConfigDataViewController: configureEnvironmentUsingAppData 2014-06-27 11:51:55.338 testplugins[11138:60b] BT_contextMenu: INIT 2014-06-27 11:51:55.339 testplugins[11138:60b] BT_loadConfigDataViewController: "Start Location Updates" = "No". NOT starting the location monitor. 2014-06-27 11:51:55.339 testplugins[11138:2a1f] BT_loadConfigDataViewController: initAudioPlayer 2014-06-27 11:51:55.339 testplugins[11138:5103] BT_loadConfigDataViewController: loadSoundEffects 2014-06-27 11:51:55.340 testplugins[11138:60b] BT_application: buildInterface app interface 2014-06-27 11:51:55.340 testplugins[11138:2a1f] BT_audioPlayer: INIT (preparing it for possible background audio) 2014-06-27 11:51:55.340 testplugins[11138:60b] BT_background_view: INIT 2014-06-27 11:51:55.341 testplugins[11138:60b] BT_application: building a single navigation controller app 2014-06-27 11:51:55.341 testplugins[11138:60b] BT_application: getViewControllerForScreen nickname: "test" itemId: FDC7970FE0E5A3FF00835B0 type: BT_screen_customURL 2014-06-27 11:51:55.342 testplugins[11138:60b] BT_screen_customURL: INIT 2014-06-27 11:51:55.342 testplugins[11138:5103] BT_fileManager: File does exist in Xcode bundle: "bt_funk.mp3" 2014-06-27 11:51:55.342 testplugins[11138:60b] BT_navController: pushViewController 2014-06-27 11:51:55.349 testplugins[11138:5103] BT_fileManager: File does exist in Xcode bundle: "bt_glass.mp3" 2014-06-27 11:51:55.366 testplugins[11138:60b] BT_application: This app does not use a splash screen 2014-06-27 11:51:55.366 testplugins[11138:60b] BT_loadConfigDataViewController: fadeOutLoadView 2014-06-27 11:51:55.868 testplugins[11138:60b] BT_loadConfigDataViewController: fadeInStartView 2014-06-27 11:51:55.868 testplugins[11138:60b] testplugins_appDelegate: supportedInterfaceOrientationsForWindow 2014-06-27 11:51:55.872 testplugins[11138:60b] testplugins_appDelegate: supportedInterfaceOrientationsForWindow 2014-06-27 11:51:55.873 testplugins[11138:60b] testplugins_appDelegate: supportedInterfaceOrientationsForWindow 2014-06-27 11:51:55.873 testplugins[11138:60b] testplugins_appDelegate: supportedInterfaceOrientationsForWindow 2014-06-27 11:51:55.873 testplugins[11138:60b] BT_screen_customURL: viewDidLoad 2014-06-27 11:51:55.874 testplugins[11138:60b] BT_screen_customURL: viewDidLoad (super) 2014-06-27 11:51:55.874 testplugins[11138:60b] BT_viewUtilities: getWebNavBarForScreen with nickname: "test" and itemId: FDC7970FE0E5A3FF00835B0 and type: BT_screen_customURL 2014-06-27 11:51:55.897 testplugins[11138:60b] BT_screen_customURL: viewWillAppear (super) 2014-06-27 11:51:55.897 testplugins[11138:60b] BT_screen_customURL: configureNavBar (super) for screen with itemId: FDC7970FE0E5A3FF00835B0 2014-06-27 11:51:55.898 testplugins[11138:60b] BT_viewUtilities: getNavBarBackgroundColorForScreen: Screen "test" does not use a navBarBackgroundColor 2014-06-27 11:51:55.900 testplugins[11138:60b] BT_screen_customURL: configureBackground (super) for screen with itemId FDC7970FE0E5A3FF00835B0: 2014-06-27 11:51:55.900 testplugins[11138:60b] BT_background_view: updateProperties (color and image) for screen with itemId: FDC7970FE0E5A3FF00835B0: 2014-06-27 11:51:55.901 testplugins[11138:60b] BT_fileManager: File does exist in Xcode bundle: "blank.png" 2014-06-27 11:51:55.901 testplugins[11138:60b] BT_background_view: "blank.png" exists in Xcode bundle - not downloading. 2014-06-27 11:51:55.901 testplugins[11138:60b] BT_background_view: setImage 2014-06-27 11:51:55.902 testplugins[11138:60b] BT_screen_customURL: viewWillAppear 2014-06-27 11:51:55.902 testplugins[11138:60b] BT_screen_customURL: initLoad 2014-06-27 11:51:55.902 testplugins[11138:60b] BT_strings: mergeBTVariablesInString (before): http://www.google.com 2014-06-27 11:51:55.902 testplugins[11138:60b] BT_strings: mergeBTVariablesInString (after merge): http://www.google.com 2014-06-27 11:51:55.902 testplugins[11138:60b] BT_viewUtilities: getProgressView 2014-06-27 11:51:55.904 testplugins[11138:60b] BT_screen_customURL: Downloading URL, not caching 2014-06-27 11:51:55.905 testplugins[11138:60b] testplugins_appDelegate: supportedInterfaceOrientationsForWindow 2014-06-27 11:51:55.906 testplugins[11138:60b] testplugins_appDelegate: supportedInterfaceOrientationsForWindow 2014-06-27 11:51:55.906 testplugins[11138:60b] testplugins_appDelegate: supportedInterfaceOrientationsForWindow 2014-06-27 11:51:55.907 testplugins[11138:60b] testplugins_appDelegate: supportedInterfaceOrientationsForWindow 2014-06-27 11:51:55.916 testplugins[11138:60b] BT_screen_customURL: shouldStartLoadWithRequest: URL: http://www.google.com/ 2014-06-27 11:51:55.917 testplugins[11138:60b] BT_screen_customURL: shouldStartLoadWithRequest: SCHEME: http 2014-06-27 11:51:55.917 testplugins[11138:60b] BT_screen_customURL: webViewDidStartLoad 2014-06-27 11:51:55.948 testplugins[11138:60b] BT_screen_customURL: shouldStartLoadWithRequest: URL: http://www.google.fr/?gfe_rd=cr&ei=uz6tU62zPITf8gfU7oDoDA 2014-06-27 11:51:55.948 testplugins[11138:60b] BT_screen_customURL: shouldStartLoadWithRequest: SCHEME: http 2014-06-27 11:51:56.071 testplugins[11138:60b] BT_screen_customURL: shouldStartLoadWithRequest: URL: https://www.google.fr/?gfe_rd=cr&ei=uz6tU62zPITf8gfU7oDoDA&gws_rd=ssl 2014-06-27 11:51:56.071 testplugins[11138:60b] BT_screen_customURL: shouldStartLoadWithRequest: SCHEME: https 2014-06-27 11:51:56.266 testplugins[11138:60b] BT_screen_customURL: webViewDidFinishLoad
 
Bertrand
Apple Fan
Profile
Posts: 163
Reg: Dec 26, 2012
saint-quentin f...
4,680
like
06/27/14 06:03 AM (10 years ago)
it's good, I had not seen this comment in the code : "//ignore these yellow warnings - they are necessary"
 

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.