繁体   English   中英

我需要集成64位iOS销售人员移动SDK

[英]I need to integrate 64 bit iOS sales force mobile SDK

我需要集成64位iOS销售人员移动SDK。在64位上运行时出现以下错误。

ld: warning: directory not found for option '-L"/Users/bizimpact/Documents/Nanda/Projects/Lenspal backup/LespalFiles/EyePal _ME(Arabic)/EyePal/Classes/Support/ThirdParty/TestFlight"'
ld: warning: directory not found for option '-L"/Users/bizimpact/Documents/Nanda/Projects/Lenspal backup/LespalFiles/EyePal _ME(Arabic)/EyePal/Classes/Support/ThirdParty/Salesforce/dependencies/openssl"'
ld: warning: directory not found for option '-L"/Users/bizimpact/Documents/Nanda/Projects/Lenspal backup/LespalFiles/EyePal _ME(Arabic)/EyePal/Classes/Support/ThirdParty/Salesforce/dependencies/RestKit"'
ld: warning: directory not found for option '-L"/Users/bizimpact/Documents/Nanda/Projects/Lenspal backup/LespalFiles/EyePal _ME(Arabic)/EyePal/Classes/Support/ThirdParty/Salesforce/dependencies/SalesforceCommonUtils/Libraries"'
ld: warning: directory not found for option '-L"/Users/bizimpact/Documents/Nanda/Projects/Lenspal backup/LespalFiles/EyePal _ME(Arabic)/EyePal/Classes/Support/ThirdParty/Salesforce/dependencies/SalesforceOAuth/Libraries"'
ld: warning: directory not found for option '-L"/Users/bizimpact/Documents/Nanda/Projects/Lenspal backup/LespalFiles/EyePal _ME(Arabic)/EyePal/Classes/Support/ThirdParty/Salesforce/dependencies/SalesforceSDK"'
ld: warning: directory not found for option '-L"/Users/bizimpact/Documents/Nanda/Projects/Lenspal backup/LespalFiles/EyePal _ME(Arabic)/EyePal/Classes/Support/ThirdParty/Salesforce/dependencies/sqlcipher"'
ld: warning: directory not found for option '-L"/Users/bizimpact/Documents/Nanda/Projects/Lenspal backup/LespalFiles/EyePal _ME(Arabic)/EyePal/Classes/Support/ThirdParty/GoogleAnalytics"'
ld: warning: directory not found for option '-L"/Users/bizimpact/Documents/Nanda/Projects/Lenspal backup/LespalFiles/EyePal _ME(Arabic)/EyePal/TestFlightSDK1.2.4"'
clang: error: linker command failed with exit code 1 (use -v to see invocation)

似乎您没有所有来源。 有几种选择:

  1. 硬盘上不存在给定的文件夹(也许您使用了子模块并且没有更新它们?)
  2. 您在项目配置中的标题路径中引用错误。

这个问题与64bit有什么共同点? 当您为32bit编译时,可能会发生相同的情况,不是吗?

-编辑-

查看下面的评论,使用某些依赖项管理器可能会很方便。 在这里,我写了一些可用的文章: https : //stackoverflow.com/a/30913633/849616,以及如何使用它们以及为什么将文件“附加”到项目始终是最糟糕的解决方案。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM