question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

iOS: WatermelonDB issn't compatible with schemes with whitespaces in it

See original GitHub issue

Hi! My React-Native app has multiple scheme’s like: “Appname - Alpha”, “Appname - Beta”. But the " - " results in a failed build on the archive commando.

The error in Xcode:

cp: RandomFilePath/Appname-gxtyxusnqjcrcbgwzjzypjfxjwrm/Build/Intermediates.noindex/ArchiveIntermediates/Appname is a directory (not copied).
cp: - is a directory (not copied).
cp: Beta/IntermediateBuildFilesPath/WatermelonDB.build/Release-iphoneos/WatermelonDB.build/DerivedSources/*-Swift.h: No such file or directory
cp: RandomFilePath/Appname-gxtyxusnqjcrcbgwzjzypjfxjwrm/Build/Intermediates.noindex/ArchiveIntermediates/Appname is a directory (not copied).
cp: - is a directory (not copied).
Command PhaseScriptExecution failed with a nonzero exit code

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
radexcommented, Mar 25, 2019

@vdlindenmark Can you please check if this PR works for you? https://github.com/Nozbe/WatermelonDB/pull/297

0reactions
radexcommented, Oct 22, 2019

Have you been able to get things working with a scheme that isn’t debug or release? I’m trying to add a scheme called AppStore, and the build is failing with ld: library not found for -lWatermelonDB

sounds like an unrelated issue - you seem to have linker flags misconfigured for your custom scheme.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changelog - WatermelonDB documentation - GitHub Pages
[Sync] Introducing Migration Syncs - this allows fully consistent synchronization when migrating between schema versions. · [iOS] Introducing a new native SQLite ...
Read more >
Offline-First Database Comparison - Hacker News
I gave a go at compiling it myself for ARM, but that failed due to being unable to find/use a compatible SpiderMonkey.
Read more >
WatermelonDB: A Reactive Database Framework - Morioh
WatermelonDB is a new way of dealing with user data in React Native and React ... picker libraries can help us select the...
Read more >
ios/Podfile.lock - Rocket.Chat.ReactNative - OW2 Gitlab
origin: https://github.com/RocketChat/Rocket.Chat.ReactNative.git.
Read more >
How to select the best React Native Local Database?
In other words, all you need to do is code once, and build applications that are compatible on both platforms, i.e. Android and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found