Can anyone advise where I can get DiskArbitration framework for iOS? I have some 3rd party framework in the app and when I compile, I am getting following error
ld: framework not found DiskArbitration for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Related
I get these errors when I try to build an iOS application.
ld: library not found for -lDoubleConversion
clang: error: linker command failed with exit code 1 (use -v to see invocation)
How to solve this issue ?
I didn't add -ObjC to other linker flags. This seems to be the two question. Now , I wonder why it's running in my iPhone, but Xcode7.3 can't do it.
im getting this error when trying to build my xcode project.
ld: library not found for -lBolts
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I cant figure out what the issue is.
ld: building for iOS Simulator, but linking against dylib built for MacOSX file '/Applications/Xcode.app/Contents/Developer/Library/Frameworks/XCTest.framework/XCTest' for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation).
What to do?
Please go through the link. It might help solving your problem.
Reference
The error ld: in
'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libSystem.B.dylib',
missing required architecture i386 in file
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libSystem.B.dylib (2 slices) for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
i think you can find your answer here
linking against dylib built for MacOSX file '/usr/lib/libSystem.B.dylib' for architecture i386
may it useful for you