Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to build with Xcode 9 / macOS 10.13 #311

Closed
fxcoudert opened this issue Aug 24, 2017 · 1 comment
Closed

Failure to build with Xcode 9 / macOS 10.13 #311

fxcoudert opened this issue Aug 24, 2017 · 1 comment

Comments

@fxcoudert
Copy link

ios-deploy 1.9.1 fails to build on macOS 10.13 (beta 7) with Xcode 9 (beta 6). It's trying to link the MobileDevice framework and fails. Full logs are available at https://gist.github.com/28d82c92726c12f3ea1e00a1272a3254 and you can see the error at https://gist.githubusercontent.com/anonymous/28d82c92726c12f3ea1e00a1272a3254/raw/93b0c71e620b453bb9cfd91a1f3f1ebe40f19c62/01.xcodebuild

Ld build/Release/ios-deploy normal x86_64
    cd /tmp/ios-deploy-20170824-43592-13gypya/ios-deploy-1.9.1
    export MACOSX_DEPLOYMENT_TARGET=10.8
    /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -L/tmp/ios-deploy-20170824-43592-13gypya/ios-deploy-1.9.1/build/Release -F/tmp/ios-deploy-20170824-43592-13gypya/ios-deploy-1.9.1/build/Release -filelist /tmp/ios-deploy-20170824-43592-13gypya/ios-deploy-1.9.1/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.LinkFileList -mmacosx-version-min=10.8 -Xlinker -object_path_lto -Xlinker /tmp/ios-deploy-20170824-43592-13gypya/ios-deploy-1.9.1/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy_lto.o -fobjc-arc -fobjc-link-runtime -framework MobileDevice -F/System/Library/PrivateFrameworks -framework Foundation -framework CoreFoundation -Xlinker -dependency_info -Xlinker /tmp/ios-deploy-20170824-43592-13gypya/ios-deploy-1.9.1/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy_dependency_info.dat -o /tmp/ios-deploy-20170824-43592-13gypya/ios-deploy-1.9.1/build/Release/ios-deploy
ld: framework not found MobileDevice
clang: error: linker command failed with exit code 1 (use -v to see invocation)

** BUILD FAILED **


The following build commands failed:
	Ld build/Release/ios-deploy normal x86_64
(1 failure)
@shazron
Copy link

shazron commented Aug 24, 2017

Duplicate of #308

@shazron shazron marked this as a duplicate of #308 Aug 24, 2017
@shazron shazron closed this as completed Aug 24, 2017
@shazron shazron mentioned this issue Aug 24, 2017
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants