Giter VIP home page Giter VIP logo

zendesk-xamarin-ios's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

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

Forkers

thisisthekap

zendesk-xamarin-ios's Issues

Reduce NuGet packages size for SupportSDK & ChatSDK

Current

Reason

SupportSDK binding includes all native dependencies that are already included via separate binding projects:

<NativeReference Include="SupportSDK.framework">
<Kind>Framework</Kind>
<SmartLink>False</SmartLink>
<ForceLoad>True</ForceLoad>
</NativeReference>
<NativeReference Include="..\MessagingSDK.Bindings\MessagingSDK.framework">
<Kind>Framework</Kind>
<SmartLink>False</SmartLink>
<ForceLoad>True</ForceLoad>
</NativeReference>
<NativeReference Include="..\CommonUISDK.Bindings\CommonUISDK.framework">
<Kind>Framework</Kind>
<SmartLink>False</SmartLink>
<ForceLoad>True</ForceLoad>
</NativeReference>
<NativeReference Include="..\MessagingAPI.Bindings\MessagingAPI.framework">
<Kind>Framework</Kind>
<SmartLink>False</SmartLink>
<ForceLoad>True</ForceLoad>
</NativeReference>
<NativeReference Include="..\SDKConfigurations.Bindings\SDKConfigurations.framework">
<Kind>Framework</Kind>
<SmartLink>False</SmartLink>
<ForceLoad>True</ForceLoad>
</NativeReference>
<NativeReference Include="..\SupportProvidersSDK.Bindings\SupportProvidersSDK.framework">
<Kind>Framework</Kind>
<SmartLink>False</SmartLink>
<ForceLoad>True</ForceLoad>
</NativeReference>

dependencies above are not required but after removing them we will get an error on runtime:

dyld[24119]: Library not loaded: @rpath/CommonUISDK.framework/CommonUISDK
  Referenced from: <078FAC8A-55D4-3EC4-9E30-0F6DBAC46E03> ~/Library/Developer/CoreSimulator/Devices/C0C6DE0A-391D-410F-879A-8051A02375BB/data/Containers/Bundle/Application/F3168D1D-7F4D-456D-9095-09C44B15F9DB/SampleApp.iOS.app/Frameworks/SupportSDK.framework/SupportSDK
  Reason: tried:
   '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/CommonUISDK.framework/CommonUISDK' (errno=2),
   '/usr/lib/swift/CommonUISDK.framework/CommonUISDK' (errno=2, not in dyld cache),
   '~/Library/Developer/CoreSimulator/Devices/C0C6DE0A-391D-410F-879A-8051A02375BB/data/Containers/Bundle/Application/F3168D1D-7F4D-456D-9095-09C44B15F9DB/SampleApp.iOS.app/Frameworks/CommonUISDK.framework/CommonUISDK' (errno=2),
   '~/Library/Developer/CoreSimulator/Devices/C0C6DE0A-391D-410F-879A-8051A02375BB/data/Containers/Bundle/Application/F3168D1D-7F4D-456D-9095-09C44B15F9DB/SampleApp.iOS.app/Frameworks/SupportSDK.framework/Frameworks/CommonUISDK.framework/CommonUISDK' (errno=2),
   '~/Library/Developer/CoreSimulator/Devices/C0C6DE0A-391D-410F-879A-8051A02375BB/data/Containers/Bundle/Application/F3168D1D-7F4D-456D-9095-09C44B15F9DB/SampleApp.iOS.app/Frameworks/CommonUISDK.framework/CommonUISDK' (errno=2),
   '~/Library/Developer/CoreSimulator/Devices/C0C6DE0A-391D-410F-879A-8051A02375BB/data/Containers/Bundle/Application/F3168D1D-7F4D-456D-9095-09C44B15F9DB/SampleApp.iOS.app/Frameworks/CommonUISDK.framework/CommonUISDK' (errno=2),
   '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CommonUISDK.framework/CommonUISDK' (errno=2)

Similar situation to ChatSDK. Needs additional checks.

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.