function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ciMagicciMagic 

How do I upgrade jquery to 1.7 and jquery mobile to 1.1

I currenlty have jquery 1.6 and jquery.mobile-1.0b

Tom GersicTom Gersic

Just include the js files in the project and update the index.html to use them.

ciMagicciMagic

Thanks Tom.  It seems to work but I'm getting uncategorized error warning.  Do you know how to get rid of the error.

Tom GersicTom Gersic

Can you post a screenshot of the error message or the full text?

ciMagicciMagic

Here is the screenshoot.  I get "?s" at the end of each jquery files and 15 issues "Uncategorized". 

Tom GersicTom Gersic

That's odd. When you scroll to the right, what files is it complaining about?

ciMagicciMagic

(null): warning: (armv7) /Users/victor/SalesforceMobileSDK-iOS/hybrid/SalesforceHybridSDK/build/SalesforceHybridSDK.build/Debug-iphoneos/SalesforceHybridSDK.build/Objects-normal/armv7/SFContainerAppDelegate.o unable to open object file

 

ciMagicciMagic

It's tryng to open SFContainerAppDelegate.o but could not find it.  There is a SFContainerAppDelegate.h in the header folder.