Coder Social home page Coder Social logo

yatechnologies / googlemaps-sp Goto Github PK

View Code? Open in Web Editor NEW
158.0 22.0 105.0 40 KB

Swift Package for Google Maps iOS SDK

Home Page: https://developers.google.com/maps/documentation/ios-sdk/overview

License: Other

Swift 45.64% Shell 54.36%
swift objective-c ios googlemaps google binary

googlemaps-sp's Introduction

Google Maps Swift Package

Requirements

Installation

  • Add the following dependency to your project's Package.swift.
dependencies: [
    .package(url: "https://github.com/YAtechnologies/GoogleMaps-SP.git", .upToNextMinor(from: "7.2.0"))
]

Known Issues

  • If you use a Google Maps Swift package in an app with extensions, the build system incorrectly embeds the binary dependencies alongside the extension in the PlugIns directory, causing validation of the archived app to fail. (69834549) (FB8761306)

    Workaround: Add a scheme post-build action which removes the embedded binaries from the PlugIns directory after the build, e.g. rm -rf "${TARGET_BUILD_DIR}/${TARGET_NAME}.app"/PlugIns/*.framework.

Sponsor

If you find this package useful please consider STARRING ๐ŸŒŸ this repository.

License

The Google Maps iOS SDK and Google Places iOS SDK libraries are the property of Google and are subject to Google's Terms of Service. See LICENSE.google for details.

googlemaps-sp's People

Contributors

karimhm 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

googlemaps-sp's Issues

Library fails to build on iOS Simulator-arm64

Im getting this output when trying to build for ios simulator
I think it may be cause im using m1 mac (on previous mac with intel, did not have such issues)

ld: warning: ld: warning: ignoring file /Users/szymon/Library/Developer/Xcode/DerivedData/gps-coordinates-ios-gejaxefktgbviicvhqytrdpzbosq/Build/Products/Debug-iphonesimulator/GoogleMapsBase.framework/GoogleMapsBase, building for iOS Simulator-arm64 but attempting to link with file built for iOS Simulator-x86_64 ignoring file /Users/szymon/Library/Developer/Xcode/DerivedData/gps-coordinates-ios-gejaxefktgbviicvhqytrdpzbosq/Build/Products/Debug-iphonesimulator/GoogleMaps.framework/GoogleMaps, building for iOS Simulator-arm64 but attempting to link with file built for iOS Simulator-x86_64 ld: warning: ignoring file /Users/szymon/Library/Developer/Xcode/DerivedData/gps-coordinates-ios-gejaxefktgbviicvhqytrdpzbosq/Build/Products/Debug-iphonesimulator/GoogleMapsCore.framework/GoogleMapsCore, building for iOS Simulator-arm64 but attempting to link with file built for iOS Simulator-x86_64 Undefined symbols for architecture arm64: "_OBJC_CLASS_$_GMSMapView", referenced from: objc-class-ref in MapView.o "_OBJC_CLASS_$_GMSCameraUpdate", referenced from: objc-class-ref in GoogleMapViewCompat.o "_OBJC_CLASS_$_GMSCoordinateBounds", referenced from: objc-class-ref in GoogleMapViewCompat.o "_OBJC_CLASS_$_GMSMapStyle", referenced from: objc-class-ref in GoogleMapViewCompat.o "_OBJC_CLASS_$_GMSCameraPosition", referenced from: objc-class-ref in GoogleMapViewCompat.o "_OBJC_CLASS_$_GMSMarker", referenced from: objc-class-ref in GoogleMapViewCompat.o objc-class-ref in LocationExtensions.o "_OBJC_CLASS_$_GMSServices", referenced from: objc-class-ref in MApp.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Library fails to build on iOS Simulator-i386

Im getting this output when trying to build for ios simulator

(similar with this issue #32 but different ios simulator)

ld: warning: directory not found for option '-F/Users/mycompany/Documents/myProject/googlemaps'
ld: warning: ignoring file /Users/mycompany/Library/Developer/Xcode/DerivedData/MyApp-dyxcihfvbqpmphdmhvfxbrijpiux/Build/Products/Release-iphonesimulator/GoogleMapsBase.framework/GoogleMapsBase, building for iOS Simulator-i386 but attempting to link with file built for iOS Simulator-x86_64
ld: warning: ignoring file /Users/mycompany/Library/Developer/Xcode/DerivedData/MyApp-dyxcihfvbqpmphdmhvfxbrijpiux/Build/Products/Release-iphonesimulator/GooglePlaces.framework/GooglePlaces, building for iOS Simulator-i386 but attempting to link with file built for iOS Simulator-x86_64
ld: warning: ignoring file /Users/mycompany/Library/Developer/Xcode/DerivedData/MyApp-dyxcihfvbqpmphdmhvfxbrijpiux/Build/Products/Release-iphonesimulator/GoogleMapsM4B.framework/GoogleMapsM4B, building for iOS Simulator-i386 but attempting to link with file built for iOS Simulator-x86_64
ld: warning: ignoring file /Users/mycompany/Library/Developer/Xcode/DerivedData/MyApp-dyxcihfvbqpmphdmhvfxbrijpiux/Build/Products/Release-iphonesimulator/GoogleMapsCore.framework/GoogleMapsCore, building for iOS Simulator-i386 but attempting to link with file built for iOS Simulator-x86_64
ld: warning: ignoring file /Users/mycompany/Library/Developer/Xcode/DerivedData/MyApp-dyxcihfvbqpmphdmhvfxbrijpiux/Build/Products/Release-iphonesimulator/GoogleMaps.framework/GoogleMaps, building for iOS Simulator-i386 but attempting to link with file built for iOS Simulator-x86_64
Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_GMSCameraPosition", referenced from:
      objc-class-ref in Presentation.o
  "_OBJC_CLASS_$_GMSCircle", referenced from:
      objc-class-ref in Presentation.o
  "_OBJC_CLASS_$_GMSMapView", referenced from:
      objc-class-ref in Presentation.o
  "_OBJC_CLASS_$_GMSMarker", referenced from:
      objc-class-ref in Presentation.o
  "_OBJC_CLASS_$_GMSServices", referenced from:
      objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Runtime crash: Library not loaded-Error when GoogleMaps-SP is used from framework

I need to use GoogleMaps-SP from an framwork.

Setup:
Demo.xcworkspace

  • Framework (uses GoogleMaps-SP)
  • App (uses Framework)

The app does compile but I am getting this error on runtime:

dyld[25710]: Library not loaded: @rpath/GoogleMaps.framework/GoogleMaps
  
Referenced from: /private/var/containers/Bundle/Application/0F46D506-1E8B-45AC-9209-A2FA44E1D692/App.app/Frameworks/Framework.framework/Framework
  Reason: tried: '/private/var/containers/Bundle/Application/0F46D506-1E8B-45AC-9209-A2FA44E1D692/App.app/Frameworks/GoogleMaps.framework/GoogleMaps' (no such file), '/private/var/containers/Bundle/Application/0F46D506-1E8B-45AC-9209-A2FA44E1D692/App.app/Frameworks/Framework.framework/Frameworks/GoogleMaps.framework/GoogleMaps' (no such file), '/private/var/containers/Bundle/Application/0F46D506-1E8B-45AC-9209-A2FA44E1D692/App.app/Frameworks/GoogleMaps.framework/GoogleMaps' (no such file), '/private/var/containers/Bundle/Application/0F46D506-1E8B-45AC-9209-A2FA44E1D692/App.app/Frameworks/GoogleMaps.framework/GoogleMaps' (no such file), '/System/Library/Frameworks/GoogleMaps.framework/GoogleMaps' (no such file)

Here is a barebone sample project to reproduce:
https://github.com/nayooti/GoogleMaps-SP-Demo

When using Googlemaps-SP in a framework, I get this runtime error

Adding Googlemaps-SP to my Framework result in this runtime error

dyld: Library not loaded: @rpath/GoogleMaps.framework/GoogleMaps
Referenced from: /private/var/containers/Bundle/Application/44EBC519-F1CD-4C1A-9D9E-C6845E62CCFB/SomeApp.app/SomeApp
Reason: image not found
dyld: launch, loading dependent libraries
DYLD_LIBRARY_PATH=/usr/lib/system/introspection
DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib:/Developer/Library/PrivateFrameworks/GPUTools.framework/libglInterpose.dylib:/usr/lib/libMTLCapture.dylib

Required reasons API privacy info file for iOS 17

Please add required reason api file because it is a requirement from apple to be able to distribute app
I checked it with this library:
https://github.com/Wooder/ios_17_required_reason_api_scanner/tree/main
and there is a need to add info for the reasons that are used in the sdk: file timestamp and system boot time

More details described in this articles:
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api
https://jochen-holzer.medium.com/embrace-the-evolution-preparing-your-ios-app-for-the-required-reason-api-38f2d12bbce5

Request: Please add support for SDK version 8.2.0

I was trying to fork this repo and add support for v8.2.0 for SPM but I haven't been able to do it.

The issue I face is that I'm unable to install the app on a device because the Info.plist file is not found. I have checked in the build folder as well as in the .app file, the correct Info.plist is present there.

The v8.0.0 release on this repo works as expected.

Any help here would be highly appreciated.

Thanks a lot!

Checksums aren't same as 'make_xcframework.sh' gives

I tried your script to pack google maps into XCFrameworks myself, but on download Xcode says that checksums are different from what it counted.
I downloaded by url and counted checksum of dowloaded (by command in the script and by swift package compute-checksum ./GoogleMaps.xcframework-4.0.0.zip >> checksum_4_0_0), and it was the same as in package.swift.

What could I do wrong?

Version 4.2

I have problems downloading version 4.2, it responds with 404 code.

Apple Privacy Manifest

As this is an important dependency for many apps, a required privacy manifest would be helpful.

Error: Unable to install App

My first post on github: I added the GoogleMaps-SP Swift Package to my app. Both Google Maps and Google Places run perfectly on Simulator... But When installing the app on device, it builds successfully, it goes thru copying all the files to iPhone, and at the end it gives the error "Unable to Install App".

If I remove the GoogleMaps-SP Swift Package from my app, and off course delete all references to Google Maps, I can build, install on iPhone, and run my app with no problem. So it has something to do with the GoogleMaps-SP Swift Package.

Even though in the error details, it says, "No code signature found"... I don't have any problems with code signing.

error details:

Unable to install "app"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620388

No code signature found.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620388
User Info: {
DVTRadarComponentKey = 261622;
MobileDeviceErrorCode = "(0xE800801C)";
"com.apple.dtdevicekit.stacktrace" = (
0 DTDeviceKitBase 0x000000011e58293f DTDKCreateNSErrorFromAMDErrorCode + 220
1 DTDeviceKitBase 0x000000011e5c1124 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 155
2 DVTFoundation 0x0000000101463b43 DVTInvokeWithStrongOwnership + 71
3 DTDeviceKitBase 0x000000011e5c0e65 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1440
4 IDEiOSSupportCore 0x000000011e431d28 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.292 + 3513
5 DVTFoundation 0x00000001015922aa DVT_CALLING_CLIENT_BLOCK + 7
6 DVTFoundation 0x0000000101593ecc __DVTDispatchAsync_block_invoke + 1191
7 libdispatch.dylib 0x00007fff71abc6c4 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007fff71abd658 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff71ac2c44 _dispatch_lane_serial_drain + 597
10 libdispatch.dylib 0x00007fff71ac35d6 _dispatch_lane_invoke + 363
11 libdispatch.dylib 0x00007fff71accc09 _dispatch_workloop_worker_thread + 596
12 libsystem_pthread.dylib 0x00007fff71d17a3d _pthread_wqthread + 290
13 libsystem_pthread.dylib 0x00007fff71d16b77 start_wqthread + 15
);
}

System Information

macOS Version 10.15.7 (Build 19H2)
Xcode 12.0.1 (17220)
iOS 14.0.1 running on iPhone SE

building for simulator iPhone 12 Pro max give error

building for iPhone not error but building for iPhone simulator give this errors in the picture.
Captura de Pantalla 2021-05-26 a la(s) 7 17 17 p ย m
Undefined symbol: OBJC_CLASS$_GMSServices
Undefined symbol: OBJC_CLASS$_GMSMapView
Undefined symbol: OBJC_CLASS$_GMSCircle
Undefined symbol: _GMSProject
Undefined symbol: OBJC_CLASS$_GMSCameraUpdate
Undefined symbol: OBJC_CLASS$_GMSPolyline
Undefined symbol: OBJC_CLASS$_GMSCoordinateBounds
Undefined symbol: OBJC_CLASS$_GMSPolygon
Undefined symbol: OBJC_CLASS$_GMSMarker
Undefined symbol: OBJC_CLASS$_GMSCameraPosition
Undefined symbol: OBJC_CLASS$_GMSMutablePath
this is Xcode output in error

ld: warning: ignoring file /Users/kjoe/Library/Developer/Xcode/DerivedData/OnRoad-cvupkmnytuaneydhjuxztnopypjs/Build/Products/Release-iphonesimulator/GoogleMapsBase.framework/GoogleMapsBase, building for iOS Simulator-arm64 but attempting to link with file built for iOS Simulator-x86_64
ld: warning: ignoring file /Users/kjoe/Library/Developer/Xcode/DerivedData/OnRoad-cvupkmnytuaneydhjuxztnopypjs/Build/Products/Release-iphonesimulator/GoogleMapsM4B.framework/GoogleMapsM4B, building for iOS Simulator-arm64 but attempting to link with file built for iOS Simulator-x86_64
ld: warning: ignoring file /Users/kjoe/Library/Developer/Xcode/DerivedData/OnRoad-cvupkmnytuaneydhjuxztnopypjs/Build/Products/Release-iphonesimulator/GooglePlaces.framework/GooglePlaces, building for iOS Simulator-arm64 but attempting to link with file built for iOS Simulator-x86_64
ld: warning: ignoring file /Users/kjoe/Library/Developer/Xcode/DerivedData/OnRoad-cvupkmnytuaneydhjuxztnopypjs/Build/Products/Release-iphonesimulator/GoogleMaps.framework/GoogleMaps, building for iOS Simulator-arm64 but attempting to link with file built for iOS Simulator-x86_64
ld: warning: ignoring file /Users/kjoe/Library/Developer/Xcode/DerivedData/OnRoad-cvupkmnytuaneydhjuxztnopypjs/Build/Products/Release-iphonesimulator/GoogleMapsCore.framework/GoogleMapsCore, building for iOS Simulator-arm64 but attempting to link with file built for iOS Simulator-x86_64
Undefined symbols for architecture arm64:
"OBJC_CLASS$_GMSServices", referenced from:
objc-class-ref in AppDelegate.o
"OBJC_CLASS$_GMSMapView", referenced from:
objc-class-ref in RastreoViewController.o
"OBJC_CLASS$_GMSCircle", referenced from:
objc-class-ref in RastreoViewController.o
"_GMSProject", referenced from:
-[GMUClusterItemQuadItem initWithClusterItem:] in GoogleMapsUtils(GMUNonHierarchicalDistanceBasedAlgorithm.o)
-[GMUNonHierarchicalDistanceBasedAlgorithm clustersAtZoom:] in GoogleMapsUtils(GMUNonHierarchicalDistanceBasedAlgorithm.o)
"OBJC_CLASS$_GMSCameraUpdate", referenced from:
objc-class-ref in TripView.o
objc-class-ref in RastreoViewController.o
objc-class-ref in TripsListTableViewCell.o
objc-class-ref in GeoZoneViewController.o
"OBJC_CLASS$_GMSPolyline", referenced from:
objc-class-ref in TripView.o
objc-class-ref in RastreoViewController.o
objc-class-ref in TripsListTableViewCell.o
"OBJC_CLASS$_GMSCoordinateBounds", referenced from:
objc-class-ref in TripView.o
objc-class-ref in RastreoViewController.o
objc-class-ref in TripsListTableViewCell.o
objc-class-ref in GeoZoneViewController.o
objc-class-ref in GoogleMapsUtils(GMUDefaultClusterRenderer.o)
"OBJC_CLASS$_GMSPolygon", referenced from:
objc-class-ref in RastreoViewController.o
objc-class-ref in GeoZoneViewController.o
"OBJC_CLASS$_GMSMarker", referenced from:
objc-class-ref in TripView.o
objc-class-ref in RastreoViewController.o
objc-class-ref in TripsListTableViewCell.o
objc-class-ref in NotificationDetailView.o
objc-class-ref in GeoZoneViewController.o
objc-class-ref in FilterViewController.o
objc-class-ref in GoogleMapsUtils(GMUDefaultClusterRenderer.o)
...
"OBJC_CLASS$_GMSCameraPosition", referenced from:
objc-class-ref in TripView.o
objc-class-ref in RastreoViewController.o
objc-class-ref in NotificationDetailView.o
"OBJC_CLASS$_GMSMutablePath", referenced from:
objc-class-ref in TripView.o
objc-class-ref in RastreoViewController.o
objc-class-ref in TripsListTableViewCell.o
objc-class-ref in GeoZoneViewController.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

the project is with Xcode 12.5

Value of type 'GMSPlacesClient' has no member 'autocompleteQuery' in swiftui

I'm creating place autocomplete in SwiftUI, using this SPM but 'autocompleteQuery' not found.
if you use cocoapods google maps, 'autocompleteQuery' is ready, nothing in this SPM.

i hope you upgrade this spm, beacuse i really need this spm for my app
Screen Shot 2022-01-11 at 15 01 47

### This sample code using GoogleMaps-SP SPM, for autocomplete place searching
FindPlace.zip

I'm using SPM Version 6.0.0

I really need this urgently for my app, because my app will be update in app store for many bug
@karimhm @kawache @achigara @azamouchi @chikiadel

no shared framework schemes

Hey ๐Ÿ‘‹
I am trying to integrate using the following in the Carfile
github "YAtechnologies/GoogleMaps-SP" "6.0.0"
to build dependencies for my packages
but upon building, i get an error

*** Skipped building GoogleMaps-SP due to the error:
โ–ธ Dependency "GoogleMaps-SP" has no shared framework schemes for any of the platforms: iOS 

what am I doing wrong here?

My Xcode version is 13

autocompleteQuery has no member GMSPlacesClient

I'm creating place autocomplete in SwiftUI, using this SPM but 'autocompleteQuery' not found.
if you use cocoapods google maps, 'autocompleteQuery' is ready, nothing in this SPM.

i hope you upgrade this spm, beacuse i really need this spm for my app
Screen Shot 2022-01-11 at 15 01 47

### This sample code using GoogleMaps-SP SPM, for autocomplete place searching
FindPlace.zip

I'm using SPM Version 6.0.0

I really need this urgently for my app, because my app will be update in app store for many bug

Library missing Library not loaded: @rpath/GoogleMaps.framework/GoogleMaps

Hi, I have a bug. I use this library and have such case:
I have my local SPM that includes GoogleMaps-SP, and my package added to my app. When I building my app for the iPhone simulator like this

xcodebuild -scheme -workspace .xcworkspace -configuration Simulator -derivedDataPath build -sdk iphonesimulator

when I drop on iPhone simulator and launch it, I have a crash on librarary:

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: DYLD 1 Library missing
Library not loaded: @rpath/GoogleMaps.framework/GoogleMaps
Referenced from: /Users/USER/Library/Developer/CoreSimulator/Devices/5BC26852-49D8-46B3-9484-D63101EE7751/data/Containers/Bundle/Application/1B718674-D1BB-4F15-A98A-68752564C704/MyApp.app/...
Reason: tried: '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/GoogleMaps.framework/GoogleMaps' (no such file), '/usr/lib/swift/GoogleMaps.framework/GoogleMaps' (no such file, not in dyld cache), '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/GoogleMaps.framework/GoogleMaps' (no such file), '/usr/lib/swift/GoogleMaps.framework/GoogleMaps' (no such file, not in dyld cache), '/Users/tequila/Library/Develope
(terminated at launch; ignore backtrace)

When I build an archive for a device(xcodebuild -scheme -workspace .xcworkspace -configuration Release -destination generic/platform=iOS clean) or run from xcode for the simulator - everything is ok.

Do you have any idea why?

Duplicated in my app extension.

Hi... ive being using the this package in my app and its all been working great. I recently added a widget extension which has no dependencies at all but for some reason this package is being added to the extension and the main app. When I try to upload to the App Store I get the error:

Screenshot 2021-01-15 at 14 41 11

Any ideas what is causing this and how I can fix it??

swift build fails

Hi! I'm using this repo as a dependency in my own Package, however if I try to run
swift build -Xswiftc "-sdk" -Xswiftc "xcrun --sdk iphonesimulator --show-sdk-path" -Xswiftc "-target" -Xswiftc "x86_64-apple-ios14.0-simulator"
I get an error:

error: artifact 'GoogleMapsCore' does not support the target platform and architecture ('Triple(tripleString: "x86_64-apple-macosx", arch: TSCUtility.Triple.Arch.x86_64, vendor: TSCUtility.Triple.Vendor.apple, os: TSCUtility.Triple.OS.macOS, abi: TSCUtility.Triple.ABI.unknown)')
error: artifact 'GoogleMapsBase' does not support the target platform and architecture ('Triple(tripleString: "x86_64-apple-macosx", arch: TSCUtility.Triple.Arch.x86_64, vendor: TSCUtility.Triple.Vendor.apple, os: TSCUtility.Triple.OS.macOS, abi: TSCUtility.Triple.ABI.unknown)')
error: artifact 'GoogleMaps' does not support the target platform and architecture ('Triple(tripleString: "x86_64-apple-macosx", arch: TSCUtility.Triple.Arch.x86_64, vendor: TSCUtility.Triple.Vendor.apple, os: TSCUtility.Triple.OS.macOS, abi: TSCUtility.Triple.ABI.unknown)')

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.