skip to Main Content

/Users/userName/.pub-cache/hosted/pub.dartlang.org/sms_autofill-2.2.0/ios/Classes/SmsAutoFillPlugin.m
cannot open file
‘/Users/userName/Documents/flutter/bin/cache/artifacts/engine/ios/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Modules/module.modulemap’:
Operation not permitted

How to fix this issue in xcode.

2

Answers


  1. Chosen as BEST ANSWER

    Opening xcode from terminal this issue is solved

    sudo /Applications/Xcode.app/Contents/MacOS/Xcode


  2. Remove Podfile by running this command (Your_Project_Directory/ios/)
    rm ios/Podfile

    After that , type pod install

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search