2016-09-15 4 views
2

시뮬레이터 용 xcode8 iOS 10으로 내 응용 프로그램을 빌드하려고하는데이 오류로 인해 당황 스럽습니다. 릴리스 용으로 제작되었지만, 시뮬레이터 용으로는 어려움을 겪고 있습니다. 나는 현재 내 소스에 Objective-c와 Swift 파일을 가지고있다. 누구든지 전에이 오류를 보았습니까?xcodebuild가 libSwiftCore 오류를 발생시킵니다.

13:42:35 Copying /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/libswiftRemoteMirror.dylib to /Users/myUser/dir/artifacts/Debug-iphonesimulator/myApp.app/libswiftRemoteMirror.dylib 
13:42:35 Probing signature of /Users/myUser/dir/artifacts/Debug-iphonesimulator/myApp.app/Frameworks/libswiftCore.dylib 
13:42:35 /usr/bin/codesign '-r-' '--display' '/Users/myUser/dir/artifacts/Debug-iphonesimulator/myApp.app/Frameworks/libswiftCore.dylib' 
13:42:35 error: "libswiftCore.dylib" couldn't be copied to "(A Document Being Saved By xcodebuild)". 
13:42:35 
13:42:36 ** BUILD FAILED ** 
13:42:36 
13:42:36 
13:42:36 The following build commands failed: 
13:42:36  CopySwiftLibs /Users/myUser/dir/artifacts/Debug-iphonesimulator/myApp.app 
13:42:36 (1 failure) 
13:42:36 Build step 'Execute shell' marked build as failure 
13:42:39 Archiving artifacts 
13:45:06 Finished: FAILURE 

답변

8

I 디스크 공간이 부족 실행했습니다 때이 같은 오류를 얻을 : 여기

libswiftCore.dylib couldn't be copied

콘솔 로그입니다. 프로젝트를 다른 드라이브로 옮기고 프로젝트를 정리 한 다음 다시 빌드하십시오.

+0

도움이되었습니다. 고마워요 –

+0

+10! 이것을 알아 내기 전에 많은 시간을 보냈다. – dvkch

관련 문제