There was an error publishing your project. Please check for any warnings

I upgraded to SDK25 this morning and made a lot of changes all day. Just tried to publish and share my app and can’t seem to get publishing to work anymore. Tried deleting node_modules and re-installing with yarn, but get the same error. I turned on Debug, and here is the stack trace, any ideas? thanks in advance…

[exp] Error: There was an error publishing your project. Please check for any warnings.
at Object. (/xdl/src/Project.js:389:11)
at Generator.throw ()
at step (/usr/local/lib/node_modules/exp/node_modules/xdl/build/Project.js:1710:191)
at /usr/local/lib/node_modules/exp/node_modules/xdl/build/Project.js:1710:402
at
at process._tickCallback (internal/process/next_tick.js:188:7)

The lines immediately before were:
$ exp publish
[exp] Unable to find an existing exp instance for this directory, starting a new one…
[exp] Starting React Native packager…
[exp] Scanning folders for symlinks in /Users/asharafshahi/Projects/ORTracker/ORTrackerApp/node_modules (42ms)
[exp] Loading dependency graph.
[exp] Tunnel connected.
[exp] Publishing…
[exp] Dependency graph loaded.
[exp] Building iOS bundle
[exp] Finished building JavaScript bundle in 70265ms.
[exp] Building Android bundle
[exp] Finished building JavaScript bundle in 66229ms.
[exp] Analyzing assets
[exp] Finished building JavaScript bundle in 54263ms.
[exp] Finished building JavaScript bundle in 46305ms.
[exp] Uploading assets
[exp] No assets changed, skipped.
[exp] Uploading JavaScript bundles
[exp] There was an error publishing your project. Please check for any warnings.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.