我需要集成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)
答案 0 :(得分:0)
似乎你没有所有来源。有几个选择:
这个问题与64位有什么共同之处?编译32位时可能会发生这种情况,不是吗?
- 编辑 -
查看下面的评论可能会让您使用某些依赖项管理器。在这里,我写了几篇可用的文章:https://stackoverflow.com/a/30913633/849616以及如何使用它们以及为什么要附加'项目中的文件总是最糟糕的解决方案。