2016-09-28 117 views
4

直到今天,我可以使用remotebuild輕鬆地將我的Windows-PC上的iOS應用程序構建到我的Mac上,並在Mac上的連接iPad上構建它。但是現在我更新了所有設備(Mac,iPad)並突然停止工作。當我想建立在Visual Studio我得到這個消息:Visual Studio + Cordova Remotebuild失敗錯誤:65

Severity Code Description Project File Line Suppression State Error Remote build error from the build server Build failed with error Error code 65 for command: xcodebuild with args: -xcconfig,/Users/grafikschulung/.taco_home/remote-builds/taco-remote/builds/877/cordovaApp/platforms/ios/cordova/build-debug.xcconfig,-project,memoxx.xcodeproj,ARCHS=armv7 arm64,-target,memoxx,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=/Users/grafikschulung/.taco_home/remote-builds/taco-remote/builds/877/cordovaApp/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/grafikschulung/.taco_home/remote-builds/taco-remote/builds/877/cordovaApp/platforms/ios/build/sharedpch: {1} Katalog C:\Users\m.hüttl\Documents\Visual Studio 2015\Projects\Katalog - Kopie\Katalog\MDAVSCLI 1

當我的項目文件夾複製到我的Mac並將其導入到Xcode和選擇開發團隊,並在Xcode構建它,它完美的作品。 ..

回答

1

我相信,直到科爾多瓦CLI更新爲Visual Sudio與Xcode 8的變化,你會有這個問題。如果你想按照他的site上的指示,Darryl Pogue確實寫了一個鉤子,它可以解決你所遇到的開發團隊問題。

在以下堆棧溢出頁面上還有其他一些建議,可能會給您其他選項,例如更改Xcode項目中的設置。

Code Sign Error on Xcode 8 and iOS 10 Cordova Project

0

我不能讓這件事有下列工具的工作。

的Visual Studio 2015年在Windows 10名專業人員,Apache的科爾多瓦6.1.4的Mac OS塞拉利昂時,Xcode 8.1

所以我所做的就是我裝箱我的Mac上我的科爾多瓦項目的翻版。還複製了www文件夾並將其構建爲mac。然後我打開platform文件夾中的xcode項目,並在添加適當的配置文件後進行部署。

我在我的博客上發佈完整的文章。

http://guntucomputerhacks.blogspot.com.au/2016/11/visual-studio-2015-cordova-remotebuild.html

謝謝!

相關問題