Code Monkey home page Code Monkey logo

Comments (3)

Lyokone avatar Lyokone commented on July 3, 2024

Hello @AriasBros, I don't have a lot of experience with Flutter modules and add to app. Have you tried to integrate AppCheck directly using the iOS SDK?

from flutterfire.

AriasBros avatar AriasBros commented on July 3, 2024

Hi @Lyokone

No, I didn't try that. Can I exclude the package from the build in some way?

I mean, if I just remove the dependency, I guess that when I run flutter build ios-framework, the build will fail because my module uses AppCheck.

Maybe I explained wrong in the description of the issue, but the problem that I am highlighting here is that the Flutter module fails in the build phase of the module itself. There is not an iOS native app involved here where I can setup the AppCheck iOS SDK.

from flutterfire.

AriasBros avatar AriasBros commented on July 3, 2024

Also, I would like to highlight again that this issue is not happening in a Flutter app project.

If you do this:

  1. Create a new Flutter app: flutter create angled_error_app
  2. Install the package firebase_app_check: flutter pub add firebase_app_check
  3. If installing the latest version of firebase_app_check (0.3.0), change the iOS deployment target to version 13.
  4. Run the app for iOS: flutter run

This will work with no problem. The default counter app will appear in your iOS simulator/device.

But, if you do this:

  1. Create a new Flutter app: flutter create --template module angled_error_module
  2. Install the package firebase_app_check: flutter pub add firebase_app_check
  3. If installing the latest version of firebase_app_check (0.3.0), change the iOS deployment target to version 13.
  4. Run the app for iOS: flutter run

This will not work. The build will fail and the default counter app will not start.

from flutterfire.

Related Issues (20)

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.