I'm using Jenkins inside the docker so its get Xcode path error when I'm build my project its falls error.
FATAL: Cannot find xcodebuild with the configured path /usr/bin/xcodebuild.
FATAL: Cannot find xcodebuild with the configured path /usr/bin/xcodebuild.
Build step 'Xcode' marked build as failure
Finished: FAILURE
No architecture in the binary. Lipo failed to detect any architectures in the bundle executable
. My stackoverflow post is here: https://stackoverflow.com/questions/53289615/no-architecture-in-the-binary-lipo-failed-to-detect-any-architectures-in-the-bu
ImageView
to my LaunchScreen.storyboard
, and added an image from my Assets folder yet, the splash screen doesn’t completely fill the image view. I’ve tried increasing the size of the ImageView
container and attempted to add contraints but it’s a no go. Any assistance would be greatly appreciated. - Thanks
Hey guys who can help me about my error iam using xcode 10.1ld /Users/mac/Library/Developer/Xcode/DerivedData/DateHub-gleesdfbfwmrjmdbczmqjqqmgguf/Build/Products/Debug-iphonesimulator/Realm/Realm.framework/Realm normal x86_64 (in target: Realm)
cd /Users/mac/Desktop/DateHub/Pods
export IPHONEOS_DEPLOYMENT_TARGET=12.0
/Users/mac/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -dynamiclib -isysroot /Users/mac/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -L/Users/mac/Library/Developer/Xcode/DerivedData/DateHub-gleesdfbfwmrjmdbczmqjqqmgguf/Build/Products/Debug-iphonesimulator/Realm -L/Users/mac/Desktop/DateHub/Pods/Realm/core -F/Users/mac/Library/Developer/Xcode/DerivedData/DateHub-gleesdfbfwmrjmdbczmqjqqmgguf/Build/Products/Debug-iphonesimulator/Realm -filelist /Users/mac/Library/Developer/Xcode/DerivedData/DateHub-gleesdfbfwmrjmdbczmqjqqmgguf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Realm.build/Objects-normal/x86_64/Realm.LinkFileList -install_name @rpath/Realm.framework/Realm -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mios-simulator-version-min=12.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/mac/Library/Developer/Xcode/DerivedData/DateHub-gleesdfbfwmrjmdbczmqjqqmgguf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Realm.build/Objects-normal/x86_64/Realm_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -stdlib=libc++ -fobjc-arc -fobjc-link-runtime -fapplication-extension -lc++ -lrealmcore-ios -lz -framework Security -framework Foundation -framework Security -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/mac/Library/Developer/Xcode/DerivedData/DateHub-gleesdfbfwmrjmdbczmqjqqmgguf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Realm.build/Objects-normal/x86_64/Realm_dependency_info.dat -o /Users/mac/Library/Developer/Xcode/DerivedData/DateHub-gleesdfbfwmrjmdbczmqjqqmgguf/Build/Products/Debug-iphonesimulator/Realm/Realm.framework/Realm
Undefined symbols for architecture x86_64:
"_OBJCCLASS$_RealmSwiftObjectId", referenced from:
objc-class-ref in RLMObjectId.o
"_OBJCCLASS$_RealmSwiftDecimal128", referenced from:
objc-class-ref in RLMDecimal128.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)