This is a migrated thread and some comments may be shown as answers.

Upgrading Telerik Controls

3 Answers 43 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ryan
Top achievements
Rank 1
Ryan asked on 13 Jan 2017, 05:50 PM
It is my understanding that in order to update my controls all I have to do in my Xcode project is go to the project settings -> General tab -> Scroll down to Linked frameworks and Libraries -> remove TelerikUI.framework and click the + icon and add the new TelerikUI.framework correct? I am pointing to the correct latest version of the telerik controls in the documents -> Telerik folder but when I run the [TelerikUI versionString] method it is returning the older version that I had. Is there a bug with the versionString method or am I not installing it correctly? I also tried to run that shell script file that installs it on my machine but it had a bunch of permission denied errors while running it. Any help would be appreciated thanks!

3 Answers, 1 is accepted

Sort by
0
Ryan
Top achievements
Rank 1
answered on 13 Jan 2017, 07:32 PM
Discovered that my "framework search path" setting in my project settings was recursively searching the Telerik folder and finding the first Telerik framework it found so that is why it was using the old one.  Is there a way to add the framework without having to specify the "framework search path" setting in Xcode?
0
Todor
Telerik team
answered on 19 Jan 2017, 02:23 PM
Hi Ryan,

I am happy to see that you have the resolved your issue with the update. You can uninstall the old version of the framework, before you add the new version. If you have more than one version installed you will need to specify the search path in order to ensure that the correct version is linked. You can run the [TelerikUI versionString] method to confirm the update.

Let us know if you need further assistance.

Regards,
Todor
Telerik by Progress
Want to build beautiful Android apps as well? Check out UI for Android which enables the same set of scenarios, allowing you to create the same great app experience on both iOS and Android.
0
Irena
Top achievements
Rank 1
answered on 03 Mar 2017, 03:13 AM
Open the Bin folder of your project in Windows Explorer and delete the oldTelerik.Web.UI.* assemblies. Go to the new installation's Bin40 folder (for .NET 4.0; for .NET 3.5 you need Bin35 and Bin45 for .NET 4.5) and copy the new assemblies. In case you are using a hotfix use to the folder where you unzipped it.
Tags
General Discussion
Asked by
Ryan
Top achievements
Rank 1
Answers by
Ryan
Top achievements
Rank 1
Todor
Telerik team
Irena
Top achievements
Rank 1
Share this question
or