Git Product home page Git Product logo

ioscharts.xamarin's People

Contributors

flash3001 avatar merckxite avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ioscharts.xamarin's Issues

BarChartView is just crashing on device

I implemented a BarChartView which is crashing just on device. In my case on an iPhone6 with iOS 10.1. On simulator everything is running fine.

Could be the same issue like #11 ?

Native stacktrace:
critical: 	0   libmonosgen-2.0.dylib               0x00000001006f3d0c mono_handle_native_sigsegv + 260
critical: 	1   libmonosgen-2.0.dylib               0x00000001006ff214 mono_sigsegv_signal_handler + 336
critical: 	2   libsystem_platform.dylib            0x00000001928b0348 _sigtramp + 52
critical: 	3   Charts                              0x00000001002f3438 _TFC6Charts13ChartViewBasecfT5frameVSC6CGRect_S0_ + 896
critical: 	4   Charts                              0x00000001002ccb9c _TFC6Charts20BarLineChartViewBasecfT5frameVSC6CGRect_S0_ + 668
critical: 	5   Charts                              0x000000010034e49c _TToFC6Charts12BarChartViewcfT5frameVSC6CGRect_S0_ + 84
critical: 	6   libiOSCharts.dll.dylib              0x000000010566a4a4 wrapper_managed_to_native_ApiDefinition_Messaging_IntPtr_objc_msgSendSuper_intptr_intptr + 212
critical: 	7   libiOSCharts.dll.dylib              0x00000001054f1da8 iOSCharts_BarChartView__ctor + 632
critical: 	8   libCustom.iOS.exe.dylib             0x0000000100ab4220 Custom_Views_Components_Charts_CustomBarChartView__ctor + 144
critical: 	9   libCustom.iOS.exe.dylib             0x0000000100ab1db4 Custom_Views_CommunityStatisticView__ctor + 116
critical: 	10  libCustom.iOS.exe.dylib             0x0000000100aad32c Custom_Views_CommunityWeekView__ctor + 60
critical: 	11  libCustom.iOS.exe.dylib             0x0000000100a2f068 Custom_Views_CommunityView__ctor + 200

Commented out API's

First off, great repo. Thank you for putting the time and effort into this binding project.

It looks like there are a quite a few area's that are commented out in the ApiDefinition (like this). What are the reasons for that?

Issue with iPad deploy

Launched application 'com.x.x’ on ‘x’s iPad' with pid 233
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /private/var/containers/Bundle/Application/EEF1ADBE-7D7A-Application 'com.x.x' terminated.
4A11-9693-1A594AF4495C/x.iOS.app/Frameworks/Charts.framework/Charts
Reason: no suitable image found. Did find:
/private/var/containers/Bundle/Application/EEF1ADBE-7D7A-4A11-9693-1A594AF4495C/x.iOS.app/Frameworks/libswiftCore.dylib: code signature invalid for '/private/var/containers/Bundle/Application/EEF1ADBE-7D7A-4A11-9693-1A594AF4495C/x.iOS.app/Frameworks/libswiftCore.dylib'

Xamarin Studio Community 6.3 (build 863)
Stable channel
Xcode Version 8.3.2 (8E2002)

Library not loaded: @rpath/libswiftCore.dylib

Hi Flash3001,

First of all, thank you very much for all your work!

I am experiencing the following error:

Termination Description: DYLD, Library not loaded: @rpath/libswiftCore.dylib | Referenced from: /private/var/containers/Bundle/Application/AEF05DDC-4D43-45CB-B80D-39AF79E50022/MyApp.app/Frameworks/Charts.framework/Charts | Reason: image not found

