-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Description
While launching on iOS (Simulator and Device), the following error occured and the app launches on white screen.
File plugins/heresdk/lib/src/_library_context.dart
// Copyright (c) 2018-2025 HERE Global B.V. and its affiliate(s).
// All rights reserved.
//
// This software and other materials contain proprietary information
// controlled by HERE and are protected by applicable copyright legislation.
// Any use and utilization of this software and other materials and
// disclosure to any third parties is conditional upon having a separate
// agreement with HERE for the access, use, utilization or disclosure of this
// software. In the absence of such agreement, the use of the software is not
// allowed.
//
import 'dart:async';
import 'dart:ffi';
import 'dart:io';
import 'dart:isolate';
final nativeLibrary = _nativeLibrary ?? _loadNativeLibrary(_getLibraryPath("here_sdk"));
DynamicLibrary? _nativeLibrary;
DynamicLibrary _loadNativeLibrary(String nativeLibraryPath) {
try {
return DynamicLibrary.open(nativeLibraryPath);
ArgumentError (Invalid argument(s): Failed to load dynamic library ''
Metadata
Metadata
Assignees
Labels
No labels