Build Failed: Asset Catalog Compile Error : failed with exit code 1 - ios

I am getting this error while Archiving the project. Don't know why i am getting this error. Researched couldn't figure it out
Command /Applications/Xcode.app/Contents/Developer/usr/bin/actool failed with exit code 1

Related

Build from source error: missing input file 'external/net_sf_jchart2d/jar/jchart2d.jar'

I try to build drake1.0.0 from source using bazel. However I encounter the following error:
ERROR: /home/chenwang/drake-build/_bazel_chenwang/bcff9e14963ec4b6ed21d9b7e9e180fc/external/net_sf_jchart2d/jar/BUILD.bazel:2:12: Extracting interface #net_sf_jchart2d//jar:jar failed: missing input file 'external/net_sf_jchart2d/jar/jchart2d.jar', owner: '#net_sf_jchart2d//jar:jchart2d.jar'
ERROR: /home/chenwang/drake-build/_bazel_chenwang/bcff9e14963ec4b6ed21d9b7e9e180fc/external/net_sf_jchart2d/jar/BUILD.bazel:2:12: Extracting interface #net_sf_jchart2d//jar:jar failed: 1 input file(s) do not exist
Target //:install failed to build
Use --verbose_failures to see the command lines of failed build steps.
ERROR: /home/chenwang/drake-build/_bazel_chenwang/bcff9e14963ec4b6ed21d9b7e9e180fc/external/net_sf_jchart2d/jar/BUILD.bazel:2:12 Extracting interface #net_sf_jchart2d//jar:jar failed: 1 input file(s) do not exist
INFO: Elapsed time: 23.087s, Critical Path: 8.22s
INFO: 2890 processes: 2584 internal, 306 linux-sandbox.
FAILED: Build did NOT complete successfully
CMakeFiles/drake_cxx_python.dir/build.make:110: recipe for target 'drake_cxx_python-prefix/src/drake_cxx_python-stamp/drake_cxx_python-build' failed
make[2]: *** [drake_cxx_python-prefix/src/drake_cxx_python-stamp/drake_cxx_python-build] Error 1
CMakeFiles/Makefile2:931: recipe for target 'CMakeFiles/drake_cxx_python.dir/all' failed
make[1]: *** [CMakeFiles/drake_cxx_python.dir/all] Error 2
Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2
I have built older version drake from source successfully. It seems that I miss some third-party library for building the new version drake. Thank you for your help!
It turns out that the install_repreqs.sh has been updated and I forget to rerun it. After installing the prerequisite by rerunning install_repreqs.sh, I can build drake from source successfully.

Build error with Clang + msm-3.18 Kernel Android Q

i tried to build android Kernel msm-3.18 with Clang along with aosp 10 and im getting build error related to Linker
CHK include/generated/uapi/linux/version.h
HOSTCC scripts/basic/fixdep
clang-9: error: unable to execute command: Executable "ld" doesn't exist!
clang-9: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [scripts/Makefile.host:91: scripts/basic/fixdep] Error 1
attaching the snapshot and make command
https://user-images.githubusercontent.com/82863729/115356430-473bab00-a1d9-11eb-962d-3f157d022c20.jpeg
[Error LOG] (https://pastebin.com/K5kXM606)logs
please suggest how to fix this error
Take a look in this error, and find out where the ld command path define.
make[1]: *** [/data/home/prdn273053/aosp_10/kernel/msm-3.18/Makefile:462: scripts_basic] Error 2
I think it will be help.

Build Failed while using SwiftShield?

I used this command to obfuscate my project.
swiftShield -automatic -project-root .../ObfuscatingProject -automatic-project-file .../ObfuscatingProject/ObfuscatingProject.xcodeproj -automatic-project-scheme ObfuscatingProject
Response says this,
The following build commands failed:
Ld .../Developer/Xcode/DerivedData/ObfuscatingProject-dbsfnftojfasjxfbiayltcmwtvvw/Build/Products/Debug-iphoneos/ObfuscatingProject.app/ObfuscatingProject normal arm64
(1 failure)
Why I am having this error and how to fix it?

Why does the build fail trying to find boost.hpp?

I am trying to build IoTivity for iOS and following the instructions here but I keep getting this error which terminates the build.
service/resource-encapsulation/include/RCSException.h:33:10: fatal error: 'boost/config.hpp'
file not found
#include <boost/config.hpp>
^~~~~~~~~~~~~~~~~~
1 error generated.
scons: *** [out/ios/arm64/debug/service/resource-encapsulation/src/common/expiryTimer/src/ExpiryTimerImpl.o] Error 1
scons: building terminated because of errors.
When I look in my boost framework, I do see the config.hpp file. Does anyone have any ideas why it would be unable to find the file.

React Native build error: GeneratedInfoPlistDotEnv.h' file not found

I am not using react-native-config here. Still during react-native run-ios I am getting below error.
:1:10: fatal error: '/Users/anurag/cmg/cmg/cmg_app/ios/build/Build/Products/GeneratedInfoPlistDotEnv.h' file not found
include "/Users/anurag/cmg/cmg/cmg_app/ios/build/Build/Products/GeneratedInfoPlistDotEnv.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
** BUILD FAILED **
The following build commands failed:
Preprocess build/Build/Intermediates.noindex/cmg_app.build/Debug-iphonesimulator/cmg_app.build/Preprocessed-Info.plist cmg_app/Info.plist
(1 failure)
Thanks in Advance

Resources