Hi I am currently updating our xamarin ios app to the new unified api for 64 bit support but I get compile errors from the gridview which seems to have dependancies on the Monotouch library (replaced by Xamarin.iOS in the unified api).
Is there a version of the control available that is compatible with the new api?
Hi,
We don't currently have support of the Unified API. Although it is something we are working on and hope to have in our next SR.
-SteveZ
Hi Stephen,
Thanks for your reply, do you have a time frame for the service release at all? I believe apple require all new submissions to app store to be 64 bit from 1st of feb 2015, hence why we are looking to upgrade as soon as possible.
I don't have an exact timeline on when the SR is coming out. It will definitely be in the early january time frame.
However for now, we can work on getting you a private build, so that your work isn't halted.
As soon as it's ready. Hopefully by the end of this week, or early next week, we'll have someone from our support staff get in touch with you and send you a build.
I'm assuming you're using 14.2, correct?
An update on this issue, I included the new dll you kindly supplied in our xamarin project but I am getting the following native linking failures when trying to run the project:
MTOUCHTASK: error MT5214: Native linking failed, undefined symbol: _IGTextStyleBackgroundColorAttributeName. This symbol was referenced the managed member Infragistics.IGLabelConstants.IGTextStyleBackgroundColorAttributeName. Please verify that all the necessary frameworks have been referenced and native libraries linked.
MTOUCHTASK: error MT5214: Native linking failed, undefined symbol: _IGTextStyleBoldAttributeName. This symbol was referenced the managed member Infragistics.IGLabelConstants.IGTextStyleBoldAttributeName. Please verify that all the necessary frameworks have been referenced and native libraries linked.
MTOUCHTASK: error MT5214: Native linking failed, undefined symbol: _IGTextStyleFontAttributeName. This symbol was referenced the managed member Infragistics.IGLabelConstants.IGTextStyleFontAttributeName. Please verify that all the necessary frameworks have been referenced and native libraries linked.
MTOUCHTASK: error MT5214: Native linking failed, undefined symbol: _IGTextStyleForegroundColorAttributeName. This symbol was referenced the managed member Infragistics.IGLabelConstants.IGTextStyleForegroundColorAttributeName. Please verify that all the necessary frameworks have been referenced and native libraries linked.
MTOUCHTASK: error MT5214: Native linking failed, undefined symbol: _IGTextStyleItalicAttributeName. This symbol was referenced the managed member Infragistics.IGLabelConstants.IGTextStyleItalicAttributeName. Please verify that all the necessary frameworks have been referenced and native libraries linked.
MTOUCHTASK: error MT5214: Native linking failed, undefined symbol: _IGTextStyleKernAttributeName. This symbol was referenced the managed member Infragistics.IGLabelConstants.IGTextStyleKernAttributeName. Please verify that all the necessary frameworks have been referenced and native libraries linked.
MTOUCHTASK: error MT5214: Native linking failed, undefined symbol: _IGTextStyleStrokeColorAttributeName. This symbol was referenced the managed member Infragistics.IGLabelConstants.IGTextStyleStrokeColorAttributeName. Please verify that all the necessary frameworks have been referenced and native libraries linked.
MTOUCHTASK: error MT5214: Native linking failed, undefined symbol: _IGTextStyleStrokeWidthAttributeName. This symbol was referenced the managed member Infragistics.IGLabelConstants.IGTextStyleStrokeWidthAttributeName. Please verify that all the necessary frameworks have been referenced and native libraries linked.
MTOUCHTASK: error MT5214: Native linking failed, undefined symbol: _IGTextStyleTapAttributeName. This symbol was referenced the managed member Infragistics.IGLabelConstants.IGTextStyleTapAttributeName. Please verify that all the necessary frameworks have been referenced and native libraries linked.
MTOUCHTASK: error MT5214: Native linking failed, undefined symbol: _IGTextStyleUnderlineAttributeName. This symbol was referenced the managed member Infragistics.IGLabelConstants.IGTextStyleUnderlineAttributeName. Please verify that all the necessary frameworks have been referenced and native libraries linked.
MTOUCHTASK: error MT5214: Native linking failed, undefined symbol: _IGTextStyleUnderlineColorAttributeName. This symbol was referenced the managed member Infragistics.IGLabelConstants.IGTextStyleUnderlineColorAttributeName. Please verify that all the necessary frameworks have been referenced and native libraries linked.
MTOUCHTASK: error MT5214: Native linking failed, undefined symbol: _kFilterRowIndex. This symbol was referenced the managed member Infragistics.IGGridViewConstants.kFilterRowIndex. Please verify that all the necessary frameworks have been referenced and native libraries linked.
MTOUCHTASK: error MT5214: Native linking failed, undefined symbol: _kHeaderRowIndex. This symbol was referenced the managed member Infragistics.IGGridViewConstants.kHeaderRowIndex. Please verify that all the necessary frameworks have been referenced and native libraries linked.
MTOUCHTASK: error MT5214: Native linking failed, undefined symbol: _kPullDownRowIndex. This symbol was referenced the managed member Infragistics.IGGridViewConstants.kPullDownRowIndex. Please verify that all the necessary frameworks have been referenced and native libraries linked.
MTOUCHTASK: error MT5214: Native linking failed, undefined symbol: _kSectionFooterIndex. This symbol was referenced the managed member Infragistics.IGGridViewConstants.kSectionFooterIndex. Please verify that all the necessary frameworks have been referenced and native libraries linked.
MTOUCHTASK: error MT5214: Native linking failed, undefined symbol: _kSectionHeaderIndex. This symbol was referenced the managed member Infragistics.IGGridViewConstants.kSectionHeaderIndex. Please verify that all the necessary frameworks have been referenced and native libraries linked.
Any advice here would be good.
Hi Johann, Matthew and Dweir,
We released an SR with for the Xamarin update last week. You can find the SR by viewing your account info and clicking on the 14.2 product and then selecting the Service Releases tab.
Dweir, this morning I tested the IG & IGChart assembly in both debug and release mode on Xamarin Studio 5.7 and had no build errors. Can you confirm you're using the latest SR (234) and building your source code with Xamarin Studio 5.7? Remember to use the IG.Unified.dll and IGChart.Unified.dll assemblies.
Hi Torrey,
I am in a process converting the app to unified version, downloaded NUCLIOS SR1 but do not see IG.unified.dll or IGChart.unified.dll inside of xamarin folder?
I see the old names IG.dll and IGChart.dll. Is it what I need?
Thank you
Mark
Torrey,
Sorry for misspelled name and my mistake in installing SR.
Both names - old dmg file and the one with SR1 are identical, so I guess I clicked the wrong filename.
I am ok now
Hi Mark,
The SR you have downloaded is an old version that did not have any Unified API support. In your account menu when you hover over the NucliOS SR link, it should look like the following. Is this what you see when you log in?
Tori,
I did download
but insode I only see IG.dll and IGChart.dll dated 9/26/2014.
Should I see based on your post IG.unified.dll and IGChart.unified.dll as part of SR1?
Thanks
Hi all,
We released an SR 251 with for the Xamarin update last Monday. You can find the SR by viewing your account info and clicking on the 14.2 product and then selecting the Service Releases tab. The SR resolved the issues mentioned in thread where class definitions were missing for x86_64 compilations.