This is different from (#17), in which I was able to upload my app to the iTunes Connect and setup it for TestFlight, but when I download the app through TestFlight and run it, the app would crash right away and I get the above error.

I am currently using iOSCharts 3.2.1 with Xamarin.Swift4 4.0.0.0. When I generated the ./SwiftSupport directory using package_ipa_default.sh script, I was on XCode 10.2. Now I am on XCode 10.2.1.

I also generated a new ./SwiftSupport directory while running XCode 10.2.1 (with iOSCharts 3.2.1 with Xamarin.Swift4 4.0.0.0), but then I get the "Invalid Swift Support" email after loading the app to the iTunes Connect.

Upgrading iOSCharts to 3.2.2 causing compilation error:

Error: Charts Framework do not match installed Swift version. Framework: 5.0. Installed: 5.0.1. Change your Xcode or library version.

I am on Visual Studio for Mac v8.0.3 build 14.

Any suggestion would be greatly appreciated! Thanks in advance!

Legend text size on a pie chart ?

Hi,

First, thanks for making charts compatible with Xamarin iOS.

I was looking into the doc of the original chart lib and I noticed a function "setTextSize(float size)", allowing the user to set the font size of the legend.

I tried to do so on my PieChart on iOS but I never managed to find the function which would allow me to do so. Is there one ?

Regards,

Crash with custom ChartXAxisRenderer

Trying to set custom renderer
It crashes even if i just create an empty subclass with ctors
public class XAxisRendererWithTicks : ChartXAxisRenderer
{
public XAxisRendererWithTicks(ChartViewPortHandler viewPortHandler, ChartXAxis xAxis, ChartTransformer transformer) : base(viewPortHandler, xAxis, transformer)
{
}
protected XAxisRendererWithTicks(NSObjectFlag t) : base(t)
{
}
protected internal XAxisRendererWithTicks(IntPtr handle) : base(handle)
{
}
}

_lineChartView = new LineChartView(View.Bounds);
_lineChartView.XAxisRenderer = new XAxisRendererWithTicks(_lineChartView.ViewPortHandler, _lineChartView.XAxis, _lineChartView.XAxisRenderer.Transformer);

Log from hockey app:
Exception Type: SIGSEGV
Exception Codes: SEGV_MAPERR at 0x87000001ff
Crashed Thread: 0

Thread 0 Crashed:
0 ??? 0x00000087000001ff 0x0 + 0
1 Charts 0x000000011610f839 0x1160e3000 + 182329
2 Charts 0x000000011610c848 0x1160e3000 + 170056
3 MyApp 0x000000010cd020e9 0x10c65d000 + 6967529
4 ??? 0x00000001416c614f 0x0 + 0

Is any fix for it?
Xamarin.iOS

Port to MacOS

Hey Flash,

How much work will it take, and is it even possible, to create a macOS port? If its possible to compile this to .net standard it would be even more amazing

Long story short, i would love to create a macOS app using this API to create the charts since its a fabulous implementation.

Thank you,

Radar Chart Implementation issue

I am trying to implement Radar Chart
I create the object of RadarChartView
then access the properties in my xamarin.ios CS class, but enable to acess any field of RadarChartView
like i am unable to access these fields
_chartView.webLineWidth = 1.0;
_chartView.innerWebLineWidth = 1.0;
_chartView.webColor = UIColor.lightGrayColor;
How i will acheive this ?

InvalidSwiftSupport - Again

Sorry for bothering you again with this question, but I'm trying to publish my app since yesterday and this infamous error keep coming from Apples validation.

I tried your ipa-archiver, the newest version from jamesbar2, tried manual copy and nothing I do solves this error.

Sometimes its the folder that not exists, sometimes are invalid signatures.

On xcode's archive, it shows valid for my package, but when I upload to store this errors comes out.

What can I do?

Crashes on device, but works fine in Simulator

Hi,

I have a Xamarin Forms project which uses iOSCharts, everything works fine in Simulator, but when I test the project on device, it crashes. I am using the LineChartView as a custom renderer with Xamarin.Forms, and I inherited iOSCharts.LineChartView as a parent class:

// Custom subclass
public class LineChartView : iOSCharts.LineChartView
{
    public void SetHorizontalLabels(string[] formattedTime, string displayFormat)
    {
        this.XAxis.ValueFormatter = new MonthFormatter(formattedTime, displayFormat);
    }
}

And here is my ViewRenderer:

public class LineChartViewRenderer : ViewRenderer<StockPortfolio.LineChartView, LineChartView>, IGenericChart
{
        LineChartView nativeChart;

    protected override void OnElementChanged(ElementChangedEventArgs<StockPortfolio.LineChartView> e)
    {
        base.OnElementChanged(e);

        nativeChart = new LineChartView(this.Context);
        Element.chart = this;

        SetNativeControl(nativeChart);
    }

    public void SetHorizontalLabels(string[] labels, string displayFormat)
    {
        nativeChart.SetHorizontalLabels(labels, displayFormat);
    }
}

Here's the stacktrace: https://pastebin.com/CpyBiFHS

Invalid Swift Support and Missing Info.plist key

Hello Flash3001,

I ran into an weird issue after I published my app to the iTune Store. I am using iOSChart 3.0.2. I ran the script file that is provided at https://github.com/Flash3001/ipa-packager/blob/master/package_ipa_default.sh. Here are the error messages that I received from iTune Store:

Invalid Swift Support - The files libswiftCore.dylib, libswiftCoreGraphics.dylib, libswiftUIKit.dylib, libswiftCoreMedia.dylib, libswiftCoreData.dylib, libswiftos.dylib, libswiftCoreAudio.dylib, libswiftDarwin.dylib, libswiftDispatch.dylib, libswiftFoundation.dylib, libswiftQuartzCore.dylib, libswiftObjectiveC.dylib, libswiftCoreImage.dylib
don’t match
/Payload/MyApp.app/Frameworks/libswiftCore.dylib, /Payload/MyApp.app/Frameworks/libswiftCoreGraphics.dylib, /Payload/MyApp.app/Frameworks/libswiftUIKit.dylib, /Payload/MyApp.app/Frameworks/libswiftCoreMedia.dylib, /Payload/MyApp.app/Frameworks/libswiftCoreData.dylib, /Payload/MyApp.app/Frameworks/libswiftos.dylib, /Payload/MyApp.app/Frameworks/libswiftCoreAudio.dylib, /Payload/MyApp.app/Frameworks/libswiftDarwin.dylib, /Payload/MyApp.app/Frameworks/libswiftDispatch.dylib, /Payload/MyApp.app/Frameworks/libswiftFoundation.dylib, /Payload/MyApp.app/Frameworks/libswiftQuartzCore.dylib, /Payload/MyApp.app/Frameworks/libswiftObjectiveC.dylib, /Payload/MyApp.app/Frameworks/libswiftCoreImage.dylib.

Make sure the files are correct, rebuild your app, and resubmit it. Don’t apply post-processing to /Payload/MyApp.app/Frameworks/libswiftCore.dylib, /Payload/MyApp.app/Frameworks/libswiftCoreGraphics.dylib, /Payload/MyApp.app/Frameworks/libswiftUIKit.dylib, /Payload/MyApp.app/Frameworks/libswiftCoreMedia.dylib, /Payload/MyApp.app/Frameworks/libswiftCoreData.dylib, /Payload/MyApp.app/Frameworks/libswiftos.dylib, /Payload/MyApp.app/Frameworks/libswiftCoreAudio.dylib, /Payload/MyApp.app/Frameworks/libswiftDarwin.dylib, /Payload/MyApp.app/Frameworks/libswiftDispatch.dylib, /Payload/MyApp.app/Frameworks/libswiftFoundation.dylib, /Payload/MyApp.app/Frameworks/libswiftQuartzCore.dylib, /Payload/MyApp.app/Frameworks/libswiftObjectiveC.dylib, /Payload/MyApp.app/Frameworks/libswiftCoreImage.dylib.

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSContactsUsageDescription key with a string value explaining to the user how the app uses this data.

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCalendarsUsageDescription key with a string value explaining to the user how the app uses this data.

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data.

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSAppleMusicUsageDescription key with a string value explaining to the user how the app uses this data.

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSSiriUsageDescription key with a string value explaining to the user how the app uses this data.

Prior to adding the iOSChart, my app did not need those Info.plist keys, does my app need to add the missing Info.plist keys for the iOSChart?

Any help or advice would be greatly appreciated. Thank you very much!

Ming

No suitable application records found

About a month ago, I did a build and upload using the Application Loader with version 3.0.2 of the library (and Xcode 8.3.1 and Visual Studio 7.1.x, I think) and everything went fine.

Since then I’ve updated to Visual Studio for Mac 7.2 (636) and Xcode 9.0.1. I updated to the 3.0.4 version of the library, and swapped over to the https://github.com/bq/ipa-packager script to correct the SwiftSupport folder issue. Now when I try to upload with Application Loader I get the following error:

No suitable application records were found. Verify your bundle identifier 'com.dcg.Charts' is correct.

I also updated to Visual Studio 7.2.2 (build 7) and Xcode 9.1 and get the same error.

I’m going to play with downgrading back to Xcode 8.x and the 3.0.2 version of the library, but it’d be nice to stick with the upgraded version and toolset if possible.

Thanks in advance for any help you can offer!

Issues with uploading to AppStore that includes Chart framework

So I am having an issue uploading my app to the app store. Everything is fine when it validates and verifies fine without errors, but when I try to upload the binary I get numerous errors. Here are the ones for Charts.

Error Messages:
ERROR ITMS-90035: "Invalid Signature. A sealed resource is missing or invalid. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose "Clean All" in Xcode, delete the "build" directory in the Finder, and rebuild your release target. For more information, please consult https://developer.apple.com/library/ios/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html"
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'XilnexOTM.iOS.app/Frameworks/Charts.framework/Frameworks/libswiftContacts.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'XilnexOTM.iOS.app/Frameworks/Charts.framework/Frameworks/libswiftCore.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'XilnexOTM.iOS.app/Frameworks/Charts.framework/Frameworks/libswiftCoreGraphics.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'XilnexOTM.iOS.app/Frameworks/Charts.framework/Frameworks/libswiftCoreImage.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'XilnexOTM.iOS.app/Frameworks/Charts.framework/Frameworks/libswiftDarwin.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'XilnexOTM.iOS.app/Frameworks/Charts.framework/Frameworks/libswiftDispatch.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'XilnexOTM.iOS.app/Frameworks/Charts.framework/Frameworks/libswiftFoundation.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'XilnexOTM.iOS.app/Frameworks/Charts.framework/Frameworks/libswiftObjectiveC.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'XilnexOTM.iOS.app/Frameworks/Charts.framework/Frameworks/libswiftUIKit.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
ERROR ITMS-90206: "Invalid Bundle. The bundle at 'XilnexOTM.iOS.app/Frameworks/Charts.framework' contains disallowed file 'Frameworks'."

Please advise this issue.

  • Set Deployment target: 8.0

xamarin.ios ios-chart BarChartDataSet

Just port ios-charts v2.2.3.0 from Xamarin Nuget package manager.

'public void BarChart(BarChartModel _barChartModel, BarChartView _barChartView, string _fromView, bool animateChart)
{
try {
barChartModel = _barChartModel;
barChartView = _barChartView;

        barChartView.SetDrawBarShadowEnabled (false);
        barChartView.SetMaxVisibleValueCount (15);
        barChartView.SetPinchZoomEnabled (true);
        barChartView.SetDrawGridBackgroundEnabled (false);
        barChartView.ScaleYEnabled = false;

        // Chart axis' layout configurations
        ChartXAxis xAxis = barChartView.XAxis;
        xAxis.SetLabelPosition (XAxisLabelPosition.Bottom);
        xAxis.SetDrawGridLinesEnabled (false);
        xAxis.SetLabelTextColor (chartTextColor);
        xAxis.SpaceBetweenLabels = 2;
        xAxis.SetAvoidFirstLastClippingEnabled (true);
        xAxis.SetLabelWidth (30f);

        ChartYAxis leftAxis = barChartView.LeftAxis;
        leftAxis.SetLabelCount (10, false);
        leftAxis.SetLabelPosition (YAxisLabelPosition.OutsideChart);
        leftAxis.SpaceTop = 10f;
        leftAxis.SetLabelTextColor (chartTextColor);
        leftAxis.ValueFormatter = new NSNumberFormatter ();

        ChartYAxis rightAxis = barChartView.RightAxis;
        rightAxis.SetDrawGridLinesEnabled (false);
        rightAxis.SetDrawLabelsEnabled (false);

        ChartLegend legend = barChartView.Legend;
        legend.SetPosition (ChartLegendPosition.BelowChartCenter);
        legend.SetForm (ChartLegendForm.Square);
        legend.FormSize = 9f;
        legend.SetFormToTextSpace (11f);
        legend.XEntrySpace = 15f;
        legend.TextColor = chartTextColor;

        // X Axis
        // -- directly get from dataModel.xAxis;
        NSObject[] truncatedXAxis = new NSObject[barChartModel.xAxis.Count];
        for (int t = 0; t < barChartModel.xAxis.Count; t++) {
            if (barChartModel.xAxis [t].Length > 13)
                truncatedXAxis [t] = NSObject.FromObject (barChartModel.xAxis [t].Substring (0, 11) + "..");
            else
                truncatedXAxis [t] = NSObject.FromObject (barChartModel.xAxis [t]);
        }

        // Y Axis
        BarChartDataSet[] yDataSets = new BarChartDataSet[barChartModel.yAxis.Count];

        for (int i = 0; i < barChartModel.yAxis.Count; i++) {
            ChartDataEntry[] barEntry = new ChartDataEntry[barChartModel.yAxis [i].Count];
            //List<ChartDataEntry> dataEntryList = new List<ChartDataEntry>();
            for (int j = 0; j < barChartModel.yAxis [i].Count; j++) {
                barEntry[j] = new ChartDataEntry((float)barChartModel.yAxis [i] [j], j);
                //dataEntryList.Add(new ChartDataEntry((float)barChartModel.yAxis [i] [j], j));
            }

            //BarChartDataSet yDataSet = new BarChartDataSet (dataEntryList.ToArray(), barChartModel.dataSetLegend [i].ToString());
            // Crashes HERE V
            BarChartDataSet yDataSet = new BarChartDataSet (barEntry, barChartModel.dataSetLegend [i].ToString());
            yDataSet.SetColor(chartColors [i]);

            yDataSets[i] = yDataSet;
        }

        // Combine xAxis & yAxis
        BarChartData data = new BarChartData (truncatedXAxis, yDataSets);
        data.SetValueTextColor (chartTextColor);
        data.SetHighlightEnabled (false);           // Disable highlight selection

        barChartView.SetData(data);
        barChartView.SetNoDataTextDescription ("");
        barChartView.SetDescriptionText (""); // Disable description - barChartData.SetDescription (String.IsNullOrEmpty (dataModel.name) ? "" : dataModel.name);   
        barChartView.SetNoDataText (""); // Text displayed when no data is given ("You need to provide data for the chart.");
        if (animateChart)
            barChartView.AnimateWithYAxisDuration (800);
    } catch (Exception ex) {
        LogHelper.Debug ("iOSChartHelper", ex.Message, ex);
    }
}`

The line below this comment // Crashes HERE V is where having crash with below error message throw from binding framework.

fatal error: NSArray element failed to match the Swift Array Element type

Have tried changes the BarchartDataSet to different variable but no luck.
Need help on this. Any sample code or solution about this issue?

it must be clean when running app

I found it must be clean when running app , or it will be crash .

Application 'com.iosui.runner' terminated. dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /private/var/containers/Bundle/Application/0017C66F-29B7-4C48-9D71-6A79561077E5/iOS_UIRunner.app/Frameworks/Charts.framework/Charts Reason: no suitable image found. Did find: /private/var/containers/Bundle/Application/0017C66F-29B7-4C48-9D71-6A79561077E5/iOS_UIRunner.app/Frameworks/libswiftCore.dylib: code signature invalid for '/private/var/containers/Bundle/Application/0017C66F-29B7-4C48-9D71-6A79561077E5/iOS_UIRunner.app/Frameworks/libswiftCore.dylib'

Graph is being drawn outside of visible area

Hi,

I'm using the charts library as a custom renderer in a PCL project. As seen in this screenshot, the render area for the line chart seems to be drawn offscreen. Before data is loaded however, the text saying "No data is available" is shown.

The pie chart and bar chart are also exhibiting this "offscreen drawing" behavior as well. Am I coding the custom renderer wrongly somewhere?

PieChart chart data

Hi Flash,
Tried to show pie chart in my project. Could you help me on this?
I have been trying to solve this crash for some time.
Crash at that point pass PieChartData to PieChartView.ChartData.
Refer to this comment //CRASH HERE V

Below is my sample code:

pieChartModel = _pieChartModel;
                pieChartView = _pieChartView;

                pieChartView.DrawSliceTextEnabled = false;
                //pieChartView.SetTransparentCircleAlpha(0);
                pieChartView.HoleColor = UIColor.Red;
                pieChartView.TransparentCircleColor = UIColor.Clear;
                pieChartView.HoleRadiusPercent = 25f;
                pieChartView.MultipleTouchEnabled = false;
                pieChartView.NoDataTextDescription = "";
                pieChartView.DescriptionText = ""; // Disable description - chartView.SetDescription (String.IsNullOrEmpty (dataModel.name) ? "" : dataModel.name); 
                pieChartView.NoDataText = ""; // Text displayed when no data is given ("You need to provide data for the chart.");

                ChartLegend legend = pieChartView.Legend;
                legend.Position = ChartLegendPosition.BelowChartCenter;
                legend.Form = ChartLegendForm.Square;
                legend.FormSize = 9f;
                legend.XEntrySpace = 15f;
                legend.TextColor = chartTextColor;

                // X Axis data
                NSObject[] truncatedXAxis = new NSObject[pieChartModel.yAxis.Count];
                for (int i = 0; i < pieChartModel.yAxis.Count; i++)
                {
                    truncatedXAxis[i] = NSObject.FromObject(pieChartModel.yAxis[i][0].ToString());
                }

                ChartDataEntry[] pieEntry = new ChartDataEntry[truncatedXAxis.Length];
                for (int j = 0; j < truncatedXAxis.Length; j++)
                {
                    pieEntry[j] = new ChartDataEntry(float.Parse(truncatedXAxis[j].ToString()), j);
                }

                // Y Axis data
                PieChartDataSet[] yDataSets = new PieChartDataSet[pieChartModel.dataSetLegend.Length];
                for (int i = 0; i < pieChartModel.dataSetLegend.Length; i++)
                {
                    PieChartDataSet dataSet = new PieChartDataSet(pieEntry, pieChartModel.dataSetLegend[i]);
                    dataSet.SliceSpace = 3;
                    dataSet.SelectionShift = 5;
                    dataSet.SetColor(chartColorsSolid[i]);

                    yDataSets[i] = dataSet;
                }

                NSObject[] xData = new NSObject[pieChartModel.dataSetLegend.Length];
                for (int i = 0; i < xData.Length; i++)
                {
                    xData[i] = NSObject.FromObject(pieChartModel.dataSetLegend[i]);
                }

                PieChartData data = new PieChartData(xData, yDataSets);
                data.SetValueFormatter(new NSNumberFormatter());
                //data.SetValueTextSize = 11f;
                data.SetValueTextColor(UIColor.Gray);
                data.HighlightEnabled = false;          // Disable highlight selection

**//CRASH HERE V**
                pieChartView.Data = data;

                if (pieChartModel.xAxis.Count == 0 && pieChartModel.yAxis.Count == 0
                    || pieChartModel.emptyTableStatus)
                {
                    pieChartView.MultipleTouchEnabled = false;
                    pieChartView.NoDataText = "No Results Were Found."; // Text displayed when no data is given ("You need to provide data for the chart.");
                    pieChartView.HoleRadiusPercent = 0f;

                    if (!pieChartView.IsEmpty)
                        pieChartView.Clear();
                }
                else
                {
                    pieChartView.MultipleTouchEnabled = true;
                    pieChartView.Data = data;
                }

                if (animateChart)
                    pieChartView.AnimateWithYAxisDuration(2);

Error building target _BeforeCoreCompileInterfaceDefinitions

Hi Flash,

After update the latest version of 2.2.3.8 in Xamarin Studio Nuget. There is issue occur while building the apps.

Error: Error building target _BeforeCoreCompileInterfaceDefinitions: Could not load file or assembly '/Users/kevinloke/Documents/SVN/Mobile/XilnexOTM/packages/iOSCharts.2.2.3.8/build/Xamarin.iOS.Tasks.dll' or one of its dependencies (XilnexOTM.iOS)

Do you have any idea which causing this issue?

Issues with libswiftCore.dylib

Recently we've started experiencing bugs when deploying to device. It works once if I do Clean on the Solution, but second build fails again with this error:

Launched application 'no.blueye.blueye-app' on 'iPhone' with pid 2158
dyld: Library not loaded: @rpath/libswiftCore.dylib
  Referenced from: /private/var/containers/Bundle/Application/D0FAB285-6DF9-4D95-9265-0E44F4B12036/Blueye.App.iOS.app/Frameworks/Charts.framework/Charts
  Reason: no suitable image found.  Did find:
	/private/var/containers/Bundle/Application/D0FAB285-6DF9-4D95-9265-0E44F4B12036/Blueye.App.iOS.app/Frameworks/libswiftCore.dylib: code signature invalid for '/private/var/containers/Bundle/Application/D0FAB285-6DF9-4D95-9265-0E44F4B12036/Blueye.App.iOS.app/Frameworks/libswiftCore.dylib'

Application 'no.blueye.blueye-app' terminated.

Any suggestions would be greatly appreciated.

XAxis ValueFormatter is not set

I'm trying to implement CombinedChartView with x values .

        var _chartView = new CombinedChartView();
        _chartView.ChartDescription.Enabled = false;
        _chartView.Frame = frame;
        _chartView.DrawGridBackgroundEnabled = false;
        _chartView.DrawBarShadowEnabled = false;
        _chartView.HighlightFullBarEnabled = false;
        _chartView.Data = data;

     
        var xAxis = _chartView.XAxis;
        xAxis.LabelPosition = XAxisLabelPosition.BothSided;
        xAxis.AxisMinimum = 0.0;
        xAxis.Granularity = 1.0;
        xAxis.ValueFormatter = new CAxisValueFormated();

.....

public class CAxisValueFormated : IInterfaceChartAxisValueFormatter
{
public IntPtr Handle { get { return IntPtr.Zero; } }

    public string Axis(double value, ChartAxisBase axis)
    {
        return "Fe";
    }

    public void Dispose()
    {

    }
}

but CAxisValueFormated>Axis is not even called

Line chart - Marker view crashed on device but works fine in Simulator

Hi,
We are trying to implement line chart in Xamarin for iOS.
On tapping on the graph ,app get crashes on device but able to see the Marker View in Simulator.Please find the implementation

Extending MarkerPopupView class from ChartMarkerView

public partial class MarkerPopupView : ChartMarkerView
   {
       public static readonly NSString Key = new NSString("MarkerPopupView");
       public static readonly UINib Nib;

       static MarkerPopupView()
       {
           Nib = UINib.FromName("MarkerPopupView", NSBundle.MainBundle);
       }

       protected MarkerPopupView(IntPtr handle) : base(handle)
       {
           // Note: this .ctor should not contain any initialization logic.
       }

       public static MarkerPopupView Create()
       {
           return (MarkerPopupView)Nib.Instantiate(null, null)[0];
       }

       public override void AwakeFromNib()
       {
           base.AwakeFromNib();
       }

       public override void RefreshContentWithEntry(ChartDataEntry entry, ChartHighlight highlight)
       {
           base.RefreshContentWithEntry(entry, highlight);
       }
   }

Calling this method from Chartview class

        var markerView = MarkerPopupView.Create();
        chartView.Marker = markerView;
        chartView.DrawMarkers = true;

App crashes on tapping on the graph by changing the below property to true in device but works fine in simulator,and no markerView is shown when the property is changed to false for both device and simulator.

      chartView.HighlightPerTapEnabled = false;

is it possible add Markerview in line chart?

Any help would be appreciated!!!

iOSChars version 3.0.1 error

Hi Lucas.

I'm trying to use iOSChars version 3.0.1, but my app crashes whenever I start the simulator, showing the following error:

Could not register the selector 'stringForValue:axis:' of the member 'iOSCharts.ChartIndexAxisValueFormatter.StringForValue' because the selector is already registered on the member 'Axis'.

The chart I'm trying to use is _TtC6Charts12PieChartView.

Could you please give me a hand?

Thanks.

XAxis value formatter not working

Hello,
The XAxis Value Formatter is set but the values on the chart are the numeric ones. While debugging I can see . the code gets the value and enters in the callback method but the data displayed on the graphics are still the numbers.
This is what I have used: mChart.XAxis.ValueFormatter = this; and the class implements the IInterfaceChartAxisValueFormatter interface.
Is there a workaround for this?

Thanks!

License

Is it possible to add a license file on here and Nuget. I work at Microsoft and we'd love to use your bindings but legal isn't allowing it because of the lack of a license.

BarChartView Data property is readonly

How should I fill the data for a BarChartView? I explored the assembly and the definition in your source code and it is readonly, is this normal compared with previous versions?

I checked MPAndroidCharts and iOS charts, the data setter works, in fact, the Android version for the Nuget package has a setter for Data.

Thanks a lot for your hard work!

Invalid Swift Support - The file libswiftCore.dylib doesn’t have the correct code signature.

Hi @Flash3001 ,

I was able to submit an App a few weeks ago, using this nuget, without an error but now i can't make it go away and i am wondering if this is somehow related to upgrading xcode to "Version 8.3.3 (8E3004b)"? or maybe Xamarin Studio not being updated to support that xcode version. I am creating the SwiftSupport folder and this is the only .dll its complaining about.

The full error message from Apple:
Invalid Swift Support - The file libswiftCore.dylib doesn’t have the correct code signature. Make sure you’re using the correct signature, rebuild your app using the current public (GM) version of Xcode, and resubmit it. Don’t just modify the code signature of libswiftCore.dylib.

Upgrading everything to 3.1.02 also didn't help.

Any advise and help is greatly appreciated :)

Thanks!

Issue setting ChartMarkerView to LineChartView

It is not possible to add a ChartMarkerView to LineChartView.Marker. Shouldn't LineChartView.Marker be of type IInterfaceChartMarker instead of InterfaceChartMarker or InterfaceChartMarker the parent class of ChartMarkerView?

bildschirmfoto 2016-10-25 um 10 12 34

ITMS-90668: Incomplete bitcode since V3

We're getting this error since updating to V3 of the library - same as #4

Running otool -l -arch armv7 Charts | grep LLVM against a clone of this repo confirms the library contains bitcode.

Was Successfully able to upload the ipa in the Application Loader But got an Email from Apple iTunes Connect stating there are one or more issues

Invalid Swift Support - The files libswiftCoreFoundation.dylib, libswiftCoreGraphics.dylib, libswiftDarwin.dylib, libswiftUIKit.dylib, libswiftQuartzCore.dylib, libswiftFoundation.dylib, libswiftCoreImage.dylib, libswiftCore.dylib, libswiftObjectiveC.dylib, libswiftos.dylib, libswiftDispatch.dylib, libswiftMetal.dylib don’t match /Payload/MyApp.app/Frameworks/libswiftCoreFoundation.dylib, /Payload/MyApp.app/Frameworks/libswiftCoreGraphics.dylib, /Payload/MyApp.app/Frameworks/libswiftDarwin.dylib, /Payload/MyApp.app/Frameworks/libswiftUIKit.dylib, /Payload/MyApp.app/Frameworks/libswiftQuartzCore.dylib, /Payload/MyApp.app/Frameworks/libswiftFoundation.dylib, /Payload/MyApp.app/Frameworks/libswiftCoreImage.dylib, /Payload/MyApp.app/Frameworks/libswiftCore.dylib, /Payload/MyApp.app/Frameworks/libswiftObjectiveC.dylib, /Payload/MyApp.app/Frameworks/libswiftos.dylib, /Payload/MyApp.app/Frameworks/libswiftDispatch.dylib, /Payload/MyApp.app/Frameworks/libswiftMetal.dylib. Make sure the files are correct, rebuild your app, and resubmit it. Don’t apply post-processing to /Payload/MyApp.app/Frameworks/libswiftCoreFoundation.dylib, /Payload/MyApp.app/Frameworks/libswiftCoreGraphics.dylib, /Payload/MyApp.app/Frameworks/libswiftDarwin.dylib, /Payload/MyApp.app/Frameworks/libswiftUIKit.dylib, /Payload/MyApp.app/Frameworks/libswiftQuartzCore.dylib, /Payload/MyApp.app/Frameworks/libswiftFoundation.dylib, /Payload/MyApp.app/Frameworks/libswiftCoreImage.dylib, /Payload/MyApp.app/Frameworks/libswiftCore.dylib, /Payload/MyApp.app/Frameworks/libswiftObjectiveC.dylib, /Payload/MyApp.app/Frameworks/libswiftos.dylib, /Payload/MyApp.app/Frameworks/libswiftDispatch.dylib, /Payload/MyApp.app/Frameworks/libswiftMetal.dylib.

Xcode: 9.4.1

Visual Studio : 7.6.9 (Build 22)

Added Xamarin.Swift4 Packages.

DYLD, Symbol not found

Again, thanks for this awesome lib.

When I build a release version, and submitted for app store, they gave me this report, with error:

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Description: DYLD, Symbol not found: __T0s11_hashStringSiSSFTfq4gX_n | Referenced from: /private/var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/Frameworks/Charts.framework/Charts | Expected in: /private/var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/Frameworks/libswiftCore.dylib | in /private/var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/Frameworks/Charts.framework/Charts
Triggered by Thread: 0

Filtered syslog:
None found

Thread 0 Crashed:
0 dyld 0x0000000102dea2f8 0x102dbc000 + 189176
1 dyld 0x0000000102de9ad0 0x102dbc000 + 187088
2 dyld 0x0000000102de9afc 0x102dbc000 + 187132
3 dyld 0x0000000102dc0314 0x102dbc000 + 17172
4 dyld 0x0000000102dc34cc 0x102dbc000 + 29900
5 dyld 0x0000000102dbd21c 0x102dbc000 + 4636

Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000006 x1: 0x0000000000000004 x2: 0x000000016f12e8d0 x3: 0x0000000000000149
x4: 0x000000016f12e4d0 x5: 0x0000000000000000 x6: 0x006e5f5867347166 x7: 0x000000016f12ebd0
x8: 0x0000000000000020 x9: 0x0000000000000009 x10: 0x7374726168432f73 x11: 0x6f77656d6172662e
x12: 0x2f736b726f77656d x13: 0x662e737472616843 x14: 0x6b726f77656d6172 x15: 0x007374726168432f
x16: 0x0000000000000209 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000000000000
x20: 0x000000016f12e4d0 x21: 0x0000000000000149 x22: 0x000000016f12e8d0 x23: 0x0000000000000004
x24: 0x0000000000000006 x25: 0x0000000100cd0000 x26: 0x0000000102dfa000 x27: 0x0000000102dfa458
x28: 0x0000000100cd0020 fp: 0x000000016f12e4a0 lr: 0x0000000102de9ad0
sp: 0x000000016f12e460 pc: 0x0000000102dea2f8 cpsr: 0x00000000

Binary Images:
0x100cd0000 - 0x102863fff CDSTarefas.Mobile.IOS arm64 /var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/CDSTarefas.Mobile.IOS
0x102bc4000 - 0x102be7fff IQKeyboardManager arm64 /var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/Frameworks/IQKeyboardManager.framework/IQKeyboardManager
0x102bf8000 - 0x102bfffff libswiftCoreFoundation.dylib arm64 /var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/Frameworks/libswiftCoreFoundation.dylib
0x102c08000 - 0x102c1bfff libswiftCoreGraphics.dylib arm64 <8c36e2e2550431e9bfba2d7b3c1b929b> /var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/Frameworks/libswiftCoreGraphics.dylib
0x102c3c000 - 0x102c43fff libswiftCoreImage.dylib arm64 <0a1f05c0b97e3a2d964194e42172b5f6> /var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/Frameworks/libswiftCoreImage.dylib
0x102c4c000 - 0x102c57fff libswiftDarwin.dylib arm64 /var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/Frameworks/libswiftDarwin.dylib
0x102c6c000 - 0x102c87fff libswiftDispatch.dylib arm64 /var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/Frameworks/libswiftDispatch.dylib
0x102cb8000 - 0x102cbffff libswiftMetal.dylib arm64 <53726a84151636daa5627acbd8725367> /var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/Frameworks/libswiftMetal.dylib
0x102ccc000 - 0x102cd3fff libswiftObjectiveC.dylib arm64 <062bd1c402933010b791eb1a4d4dc93b> /var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/Frameworks/libswiftObjectiveC.dylib
0x102ce0000 - 0x102ce7fff libswiftQuartzCore.dylib arm64 <5df1cca7da493ae6bc61aaf18034779e> /var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/Frameworks/libswiftQuartzCore.dylib
0x102cf0000 - 0x102cfffff libswiftUIKit.dylib arm64 <412b48c607fb3096a8f42fa3c159b67a> /var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/Frameworks/libswiftUIKit.dylib
0x102d14000 - 0x102d1bfff libswiftos.dylib arm64 /var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/Frameworks/libswiftos.dylib
0x102dbc000 - 0x102df7fff dyld arm64 /usr/lib/dyld
0x102e50000 - 0x102fbffff Charts arm64 <9de2aa617a3f35419a901d51f24417be> /var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/Frameworks/Charts.framework/Charts
0x1030d0000 - 0x1033dbfff libswiftCore.dylib arm64 <4fe543830b383378b946c669dd45fdd0> /var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/Frameworks/libswiftCore.dylib
0x103688000 - 0x1037e3fff libswiftFoundation.dylib arm64 /var/containers/Bundle/Application/AC77F661-9172-412E-96E4-D41B8D0BE67F/CDSTarefas.Mobile.IOS.app/Frameworks/libswiftFoundation.dylib
0x182a26000 - 0x182a27fff libSystem.B.dylib arm64 <0f3f5f4ea60d3d4d84af311421f67108> /usr/lib/libSystem.B.dylib
0x182a28000 - 0x182a80fff libc++.1.dylib arm64 /usr/lib/libc++.1.dylib
0x182a81000 - 0x182aa2fff libc++abi.dylib arm64 <40c62b02df253630845890510fe3f773> /usr/lib/libc++abi.dylib
0x182aa4000 - 0x18315ffff libobjc.A.dylib arm64 /usr/lib/libobjc.A.dylib
0x183160000 - 0x183165fff libcache.dylib arm64 /usr/lib/system/libcache.dylib
0x183166000 - 0x183171fff libcommonCrypto.dylib arm64 /usr/lib/system/libcommonCrypto.dylib
0x183172000 - 0x183175fff libcompiler_rt.dylib arm64 <82d8312d934c3f34b74d8df84e2cb55c> /usr/lib/system/libcompiler_rt.dylib
0x183176000 - 0x18317efff libcopyfile.dylib arm64 /usr/lib/system/libcopyfile.dylib
0x18317f000 - 0x1831e2fff libcorecrypto.dylib arm64 <68071da426b335bb860aed1483e03d6e> /usr/lib/system/libcorecrypto.dylib
0x1831e3000 - 0x183248fff libdispatch.dylib arm64 <0c931ac760133de187bb6f440beed5eb> /usr/lib/system/libdispatch.dylib
0x183249000 - 0x183263fff libdyld.dylib arm64 <6225b1cd39843071a64add8f31b09c36> /usr/lib/system/libdyld.dylib
0x183264000 - 0x183264fff liblaunch.dylib arm64 /usr/lib/system/liblaunch.dylib
0x183265000 - 0x18326afff libmacho.dylib arm64 <797e8ee3e3b83978aaae2394e71ea6c3> /usr/lib/system/libmacho.dylib
0x18326b000 - 0x18326cfff libremovefile.dylib arm64 /usr/lib/system/libremovefile.dylib
0x18326d000 - 0x183283fff libsystem_asl.dylib arm64 <833790f7db363b8e83b48eaec404a8aa> /usr/lib/system/libsystem_asl.dylib
0x183284000 - 0x183284fff libsystem_blocks.dylib arm64 /usr/lib/system/libsystem_blocks.dylib
0x183285000 - 0x183302fff libsystem_c.dylib arm64 <61d2e950add73139aea459b55997ea48> /usr/lib/system/libsystem_c.dylib
0x183303000 - 0x183307fff libsystem_configuration.dylib arm64 /usr/lib/system/libsystem_configuration.dylib
0x183308000 - 0x18330dfff libsystem_containermanager.dylib arm64 /usr/lib/system/libsystem_containermanager.dylib
0x18330e000 - 0x18330ffff libsystem_coreservices.dylib arm64 <64e24927a95a3b38a92af824aa262df3> /usr/lib/system/libsystem_coreservices.dylib
0x183310000 - 0x183311fff libsystem_darwin.dylib arm64 <98cca712d0a63a819653681c52131ea2> /usr/lib/system/libsystem_darwin.dylib
0x183312000 - 0x183318fff libsystem_dnssd.dylib arm64 <1b83bbfe437639dd8bdb7353013ac147> /usr/lib/system/libsystem_dnssd.dylib
0x183319000 - 0x183356fff libsystem_info.dylib arm64 /usr/lib/system/libsystem_info.dylib
0x183357000 - 0x18337ffff libsystem_kernel.dylib arm64 /usr/lib/system/libsystem_kernel.dylib
0x183380000 - 0x1833adfff libsystem_m.dylib arm64 <3f43e403c5983d39ab50fa375c5c1bc9> /usr/lib/system/libsystem_m.dylib
0x1833ae000 - 0x1833c9fff libsystem_malloc.dylib arm64 <6dd6981adef530b3b6062f29ade13bb2> /usr/lib/system/libsystem_malloc.dylib
0x1833ca000 - 0x1834f5fff libsystem_network.dylib arm64 <9ec043d8cb2538dc9ba84e324cd5b416> /usr/lib/system/libsystem_network.dylib
0x1834f6000 - 0x183501fff libsystem_networkextension.dylib arm64 <7ed92c1b09023da8adac8c5073ca7566> /usr/lib/system/libsystem_networkextension.dylib
0x183502000 - 0x18350cfff libsystem_notify.dylib arm64 <6400d5b3305b3f5d9d831e03e357943b> /usr/lib/system/libsystem_notify.dylib
0x18350d000 - 0x183516fff libsystem_platform.dylib arm64 <97dae109bad63e588e5d63b8dbddadcf> /usr/lib/system/libsystem_platform.dylib
0x183517000 - 0x183526fff libsystem_pthread.dylib arm64 <07c87e3874b73d128f0fa331d8894b97> /usr/lib/system/libsystem_pthread.dylib
0x183527000 - 0x18352afff libsystem_sandbox.dylib arm64 <5e76af73b50438c6b6a4827b7fb0b816> /usr/lib/system/libsystem_sandbox.dylib
0x18352b000 - 0x183532fff libsystem_symptoms.dylib arm64 <1a4f281f874131f68e00580a8110d629> /usr/lib/system/libsystem_symptoms.dylib
0x183533000 - 0x183546fff libsystem_trace.dylib arm64 <38618bae31eb39cfbfd4aa0e8df9e51b> /usr/lib/system/libsystem_trace.dylib
0x183547000 - 0x18354cfff libunwind.dylib arm64 <6288d2abbde239f293405082835ba85c> /usr/lib/system/libunwind.dylib
0x18354d000 - 0x18354dfff libvminterpose.dylib arm64 <7afa9fbccf713115ad62383f8b379a85> /usr/lib/system/libvminterpose.dylib
0x18354e000 - 0x183578fff libxpc.dylib arm64 <05e40d4621113a32a4cdb7afc770b119> /usr/lib/system/libxpc.dylib
0x183579000 - 0x18379afff libicucore.A.dylib arm64 /usr/lib/libicucore.A.dylib
0x18379b000 - 0x1837acfff libz.1.dylib arm64 /usr/lib/libz.1.dylib
0x1837ad000 - 0x183b43fff CoreFoundation arm64 <533c841ed6e9313d8adb02388744e2ef> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x183b44000 - 0x183b54fff libbsm.0.dylib arm64 /usr/lib/libbsm.0.dylib
0x183b55000 - 0x183b55fff libenergytrace.dylib arm64 <5195d5f14e163fc9bfc99099ae7a624f> /usr/lib/libenergytrace.dylib
0x183b56000 - 0x183bdafff IOKit arm64 <54433b44779d39378d0789a4017a2948> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x183bdb000 - 0x183cc2fff libxml2.2.dylib arm64 <187298f716873875b7a96317f9e2135a> /usr/lib/libxml2.2.dylib
0x183cc3000 - 0x183cd0fff libbz2.1.0.dylib arm64 /usr/lib/libbz2.1.0.dylib
0x183cd1000 - 0x183ce9fff liblzma.5.dylib arm64 /usr/lib/liblzma.5.dylib
0x183cea000 - 0x183e4efff libsqlite3.dylib arm64 <219334ef89cf30099c3f85f925d853b3> /usr/lib/libsqlite3.dylib
0x183e4f000 - 0x183e75fff libMobileGestalt.dylib arm64 /usr/lib/libMobileGestalt.dylib
0x183e76000 - 0x184224fff CFNetwork arm64 /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x184225000 - 0x18451dfff Foundation arm64 <2eacef3cb1e5323eac1a2e0d743c81a5> /System/Library/Frameworks/Foundation.framework/Foundation
0x18451e000 - 0x18461ffff Security arm64 /System/Library/Frameworks/Security.framework/Security
0x184620000 - 0x18468bfff SystemConfiguration arm64 <658c4230686b3358a53006396fbe7605> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x18468c000 - 0x1846c1fff libCRFSuite.dylib arm64 /usr/lib/libCRFSuite.dylib
0x1846c2000 - 0x1846c2fff libapple_crypto.dylib arm64 <0a68153dfbfc33b096374e95fb1271bd> /usr/lib/libapple_crypto.dylib
0x1846c3000 - 0x1846d9fff libapple_nghttp2.dylib arm64 <8bb1455b0f653519956db1c8af6d57a1> /usr/lib/libapple_nghttp2.dylib
0x1846da000 - 0x184703fff libarchive.2.dylib arm64 <4590f76c617938f7a3a9e248ecc42d44> /usr/lib/libarchive.2.dylib
0x184704000 - 0x1847b2fff libboringssl.dylib arm64 <477924cf769f35239a5c6b9b2c6473bd> /usr/lib/libboringssl.dylib
0x1847b3000 - 0x1847c9fff libcoretls.dylib arm64 <193a4fc806793432a8b2bb3d8a6a8ec4> /usr/lib/libcoretls.dylib
0x1847ca000 - 0x1847cbfff libcoretls_cfhelpers.dylib arm64 <09de65296b06366694578620bf512d8d> /usr/lib/libcoretls_cfhelpers.dylib
0x1847cc000 - 0x1847cdfff liblangid.dylib arm64 /usr/lib/liblangid.dylib
0x1847ce000 - 0x184944fff libnetwork.dylib arm64 /usr/lib/libnetwork.dylib
0x184945000 - 0x184977fff libpcap.A.dylib arm64 <5389a8069179359eb6822edd62328659> /usr/lib/libpcap.A.dylib
0x184978000 - 0x1849d4fff libusrtcp.dylib arm64 /usr/lib/libusrtcp.dylib
0x1849d5000 - 0x1849dffff IOSurface arm64 <1f24b80565013f8d94b5e18c144f24bc> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1849e0000 - 0x184a85fff libBLAS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x184a86000 - 0x184da6fff libLAPACK.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x184da7000 - 0x185016fff vImage arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x185017000 - 0x185028fff libSparseBLAS.dylib arm64 <32a953927bdf3e46b9d154bf8980fb63> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x185029000 - 0x18504dfff libvMisc.dylib arm64 <7ada6cde719335328636b01d59e23ea9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x18504e000 - 0x185075fff libBNNS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x185076000 - 0x18508afff libLinearAlgebra.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x18508b000 - 0x18508ffff libQuadrature.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x185090000 - 0x1850fffff libSparse.dylib arm64 <7d403dc3c958325e9b99fad4e762d67e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x185100000 - 0x18518bfff libvDSP.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x18518c000 - 0x18518cfff vecLib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x18518d000 - 0x18518dfff Accelerate arm64 <687b381212043306bae96161fa7b7963> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x18518e000 - 0x1851a5fff libcompression.dylib arm64 <88b8fdc7bbf7390ca1ad5c4b0507d64e> /usr/lib/libcompression.dylib
0x1851a6000 - 0x1856edfff CoreGraphics arm64 <59a6f76dbc9f3e44bdf30351088b637d> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1856ee000 - 0x1856f3fff IOAccelerator arm64 <4ae56bf593a93df0ba40919221614b28> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1856f4000 - 0x1856f9fff libCoreFSCache.dylib arm64 <3731a55430f83087978ed2bfae31ca04> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1856fa000 - 0x185792fff Metal arm64 /System/Library/Frameworks/Metal.framework/Metal
0x185793000 - 0x1857a6fff GraphicsServices arm64 <5011ec2511d73a56af501e8207d54962> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1857a7000 - 0x185900fff MobileCoreServices arm64 <9ce939be55793f2a9d2517d351311275> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x185901000 - 0x185903fff IOSurfaceAccelerator arm64 <54659c85ff5c38ff9aa9a3686ebbd0d5> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x185904000 - 0x185945fff AppleJPEG arm64 <9694d27d99bb3fd495ac1637cbf481fb> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x185946000 - 0x185ef6fff ImageIO arm64 <728aeffd50883729bc1ac09900f05cf2> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x185ef7000 - 0x185f5afff BaseBoard arm64 <6ffd9a5fa5d93ca8920ac0d0f069ba3d> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x185f5b000 - 0x185f72fff AssertionServices arm64 <704c5673295930ac919167ed66370a94> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x185f73000 - 0x185f7bfff CorePhoneNumbers arm64 <8dc7373fda1a3b4cad529df63a1d79d5> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x185f7c000 - 0x185fc0fff AppSupport arm64 <99a4d74ef9e734f290b8f92fb673befe> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x185fc1000 - 0x185fd9fff CrashReporterSupport arm64 /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x185fda000 - 0x185fdffff AggregateDictionary arm64 /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x185fe0000 - 0x186064fff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib
0x186065000 - 0x186084fff ProtocolBuffer arm64 <61c6cef5c1ca3397912e9e63c0c338da> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x186085000 - 0x1860b2fff MobileKeyBag arm64 <0f9f1dccef1d37b48a67ac39c6572073> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1860b3000 - 0x1860e7fff BackBoardServices arm64 /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1860e8000 - 0x186143fff FrontBoardServices arm64 <85825f19a9c63234a66e4d47d86c72b4> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x186144000 - 0x186180fff SpringBoardServices arm64 <60daedc0a88237ce9e14d59467606af9> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x186181000 - 0x18618ffff PowerLog arm64 /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x186190000 - 0x1861acfff CommonUtilities arm64 <38d46d0ba5fb3da484ede2f09666eb1a> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1861ad000 - 0x1861b8fff liblockdown.dylib arm64 /usr/lib/liblockdown.dylib
0x1861b9000 - 0x1864bdfff CoreData arm64 <7dd3d1a5193e343aac036e779c0aaf87> /System/Library/Frameworks/CoreData.framework/CoreData
0x1864be000 - 0x1864c4fff TCC arm64 <41d6c5214523319cad2cfc08e373215a> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1864c5000 - 0x1864ccfff libcupolicy.dylib arm64 <205d236702463dad822a71fa9fb44980> /usr/lib/libcupolicy.dylib
0x1864cd000 - 0x18655efff CoreTelephony arm64 /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x18655f000 - 0x1865b6fff Accounts arm64 <7082b6e848e637d2a604c749747c5144> /System/Library/Frameworks/Accounts.framework/Accounts
0x1865b7000 - 0x1865e0fff AppleSauce arm64 <07696ffe11503e0faa1888c0e243471f> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1865e1000 - 0x1865e9fff DataMigration arm64 /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1865ea000 - 0x1865f0fff Netrb arm64 <5ad13c9650ce38b6b031bd2006f69a1c> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1865f1000 - 0x186623fff PersistentConnection arm64 <80650d9240f533a58e95a7b65dbd5d13> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x186624000 - 0x186635fff libmis.dylib arm64 /usr/lib/libmis.dylib
0x186636000 - 0x18673cfff ManagedConfiguration arm64 <2456d1aeb3c538f1a75ad56aaecd33de> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x18673d000 - 0x186742fff libReverseProxyDevice.dylib arm64 /usr/lib/libReverseProxyDevice.dylib
0x186743000 - 0x186755fff libamsupport.dylib arm64 <0b3260b51a4338e7809cd48c39a760ee> /usr/lib/libamsupport.dylib
0x186756000 - 0x18675bfff libCoreVMClient.dylib arm64 <828daf7904d738d7b51125b7d839f427> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x18675c000 - 0x18675dfff libCVMSPluginSupport.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x18675e000 - 0x186761fff libutil.dylib arm64 /usr/lib/libutil.dylib
0x186762000 - 0x1867a2fff libGLImage.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1867a3000 - 0x186819fff APFS arm64 /System/Library/PrivateFrameworks/APFS.framework/APFS
0x18681a000 - 0x18684bfff MediaKit arm64 /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x18684c000 - 0x186864fff libSERestoreInfo.dylib arm64 /usr/lib/updaters/libSERestoreInfo.dylib
0x186869000 - 0x1868a5fff DiskImages arm64 /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1868a6000 - 0x1868affff libGFXShared.dylib arm64 <4a7a2ffc151c31b8bf79cebcd8a5478e> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1868b0000 - 0x1868f7fff libauthinstall.dylib arm64 <753a9ce7f06f3826bf624d9dc7f5b376> /usr/lib/libauthinstall.dylib
0x1868f8000 - 0x186900fff IOMobileFramebuffer arm64 <037de4b49b6934f089430792afdac804> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x186901000 - 0x18690cfff OpenGLES arm64 /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x18690d000 - 0x186994fff ColorSync arm64 /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x186995000 - 0x1869befff CoreVideo arm64 <6f568461bb213003bcf526d9d4eb20af> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1869bf000 - 0x1869c0fff libCTGreenTeaLogger.dylib arm64 /usr/lib/libCTGreenTeaLogger.dylib
0x1869c1000 - 0x186b2dfff CoreAudio arm64 /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x186b2e000 - 0x186b5cfff CoreAnalytics arm64 /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x186b5d000 - 0x186b60fff UserFS arm64 /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x186b61000 - 0x186ce6fff CoreMedia arm64 <784a788985193f92bcbf5170378405fc> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x186ce7000 - 0x186cf9fff libprotobuf-lite.dylib arm64 <2c18eb318c9532a484ea0704a05a1d4a> /usr/lib/libprotobuf-lite.dylib
0x186cfa000 - 0x186d5efff libprotobuf.dylib arm64 <962e40da393431108723fdd15cf6274e> /usr/lib/libprotobuf.dylib
0x186d5f000 - 0x187028fff libAWDSupportFramework.dylib arm64 <4fd3a9edd87032f9b29e39c838024ddc> /usr/lib/libAWDSupportFramework.dylib
0x187029000 - 0x187072fff WirelessDiagnostics arm64 /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x187073000 - 0x18712afff VideoToolbox arm64 /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x18712b000 - 0x187234fff libFontParser.dylib arm64 <0c5b668a4135315cb13d1b4788d8a8fb> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x187235000 - 0x187236fff FontServices arm64 /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x187237000 - 0x18738afff CoreText arm64 <25560e0ceecc36f2a3f2e39136dc3453> /System/Library/Frameworks/CoreText.framework/CoreText
0x18738b000 - 0x18739afff IntlPreferences arm64 /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x18739b000 - 0x1873a3fff RTCReporting arm64 /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1873a4000 - 0x187414fff CoreBrightness arm64 <360e7d31578a377c826aff5cdaeb917b> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x187415000 - 0x18741ffff libAudioStatistics.dylib arm64 <4b7b1c1856de3e76b523a0aa44b5a035> /usr/lib/libAudioStatistics.dylib
0x187420000 - 0x187958fff AudioToolbox arm64 <082e019290223edf99b1d4ff195f9276> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x187959000 - 0x187b8cfff QuartzCore arm64 <10c9d621c7ed36f1ae23cfc2e8a83e9c> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x187b8d000 - 0x187b98fff MediaAccessibility arm64 <89490c32b66e34ff93f20afaf15609bc> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x187b99000 - 0x187c8bfff libiconv.2.dylib arm64 <5bb51259bae432f794e0f85063453873> /usr/lib/libiconv.2.dylib
0x187c8c000 - 0x187ca7fff NetworkStatistics arm64 /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x187ca8000 - 0x187cc3fff MPSCore arm64 <2d9261aaa9653984b3afe2e2eb5e21a7> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x187cc4000 - 0x187d2cfff MPSImage arm64 <5753222b2a7c33b99e185c0946d866d6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x187d2d000 - 0x187d4ffff MPSMatrix arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x187d50000 - 0x187d5efff CoreAUC arm64 /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x187d5f000 - 0x1883b7fff MediaToolbox arm64 <190bb494467235b38d979910bb317068> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1883b8000 - 0x1884e7fff MPSNeuralNetwork arm64 <37158311c1d63fcfbda005a3e98e3bee> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1884e8000 - 0x1884e8fff MetalPerformanceShaders arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1884e9000 - 0x188913fff FaceCore arm64 /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x188914000 - 0x188921fff GraphVisualizer arm64 <55b5ff57c5f833858726cb61324f4394> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x188922000 - 0x188ac9fff libFosl_dynamic.dylib arm64 /usr/lib/libFosl_dynamic.dylib
0x188aca000 - 0x188d2dfff CoreImage arm64 /System/Library/Frameworks/CoreImage.framework/CoreImage
0x188d2e000 - 0x188f2cfff CoreMotion arm64 <44f4ea25dac33750a64d76df70d19af4> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x188f2d000 - 0x188f5bfff CoreBluetooth arm64 <40851a4508813e30a6a39287ea563221> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x188f5c000 - 0x188f7efff PlugInKit arm64 <4d9ce13eea6d3baeb4f822a867ba6855> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x188f7f000 - 0x1891aafff Celestial arm64 <4c53d7c86c953515bf6b555cad291dcb> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1891ab000 - 0x18922dfff Quagga arm64 <894f89af7bc7356296ae79b210b169eb> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x18922e000 - 0x189324fff AVFAudio arm64 /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x189325000 - 0x189517fff AVFoundation arm64 /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x189518000 - 0x18953afff CacheDelete arm64 /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x18953b000 - 0x189560fff StreamingZip arm64 /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x189561000 - 0x189572fff CoreEmoji arm64 <21f134f213b53e9487c54fae45db1830> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x189573000 - 0x1895c0fff CoreLocationProtobuf arm64 <72ebe4d27ef537ff9440b1e8120ce9ae> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1895c1000 - 0x1895c9fff SymptomDiagnosticReporter arm64 <48c5f321ca733f2c845fcdb97353c2bf> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1895ca000 - 0x189ed3fff GeoServices arm64 <46746fa910d2386194e34ed84c570091> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x189ed4000 - 0x189eebfff MobileAsset arm64 <49f2259cac8d3eaeb126d9fbe22ee0aa> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x189eec000 - 0x189f2cfff Lexicon arm64 <4e43af69dd36373b888540750f609ca3> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x189f2d000 - 0x189f3dfff libcmph.dylib arm64 <661482521e6f31e18411d71a75446056> /usr/lib/libcmph.dylib
0x189f3e000 - 0x18a05ffff LanguageModeling arm64 <5f994763487b33c3ac608a9d73be8cd7> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x18a060000 - 0x18a077fff libmarisa.dylib arm64 <2908e85d03d838f3bc2582598e449c02> /usr/lib/libmarisa.dylib
0x18a078000 - 0x18a111fff CoreLocation arm64 <427d36867aad312086810b4f36733221> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x18a112000 - 0x18a112fff PhoneNumbers arm64 /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x18a113000 - 0x18a11efff libChineseTokenizer.dylib arm64 <05f584c4b6b33d4fac6ecfcb02cb157f> /usr/lib/libChineseTokenizer.dylib
0x18a11f000 - 0x18a1cbfff libmecab_em.dylib arm64 <5c786bbda21636a3a362692e56af1c50> /usr/lib/libmecab_em.dylib
0x18a1cc000 - 0x18a1cdfff libThaiTokenizer.dylib arm64 /usr/lib/libThaiTokenizer.dylib
0x18a1ce000 - 0x18a1d2fff libgermantok.dylib arm64 /usr/lib/libgermantok.dylib
0x18a1d3000 - 0x18a22afff CoreNLP arm64 /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x18a22b000 - 0x18a3fcfff MobileSpotlightIndex arm64 /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x18a3fd000 - 0x18a45efff CoreSpotlight arm64 <6bd400b65b0d353e99ab859a2216dc37> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x18a46b000 - 0x18afe9fff JavaScriptCore arm64 <8be29f5ee31a302bbc16e47869e799ac> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x18afea000 - 0x18afeffff libheimdal-asn1.dylib arm64 /usr/lib/libheimdal-asn1.dylib
0x18aff0000 - 0x18b06bfff libate.dylib arm64 <1d30c1d3ca913f2da380d67c5cacd696> /usr/lib/libate.dylib
0x18b06c000 - 0x18b120fff TextureIO arm64 <2ea71814215232d092556b6fead20296> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x18b121000 - 0x18b1edfff CoreUI arm64 <467b23bbefa43431ba13f2d276305e70> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x18b1ee000 - 0x18b1f7fff MobileIcons arm64 /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x18b207000 - 0x18b25ffff TextInput arm64 /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x18b2be000 - 0x18b351fff FileProvider arm64 /System/Library/Frameworks/FileProvider.framework/FileProvider
0x18b51c000 - 0x18b530fff libAccessibility.dylib arm64 <72d1652c02333bbaa42fd0cece897b0b> /usr/lib/libAccessibility.dylib
0x18b531000 - 0x18b9d7fff libwebrtc.dylib arm64 /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x18b9d8000 - 0x18ba3afff ContactsFoundation arm64 /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x18ba3b000 - 0x18d10dfff WebCore arm64 <2fe4173593ba35c4a5e04b40b40f1a7e> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x18d10e000 - 0x18d291fff WebKitLegacy arm64 /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x18d292000 - 0x18d2bafff DataAccessExpress arm64 /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x18d2bb000 - 0x18d355fff AddressBookLegacy arm64 <9001decafec931b3b32f90e70885c585> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x18d356000 - 0x18d3b1fff ProtectedCloudStorage arm64 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x18d3b2000 - 0x18d3defff UserNotifications arm64 /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x18d3df000 - 0x18d3eafff AppleIDAuthSupport arm64 <945f6d9b488f3b9a9de4acf2617d6fa8> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x18d3eb000 - 0x18d43bfff AuthKit arm64 <1e649041c5c332509b6d5c292abf129e> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x18d466000 - 0x18d4bafff DocumentManager arm64 <098348ff05b032f8a3d5a17ed453139f> /System/Library/Frameworks/UIKit.framework/Frameworks/DocumentManager.framework/DocumentManager
0x18d4bb000 - 0x18e539fff UIKit arm64 /System/Library/Frameworks/UIKit.framework/UIKit
0x18e53a000 - 0x18e54cfff DocumentManagerCore arm64 /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x18e54d000 - 0x18e551fff HangTracer arm64 <14c9c902270b3fc8a44c894325731245> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x18e552000 - 0x18e5a3fff PhysicsKit arm64 <4d2b0d9378353407aa17b91597a890d9> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x18e5a4000 - 0x18e5a6fff StudyLog arm64 /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x18e5a7000 - 0x18e686fff UIFoundation arm64 <097639b4c0503396a74bf322c97d0380> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x18e687000 - 0x18e7a5fff CloudKit arm64 <55336b1482ba3e86a94d608ddf070ea4> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x18e7a6000 - 0x18e7a6fff IntentsFoundation arm64 /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x18e7a7000 - 0x18e8c4fff Network arm64 /System/Library/PrivateFrameworks/Network.framework/Network
0x18e8c5000 - 0x18eaccfff Intents arm64 <676f60130f30305a9e71733ac106c4f4> /System/Library/Frameworks/Intents.framework/Intents
0x18eacd000 - 0x18eae7fff libresolv.9.dylib arm64 /usr/lib/libresolv.9.dylib
0x18eae8000 - 0x18eaeafff CoreDuetDebugLogging arm64 <74e7e685ab94375ab1df09ae32cb3bd7> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x18eaeb000 - 0x18eb20fff libtidy.A.dylib arm64 <24be8ea1fada37e6ac80a8019320481f> /usr/lib/libtidy.A.dylib
0x18eb21000 - 0x18ec50fff CoreDuet arm64 <40d3b99e5cc632789bfb9441e770c058> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x18ec51000 - 0x18ec70fff CoreDuetContext arm64 /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x18ec71000 - 0x18ec85fff CoreDuetDaemonProtocol arm64 <90699d4703bb357db7026ca1b54be9df> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x18ec86000 - 0x18ecf1fff IMFoundation arm64 <6ffe811caa87343b89d51f5b68729c1d> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18ecf2000 - 0x18ed20fff vCard arm64 <9537fc85395634e3ae5e60cf8d91646d> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x18ed21000 - 0x18ee2efff Contacts arm64 <698fa43ba8ed39b180e83ada3a0730b3> /System/Library/Frameworks/Contacts.framework/Contacts
0x18ee3e000 - 0x18f14dfff StoreServices arm64 /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x18f36c000 - 0x18f383fff ApplePushService arm64 /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x18f95e000 - 0x18f962fff CommunicationsFilter arm64 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x18fa96000 - 0x18fabafff AddressBook arm64 /System/Library/Frameworks/AddressBook.framework/AddressBook
0x191918000 - 0x191923fff CoreRecents arm64 /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x191da1000 - 0x191e2afff CoreSymbolication arm64 <7ccdd1e8aaa031d1bca9819f995966ac> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x191e2b000 - 0x191f57fff SearchFoundation arm64 <86248935e66a308884b82e4e3f294204> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x192b94000 - 0x192c90fff Navigation arm64 /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x192c91000 - 0x192ca8fff ContactsDonation arm64 /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x192d7f000 - 0x192dd6fff ContactsUICore arm64 /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x192dd7000 - 0x192f3afff ContactsUI arm64 /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x193dab000 - 0x193dabfff AdSupport arm64 <6136df7413e63ed5a139c34d3427f832> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x194037000 - 0x19470afff VectorKit arm64 <270f286f409330caa2f5787a371b8b81> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x19470b000 - 0x194947fff MapKit arm64 <096ef86c52eb34779ee2f79106664869> /System/Library/Frameworks/MapKit.framework/MapKit
0x197862000 - 0x19788ffff StoreKit arm64 <495ca9b06fe53b93bbc136e11490915d> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x19d15e000 - 0x19d183fff AppSupportUI arm64 <33c639cc29c03608a2b5556f30a993f2> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1a0aae000 - 0x1a0abffff DeviceIdentity arm64 <5edf28fce01139dab794658154b5d765> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1a831c000 - 0x1a831ffff InternationalSupport arm64 /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1abe5e000 - 0x1abe8efff libclosured.dylib arm64 /usr/lib/closure/libclosured.dylib

I found three issues referring this error, but nothing help. Could you please help me again?

upload to appstore issue

hello, im using vs for mac 7.7.2 and xcode 10.1(10B61).
and ioschart.xamarin version was 3.2.1

the process step is:

  1. vs formac -> build at Release on iphone -> Archive for Publishing
  2. Sign and Distribute -> for appstore
  3. use Application Loader upload to appstore
    then the errlog as blow :
information on the iOS app bundle structure."
		ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftUIKit.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure."
		ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftCore.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
		ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftCoreAudio.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
		ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftCoreData.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
		ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftCoreFoundation.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
		ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftCoreGraphics.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
		ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftCoreImage.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
		ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftCoreMedia.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
		ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftDarwin.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
		ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftDispatch.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
		ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftFoundation.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
		ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftMetal.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
		ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftObjectiveC.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
		ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftQuartzCore.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
		ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftUIKit.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
		ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftos.dylib' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."

and i also using script from https://github.com/bq/ipa-packager ,
but the same error log.

any could help?

==============================

and then i found those logs by building :

target _CopyResourcesToBundle:
Creating directory '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/Frameworks'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/Frameworks/libswiftCore.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/Frameworks/libswiftCore.dylib'
Creating directory '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/SwiftFrameworksSimulator'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/SwiftFrameworksSimulator/libswiftCore.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftCore.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/SwiftFrameworksSimulator/libswiftCoreAudio.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftCoreAudio.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/Frameworks/libswiftCoreAudio.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/Frameworks/libswiftCoreAudio.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/SwiftFrameworksSimulator/libswiftCoreData.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftCoreData.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/Frameworks/libswiftCoreData.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/Frameworks/libswiftCoreData.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/Frameworks/libswiftCoreFoundation.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/Frameworks/libswiftCoreFoundation.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/SwiftFrameworksSimulator/libswiftCoreFoundation.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftCoreFoundation.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/Frameworks/libswiftCoreGraphics.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/Frameworks/libswiftCoreGraphics.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/SwiftFrameworksSimulator/libswiftCoreGraphics.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftCoreGraphics.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/Frameworks/libswiftCoreImage.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/Frameworks/libswiftCoreImage.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/SwiftFrameworksSimulator/libswiftCoreImage.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftCoreImage.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/Frameworks/libswiftCoreMedia.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/Frameworks/libswiftCoreMedia.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/SwiftFrameworksSimulator/libswiftCoreMedia.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftCoreMedia.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/Frameworks/libswiftDarwin.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/Frameworks/libswiftDarwin.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/SwiftFrameworksSimulator/libswiftDarwin.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftDarwin.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/Frameworks/libswiftDispatch.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/Frameworks/libswiftDispatch.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/SwiftFrameworksSimulator/libswiftDispatch.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftDispatch.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/Frameworks/libswiftFoundation.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/Frameworks/libswiftFoundation.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/SwiftFrameworksSimulator/libswiftFoundation.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftFoundation.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/Frameworks/libswiftMetal.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/Frameworks/libswiftMetal.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/SwiftFrameworksSimulator/libswiftMetal.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftMetal.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/Frameworks/libswiftObjectiveC.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/Frameworks/libswiftObjectiveC.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/SwiftFrameworksSimulator/libswiftObjectiveC.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftObjectiveC.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/Frameworks/libswiftos.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/Frameworks/libswiftos.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/SwiftFrameworksSimulator/libswiftos.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftos.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/Frameworks/libswiftQuartzCore.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/Frameworks/libswiftQuartzCore.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/SwiftFrameworksSimulator/libswiftQuartzCore.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftQuartzCore.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/Frameworks/libswiftUIKit.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/Frameworks/libswiftUIKit.dylib'
Copying file from '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/obj/iPhone/Release/SwiftFrameworksSimulator/libswiftUIKit.dylib' to '/Users/rocky/Projects/gitee/afors/AFORS.APP/AFORS.APP/src/AFORS.APP.iOS/bin/iPhone/Release/AFORS.APP.iOS.app/SwiftFrameworksSimulator/libswiftUIKit.dylib'

that same as the Xamarin.Swift4.targets not working or some issue .
and the published .ipa file still contain the SwiftFrameworksSimulator folder.
anyone could help???
thanks a lot.

Image on xAxis

I have plotted bar graph using nuget 3.0.4. Using same I am trying to show images on xaxis instead of labels as shown in image below.

  1. Can you share an example to do so.
  2. Also can you tell me how to show title label for y axis vertically as shown in image

screen shot 2018-05-17 at 11 46 12 am

Works fine on Device, but not in Simulator

Hello,
I am trying to run this chart in Xamarin:
https://github.com/osianSmith/LineChartExample/blob/master/LineChartExample/ViewController.swift

My problem is that it's working fine in device but fails to run at early stage in simulator. I record a video of the simulator's behaviour:
https://www.dropbox.com/s/yehoz1rkrn9cqyy/ChartInSimulator.mov?dl=0

If I remove Chart's related codes, it works fine in simulator too.
I am using iOSChart 3.2.1, Visual Studio for mac 7.7.1, Xcode 10.1 and iOS 12.1.

Do you have any idea what the problem is?
Thanks!

Last bar not shown in bar graph

Here is the code i used to plot bar graph. But last orange bar is not visible. Tried to scroll but its not scrolling. I think gap between first blue bar and yaxis might be the issue. But not able to remove that gap. Can you help me with this?
unadjustednonraw_thumb_1

       ChartXAxis xAxis = barChartView.XAxis;
        xAxis.DrawGridLinesEnabled = false;
        xAxis.LabelPosition = XAxisLabelPosition.Bottom;
        xAxis.CenterAxisLabelsEnabled = true;
        xAxis.SpaceMin = 0.0;
        xAxis.Granularity = 1;
        xAxis.AvoidFirstLastClippingEnabled = false;

        ChartYAxis rightAxis = barChartView.RightAxis;
        rightAxis.DrawGridLinesEnabled = false;
        rightAxis.DrawLabelsEnabled = false;
        rightAxis.DrawAxisLineEnabled = false;

        ChartLegend legend = barChartView.Legend;
        legend.Position = ChartLegendPosition.AboveChartCenter;

        var unitsSold1 = new double[] { 20.0, 4.0, 6.0, 3.0, 12.0 };
        var unitsSold2 = new double[] { 10.0, 8.0, 12.0, 6.0, 6.0 };

        List<BarChartDataEntry> dataEntries1 = new List<BarChartDataEntry>();
        List<BarChartDataEntry> dataEntries2 = new List<BarChartDataEntry>();

        for (int i = 0; i < unitsSold1.Length; i++)
        {
            BarChartDataEntry dataEntry1 = new BarChartDataEntry(i, unitsSold1[i]);
            dataEntries1.Add(dataEntry1);

            BarChartDataEntry dataEntry2 = new BarChartDataEntry(i, unitsSold2[i]);
            dataEntries2.Add(dataEntry2);
        }

        BarChartDataSet dataSet1 = new BarChartDataSet(dataEntries1.ToArray(), "Units Sold");
        dataSet1.Colors = new UIColor[] { ColorUtils.ColorWithHex(GlobalIOSColorConstants.DarkBlueColor) };
        dataSet1.AxisDependency = AxisDependency.Left;

        BarChartDataSet dataSet2 = new BarChartDataSet(dataEntries2.ToArray(), "Units Sold Last Year");
        dataSet2.Colors = new UIColor[] { ColorUtils.ColorWithHex(GlobalIOSColorConstants.BarOrangeColor) };
        dataSet2.AxisDependency = AxisDependency.Left;

        BarChartData barChartData = new BarChartData(new List<BarChartDataSet> { dataSet1, dataSet2 }.ToArray());
        barChartData.BarWidth = 0.25;
        barChartData.GroupBarsFromX(0, 0.42, 0.04);//group space, bar space
        barChartView.Data = barChartData;
        barChartView.HighlightPerTapEnabled = false;
        barChartView.HighlightPerDragEnabled = false;
        barChartView.DoubleTapToZoomEnabled = false;
        barChartView.PinchZoomEnabled = false;
        barChartView.SetScaleEnabled(false);
        barChartView.FitBars = true;

ERROR ITMS-90017

Hi, I am using Xcode 8 and I have followed your instruction to use the ipa packager for it

###For Swift 2.3 run the script: sh package_ipa_xcode8_swift23.sh /path/to/signed/app /output/ipa/path

Example of my script path

sh package_ipa_xcode8_swift23.sh /Users/user/Library/Developer/Xcode/Archives/2017-05-31/ /Users/user/Desktop/NewApp.ipa

the script above gives me NewApp.ipa. However when i want to upload it to AppStore, it gives me this error

ERROR ITMS-90017: "This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory."

The process I undergo is :

  1. Xamarin Studio -> Archive for Publishing
  2. Sign and Distribute -> Select option 2 -> Save to disk and open Application Loader
  3. Run the IPA Packager Script to the signed archive. Produce new IPA package
  4. Upload the newly created IPA Package to the App Store by Application Loader
  5. Error pops up

FYI, I didn't update the Charts to v3 yet.

What am I missing here? Really need your help :)

Thanks!

Custom ChartMarkerImage crashes just on device

Hey,
I have a custom ChartMarkerImage for a LineChartView:

public class CustomChartMarkerImage : ChartMarkerImage
{
	public CustomChartMarkerImage()
	{
		Size = new CGSize(10.0f, 10.0f);
		Offset = new CGPoint(-Size.Width / 2.0f, -Size.Height / 2.0f);
	}

	public override void RefreshContentWithEntry(ChartDataEntry entry, ChartHighlight highlight)
	{
		base.RefreshContentWithEntry(entry, highlight);
		UIColor color = UIColor.gray;
		UIGraphicsImageRenderer renderer = new UIGraphicsImageRenderer(Size);
		Image = renderer.CreateImage((UIGraphicsImageRendererContext rendererContext) => {
			nfloat radius = Size.Height / 2.0f;
			CGContext context = rendererContext.CGContext;
			context.SetFillColor(color.CGColor);
			context.AddArc(radius, radius, radius, 0, (nfloat)Math.PI * 2, true);
			context.DrawPath(CGPathDrawingMode.Fill);
		});
	}
}

This marker works fine for simulator (iOS 10.1), but crashes on an iPhone 6 (iOS 10.1):

Native stacktrace:

critical: 	0   libmonosgen-2.0.dylib               0x000000010066fd0c mono_handle_native_sigsegv + 260
critical: 	1   libmonosgen-2.0.dylib               0x000000010067b214 mono_sigsegv_signal_handler + 336
critical: 	2   libsystem_platform.dylib            0x00000001919bc348 _sigtramp + 52
critical: 	3   Charts                              0x00000001001e7d2c _TTSf4g_s_n___TFC6Charts11MarkerImage4drawfT7contextCSo9CGContext5pointVSC7CGPoint_T_ + 108
critical: 	4   Charts                              0x00000001001e7818 _TToFC6Charts11MarkerImage4drawfT7contextCSo9CGContext5pointVSC7CGPoint_T_ + 64
critical: 	5   Charts                              0x000000010027d368 _TTSf4g_n___TFC6Charts13ChartViewBase11drawMarkersfT7contextCSo9CGContext_T_ + 1560
critical: 	6   Charts                              0x0000000100260774 _TTSf4d_n___TFC6Charts20BarLineChartViewBase4drawfVSC6CGRectT_ + 7588
critical: 	7   Charts                              0x0000000100257fb0 _TToFC6Charts20BarLineChartViewBase4drawfVSC6CGRectT_ + 28
critical: 	8   UIKit                               0x00000001988094bc <redacted> + 408
[...]

Do you have an idea what the reason for this strange behavior could be?
Thanks for your work,
Daniel

dyld: Symbol not found: __TTSfq4n_s___TFVSS13CharacterView38_measureExtendedGraphemeClusterForwardfT4fromVVSS17UnicodeScalarView5Index_Si

After upgrading to most recent Xcode and Xamarin version I'm receiving this runtime error when displaying the chart:

dyld: lazy symbol binding failed: Symbol not found: __TTSfq4n_s___TFVSS13CharacterView38_measureExtendedGraphemeClusterForwardfT4fromVVSS17UnicodeScalarView5Index_Si
  Referenced from: /Users/follesoe/Library/Developer/CoreSimulator/Devices/BE265A22-92D5-4322-B12B-08CD8533D529/data/Containers/Bundle/Application/D869A41C-FF2C-4565-8979-5C1D192EE855/Blueye.App.iOS.app/Frameworks/Charts.framework/Charts
  Expected in: /Users/follesoe/Library/Developer/CoreSimulator/Devices/BE265A22-92D5-4322-B12B-08CD8533D529/data/Containers/Bundle/Application/D869A41C-FF2C-4565-8979-5C1D192EE855/Blueye.App.iOS.app/Frameworks/libswiftCore.dylib

dyld: Symbol not found: __TTSfq4n_s___TFVSS13CharacterView38_measureExtendedGraphemeClusterForwardfT4fromVVSS17UnicodeScalarView5Index_Si
  Referenced from: /Users/follesoe/Library/Developer/CoreSimulator/Devices/BE265A22-92D5-4322-B12B-08CD8533D529/data/Containers/Bundle/Application/D869A41C-FF2C-4565-8979-5C1D192EE855/Blueye.App.iOS.app/Frameworks/Charts.framework/Charts
  Expected in: /Users/follesoe/Library/Developer/CoreSimulator/Devices/BE265A22-92D5-4322-B12B-08CD8533D529/data/Containers/Bundle/Application/D869A41C-FF2C-4565-8979-5C1D192EE855/Blueye.App.iOS.app/Frameworks/libswiftCore.dylib

Version information:

Xamarin Studio Community
Version 6.2.1 (build 3)
Installation UUID: 129cebef-89b0-4a9f-ac72-02b05423f913
Runtime:
	Mono 4.8.0 (mono-4.8.0-branch/8f6d0f6) (64-bit)
	GTK+ 2.24.23 (Raleigh theme)

	Package version: 408000520

NuGet
Version: 3.5.0.0

Xamarin.iOS
Version: 10.6.0.10 (Xamarin Studio Community)
Hash: e66c6f19
Branch: xcode8.3
Build date: 2017-03-28 00:48:33-0400

Xcode Version 8.3 (8E162)

Package versions:

<package id="iOSCharts" version="3.0.1.1" targetFramework="xamarinios10" />
<package id="Xamarin.Swift3" version="3.0.1" targetFramework="xamarinios10" />
<package id="Xamarin.Swift3.Core" version="3.1.0" targetFramework="xamarinios10" />
<package id="Xamarin.Swift3.CoreAudio" version="3.1.0" targetFramework="xamarinios10" />
<package id="Xamarin.Swift3.CoreData" version="3.1.0" targetFramework="xamarinios10" />
<package id="Xamarin.Swift3.CoreGraphics" version="3.1.0" targetFramework="xamarinios10" />
<package id="Xamarin.Swift3.CoreImage" version="3.1.0" targetFramework="xamarinios10" />
<package id="Xamarin.Swift3.CoreMedia" version="3.1.0" targetFramework="xamarinios10" />
<package id="Xamarin.Swift3.Darwin" version="3.1.0" targetFramework="xamarinios10" />
<package id="Xamarin.Swift3.Dispatch" version="3.1.0" targetFramework="xamarinios10" />
<package id="Xamarin.Swift3.Foundation" version="3.1.0" targetFramework="xamarinios10" />
<package id="Xamarin.Swift3.ObjectiveC" version="3.1.0" targetFramework="xamarinios10" />
<package id="Xamarin.Swift3.OS" version="3.1.0" targetFramework="xamarinios10" />
<package id="Xamarin.Swift3.QuartzCore" version="3.1.0" targetFramework="xamarinios10" />
<package id="Xamarin.Swift3.UIKit" version="3.1.0" targetFramework="xamarinios10" />

DYLD, Symbol not found: __T0s11_hashStringSiSSFTfq4gX_n

Hello, my ios application crashed on the boot screen after I upgrade the xcode and xamarin version. I'm wondering weather it is an issue related to this?
#19

Following is the console log

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Description: DYLD, Symbol not found: __T0s11_hashStringSiSSFTfq4gX_n | Referenced from: /private/var/containers/Bundle/Application/2C9504EA-4629-4ECC-8C5E-4423A0AA988B/iOS.app/Frameworks/Charts.framework/Charts | Expected in: /private/var/containers/Bundle/Application/2C9504EA-4629-4ECC-8C5E-4423A0AA988B/iOS.app/Frameworks/libswiftCore.dylib | in /private/var/containers/Bundle/Application/2C9504EA-4629-4ECC-8C5E-4423A0AA988B/iOS.app/Frameworks/Charts.framework/Charts
Triggered by Thread:  0
Visual Studio Community 2017 Version 15.6.5
Xamarin.iOS 11.9
Xcode 9.3


<package id="iOSCharts" version="3.0.4" targetFramework="xamarinios10" />
<package id="Xamarin.Swift4" version="4.0.0.0" targetFramework="xamarinios10" />
 <package id="Xamarin.Swift4.Core" version="4.1.0" targetFramework="xamarinios10" />
 <package id="Xamarin.Swift4.CoreAudio" version="4.1.0" targetFramework="xamarinios10" />
 <package id="Xamarin.Swift4.CoreData" version="4.1.0" targetFramework="xamarinios10" />
 <package id="Xamarin.Swift4.CoreFoundation" version="4.1.0" targetFramework="xamarinios10" />
 <package id="Xamarin.Swift4.CoreGraphics" version="4.1.0" targetFramework="xamarinios10" />
 <package id="Xamarin.Swift4.CoreImage" version="4.1.0" targetFramework="xamarinios10" />
 <package id="Xamarin.Swift4.CoreLocation" version="4.1.0" targetFramework="xamarinios10" />
 <package id="Xamarin.Swift4.CoreMedia" version="4.1.0" targetFramework="xamarinios10" />
 <package id="Xamarin.Swift4.Darwin" version="4.1.0" targetFramework="xamarinios10" />
 <package id="Xamarin.Swift4.Dispatch" version="4.1.0" targetFramework="xamarinios10" />
 <package id="Xamarin.Swift4.Foundation" version="4.1.0" targetFramework="xamarinios10" />
 <package id="Xamarin.Swift4.ObjectiveC" version="4.1.0" targetFramework="xamarinios10" />
 <package id="Xamarin.Swift4.OS" version="4.1.0" targetFramework="xamarinios10" />
 <package id="Xamarin.Swift4.QuartzCore" version="4.1.0" targetFramework="xamarinios10" />
 <package id="Xamarin.Swift4.SIMD" version="4.1.0" targetFramework="xamarinios10" />
 <package id="Xamarin.Swift4.UIKit" version="4.1.0" targetFramework="xamarinios10" />

Thank you!

“Invalid Swift Support” in Xamarin.iOS

Thanks for your work on this, it works great until I try to export it to iTunes Connect. I know you address the issue on the Readme; however, for some reason that doesn't seem to work.

I've opened a StackOverflow issue, but haven't been able to find an appropriate workaround yet. Here is the link to StackOverflow.

Let me know if you have any ideas on how to remedy this issue; hoepfully, I'm not just using the tool you suggested incorrectly.

Thanks in advance.

IValueFormatter could not be found

Hi
I am working in a chart for Xamarin iOS. I had use the MPandroidChart android binding for Xamarin and it is good. But, when I try to implement IValueFormatter interface it does not exist and get the following error "IValueFormatter could not be found". Which equivalent class is in iOS binding?

Bar Chart empty

I am using iOSCharts 3.0.2 as I have Xcode 9.2. I am trying to plot bar chart. Following is the code. But with following code I am unable to view any bars. While debugging i see BarData as null. But there is no way I can set BarData as its read only property. Can you please guide me where I am going wrong.

        var unitsSold = new double[] { 20.0, 4.0, 6.0, 3.0, 12.0, 16.0, 4.0, 18.0, 2.0, 4.0, 5.0, 4.0 };
        List<BarChartDataEntry> dataEntries = new List<BarChartDataEntry>();

        for (int i = 0; i < unitsSold.Length; i++)
        {
            BarChartDataEntry dataEntry = new BarChartDataEntry(i, unitsSold[i]);
            dataEntries.Add(dataEntry);
        }

        BarChartDataSet dataSet = new BarChartDataSet(dataEntries.ToArray(), "Units Sold");
        ChartData chartData = new ChartData(dataSet);
        barChartView.Data = chartData;

Thanks

Invalid Swift Support - file mismatch AppStore

I've installed iOSCharts 3.0.2 with Xamarin.Swift3 3.0.1.
I use this guide (step 7) to create the ipa file:
https://stackoverflow.com/documentation/xamarin.ios/6091/binding-swift-libraries#t=201706061816009600675

But I don't get it. The Message from apple:
Invalid Swift Support - The files libswiftDarwin.dylib, libswiftCoreData.dylib, libswiftUIKit.dylib, libswiftObjectiveC.dylib, libswiftQuartzCore.dylib, libswiftos.dylib, libswiftCore.dylib, libswiftFoundation.dylib, libswiftCoreAudio.dylib, libswiftCoreGraphics.dylib, libswiftCoreImage.dylib, libswiftCoreMedia.dylib, libswiftDispatch.dylib don’t match /Payload/My.app/Frameworks/libswiftDarwin.dylib, ......

Environment:
Xamarin Studio Version 6.3 (build 863)
Runtime:
Mono 4.8.1 (mono-4.8.0-branch/22a39d7) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
=== NuGet ===
Version: 3.5.0.0
=== Apple Developer Tools ===
Xcode 8.3.1 (12170)
=== Xamarin.iOS ===
Version: 10.8.0.175 (Xamarin Studio Community)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.