Hi,
i have the same problem
The following build commands failed:
CompileC /Users/builder/Library/Developer/Xcode/DerivedData/Handy_Signs-ecljaxzwgnmgyacnzwcdwmnestiz/Build/Intermediates.noindex/ArchiveIntermediates/Handy\ Signs/IntermediateBuildFilesPath/Handy\ Signs.build/Debug-iphoneos/Handy\ Signs.build/Objects-normal/armv7/CDVTTS.o /tmp/download/platforms/ios/Handy\ Signs/Plugins/cordova-plugin-tts/CDVTTS.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Flavio
@Flavio
Posts made by Flavio
-
RE: vilic-tts cordova plugin build failed in monaca
-
Debug build Android failed
Fetching Build Queue Data…
-> Fetched data for queue ID 5c58021ee78885e2719b4858
Preparing Build Environment…
Creating Project Build Workspace…
Build Error: Error: Failed to create the project’s build workspace with the error: Error: ENOSPC: no space left on device, mkdir ‘/private/tmp/monaca/5c58021ee78885e2719b4858’ -
cordova persisting data after uninstall
Hi,
I have its apps that need to read the same files saved on the device. If I delete an app from the device, the data must remain available for the other application. with Cordova which is the repository that I can use r/w for both apps? No database only file system. IOS and Android -
Android debug build
Hi,
when use android debug build apk is ok and procede to install in my phone with debugging mode enabled. But when procede to upgrade after rebuild my app in the phone obtain:
Android App Not Install. An existing package by the same name with a conflicting signature is already installed.
In Monaca Coud IDE can not decide a keystore that only serves for the release. Probably the keystore changes when I debug build and then I get this error. Until recently it was not so, perhaps the first compilation in debug Manaca created and stored the keystore for debugging always using that, perhaps now every time you debug the debug keystore changes and generates this error. How to solve?