Giter Club home page Giter Club logo

Comments (5)

adumat avatar adumat commented on June 21, 2024 2

I fixed the problem temporarily by patching expo-modules-core/android/ExpoModulesCorePlugin.gradle, adding the following line to useExpoPublishing:

ext.useExpoPublishing = {
+  if (!project.plugins.hasPlugin('maven-publish')) {
+    apply plugin: 'maven-publish'
+  }

  project.android {
    publishing {
      singleVariant("release") {
...........

from expo.

brentvatne avatar brentvatne commented on June 21, 2024 2

hi there! this is fixed now in #28673 -- the problem is that the module being created was using the sdk 51 version of the module template.

from expo.

ljukas avatar ljukas commented on June 21, 2024 1

This still exists @brentvatne. But for me this happens when using non-local modules. In my monorepo that has a expo 50 sdk app I get the same error when building. "Cannot find publishing", it works when doing a local module

from expo.

expo-bot avatar expo-bot commented on June 21, 2024

Thank you for filing this issue!
This comment acknowledges we believe this may be a bug and there’s enough information to investigate it.
However, we can’t promise any sort of timeline for resolution. We prioritize issues based on severity, breadth of impact, and alignment with our roadmap. If you’d like to help move it more quickly, you can continue to investigate it more deeply and/or you can open a pull request that fixes the cause.

from expo.

adumat avatar adumat commented on June 21, 2024

i have another issue with ExpoModulesPackageList.java:

> Task :expo:compileDebugKotlin
w: file:///Users/matteo/Projects/sintesi-app-2/node_modules/expo/android/src/main/java/expo/modules/ReactActivityDelegateWrapper.kt:139:50 No cast needed

> Task :expo:compileDebugJavaWithJavac FAILED
/Users/matteo/Projects/sintesi-app-2/node_modules/expo/android/build/generated/expo/src/main/java/expo/modules/ExpoModulesPackageList.java:46: error: cannot find symbol
      expo.modules.sintesiappgraphview.SintesiAppGraphViewModule.class
                                      ^
  symbol:   class SintesiAppGraphViewModule
  location: package expo.modules.sintesiappgraphview
1 error

FAILURE: Build failed with an exception.

i don't know if can be related with this.

from expo.

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.