Skip to content

Problems to build it on iOS with simple_permissions library #2

@jr00n

Description

@jr00n

First of all I had to add
target 'Runner' do
use_frameworks!
in Podfile
and a version in pubspec.

now I've got a white screen and this message

Running Xcode build...
Xcode build done. 10,2s
[VERBOSE-2:ui_dart_state.cc(148)] Unhandled Exception: MissingPluginException(No implementation found for method requestPermission on channel simple_permissions)
#0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:314:7)

#1 SimplePermissions.requestPermission (package:simple_permissions/simple_permissions.dart:24:35)

#2 main (package:Tunein/main.dart:16:27)

#3 _runMainZoned.. (dart:ui/hooks.dart:229:25)
#4 _rootRun (dart:async/zone.dart:1124:13)
#5 _CustomZone.run (dart:async/zone.dart:1021:19)
#6 _runZoned (dart:async/zone.dart:1516:10)
#7 runZoned (dart:async/zone.dart:1500:12)
#8 _runMainZoned. (dart:ui/hooks.dart:221:5)
#9 _startIsolate. (dart:isolate-patch/isolate_patch.dart:305:19)
#10 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:17<…>
Syncing files to device iPhone X...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions