iOS: WatermelonDB issn't compatible with schemes with whitespaces in it
See original GitHub issueHi! 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:
- Created 4 years ago
- Comments:9 (9 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@vdlindenmark Can you please check if this PR works for you? https://github.com/Nozbe/WatermelonDB/pull/297
sounds like an unrelated issue - you seem to have linker flags misconfigured for your custom scheme.