You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
I installed the plugin and not problem on Android it works, but iOS is not compiling anymore
I get
11:57:37.852 7 info flutter.tools Failed to build iOS app
11:57:37.852 8 info flutter.tools Error output from Xcode build:
11:57:37.852 9 info flutter.tools ↳
11:57:37.852 10 info flutter.tools ** BUILD FAILED **
11:57:37.852 11 info flutter.tools
11:57:37.852 12 info flutter.tools
11:57:37.852 13 info flutter.tools Xcode's output:
11:57:37.852 14 info flutter.tools ↳
11:57:37.852 15 info flutter.tools === BUILD TARGET connectivity OF PROJECT Pods WITH CONFIGURATION Debug ===
11:57:37.852 16 info flutter.tools /Users/jaumard/.pub-cache/hosted/pub.dartlang.org/multicast_lock-0.0.5/ios/Classes/MulticastLockPlugin.m:13:12: error: implicit conversion of 'int' to 'id _Nullable' is disallowed with ARC
11:57:37.852 17 info flutter.tools result(true);
11:57:37.852 18 info flutter.tools ^~~~
11:57:37.852 19 info flutter.tools In module 'Darwin' imported from /Users/jaumard/IdeaProjects/lisa_flutter/packages/app/ios/Pods/Headers/Public/Flutter/Flutter/FlutterViewController.h:9:
11:57:37.852 20 info flutter.tools /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdbool.h:32:14: note: expanded from macro 'true'
11:57:37.852 21 info flutter.tools #define true 1
11:57:37.852 22 info flutter.tools ^
11:57:37.852 23 info flutter.tools /Users/jaumard/.pub-cache/hosted/pub.dartlang.org/multicast_lock-0.0.5/ios/Classes/MulticastLockPlugin.m:13:12: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'id _Nullable __strong' [-Wint-conversion]
11:57:37.852 24 info flutter.tools result(true);
11:57:37.852 25 info flutter.tools ^~~~
11:57:37.852 26 info flutter.tools In module 'Darwin' imported from /Users/jaumard/IdeaProjects/lisa_flutter/packages/app/ios/Pods/Headers/Public/Flutter/Flutter/FlutterViewController.h:9:
11:57:37.852 27 info flutter.tools /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdbool.h:32:14: note: expanded from macro 'true'
11:57:37.852 28 info flutter.tools #define true 1
The text was updated successfully, but these errors were encountered:
I installed the plugin and not problem on Android it works, but iOS is not compiling anymore
I get
The text was updated successfully, but these errors were encountered: