Visual Studio上的OpenGLES应用程序(Android,iOS)

时间:2016-03-09 06:00:38

标签: visual-studio visual-c++ cross-platform xcode7

我在Visual Studio上创建了一个跨平台的OpenGLES应用程序解决方案。我在我的Mac上将Visual Studio与vcremote配对。我可以成功编译解决方案。当我切换到XCode并打开VS 2015生成并构建它的项目时,我收到以下错误:

Ld /Users/elodie/Library/Developer/Xcode/DerivedData/iOSAndroGame.iOS.Application-cgfyoibpjigxohbhicqhmkivhjhs/Build/Products/Debug-iphonesimulator/iOSAndroGame.app/iOSAndroGame normal x86_64
    cd "/Users/elodie/vcremote/C/Users/elodie/Documents/Visual Studio 2015/Projects/iOSAndroGame/iOSAndroGame/iOSAndroGame.iOS.Application"
    export IPHONEOS_DEPLOYMENT_TARGET=8.1
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.2.sdk -L/Users/elodie/Library/Developer/Xcode/DerivedData/iOSAndroGame.iOS.Application-cgfyoibpjigxohbhicqhmkivhjhs/Build/Products/Debug-iphonesimulator -F/Users/elodie/Library/Developer/Xcode/DerivedData/iOSAndroGame.iOS.Application-cgfyoibpjigxohbhicqhmkivhjhs/Build/Products/Debug-iphonesimulator -filelist /Users/elodie/Library/Developer/Xcode/DerivedData/iOSAndroGame.iOS.Application-cgfyoibpjigxohbhicqhmkivhjhs/Build/Intermediates/iOSAndroGame.iOS.Application.build/Debug-iphonesimulator/iOSAndroGame.build/Objects-normal/x86_64/iOSAndroGame.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -mios-simulator-version-min=8.1 -Xlinker -objc_abi_version -Xlinker 2 /Users/elodie/vcremote/C/Users/elodie/Documents/Visual\ Studio\ 2015/Projects/iOSAndroGame/iOSAndroGame/iOSAndroGame.iOS.StaticLibrary/Debug/x86_64/libiOSAndroGame.iOS.StaticLibrary.a -fobjc-arc -fobjc-link-runtime -Xlinker -dependency_info -Xlinker /Users/elodie/Library/Developer/Xcode/DerivedData/iOSAndroGame.iOS.Application-cgfyoibpjigxohbhicqhmkivhjhs/Build/Intermediates/iOSAndroGame.iOS.Application.build/Debug-iphonesimulator/iOSAndroGame.build/Objects-normal/x86_64/iOSAndroGame_dependency_info.dat -o /Users/elodie/Library/Developer/Xcode/DerivedData/iOSAndroGame.iOS.Application-cgfyoibpjigxohbhicqhmkivhjhs/Build/Products/Debug-iphonesimulator/iOSAndroGame.app/iOSAndroGame

clang: error: no such file or directory: '/Users/elodie/vcremote/C/Users/elodie/Documents/Visual Studio 2015/Projects/iOSAndroGame/iOSAndroGame/iOSAndroGame.iOS.StaticLibrary/Debug/x86_64/libiOSAndroGame.iOS.StaticLibrary.a'

有关为什么XCode无法找到静态库的任何想法?

0 个答案:

没有答案