forked from 10p-freddo/fruitstrap
-
Notifications
You must be signed in to change notification settings - Fork 468
Closed
Description
Hi, I'm a Homebrew maintainer, and we're trying to determine how to get ios-deploy to build again with Xcode 11. Right now, I've tried several things:
- latest stable release (1.9.4) does not build because of npm install of ios-deploy fails with "ld: framework not found MobileDevice" on macOS Catalina #415 (
ld: framework not found MobileDevice
) - latest beta release (1.10.0-beta.3) does not build because:
/bin/sh -c /Users/fx/Library/Developer/Xcode/DerivedData/ios-deploy-dgqwmloyxgwfclggfjcxuaaerflb/Build/Intermediates.noindex/ios-deploy.build/Release/ios-deploy-tests.build/Script-3BF32EF31F5A215300E1699B.sh
rsync: delete_file: rmdir "/tmp/ios-deploy-20191123-72714-yf2pjl/ios-deploy-1.10.0-beta.3/_Frameworks/MobileDevice.framework" failed: Directory not empty (66)
rsync error: some files could not be transferred (code 23) at /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-54/rsync/main.c(996) [sender=2.6.9]
Command PhaseScriptExecution failed with a nonzero exit code
Test session results, code coverage, and logs:
/Users/fx/Library/Developer/Xcode/DerivedData/ios-deploy-dgqwmloyxgwfclggfjcxuaaerflb/Logs/Test/Test-ios-deploy-tests-2019.11.23_14-03-31-+0100.xcresult
Testing failed:
Command PhaseScriptExecution failed with a nonzero exit code
Testing cancelled because the build failed.
** TEST FAILED **
The following build commands failed:
PhaseScriptExecution Run\ Script /Users/fx/Library/Developer/Xcode/DerivedData/ios-deploy-dgqwmloyxgwfclggfjcxuaaerflb/Build/Intermediates.noindex/ios-deploy.build/Release/ios-deploy-tests.build/Script-3BF32EF31F5A215300E1699B.sh
(1 failure)
- Current master branch does not build, same error as 1.10.0-beta.3.
Advice is welcome. If ios-deploy is not going to build with Xcode 11 in a reasonable time frame, we may have to remove it from Homebrew.
Metadata
Metadata
Assignees
Labels
No labels