[TIMOB-27044] iOS: Invalid search directories passed to linker
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 8.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Jan Vennemann |
Assignee | Jan Vennemann |
Created | 2019-04-30T13:21:19.000+0000 |
Updated | 2019-04-30T13:21:51.000+0000 |
Description
*Steps to reproduce the behavior*
1. Add the
facebook
module to a project
2. Build and run the project
*Actual behavior*
The Xcode build will print a couple of warning about invalid directories:
[TRACE] ld: warning: directory not found for option '-F/Users/jvennemann/Development/appc/global-test-classic/build/iphone/../../modules/iphone/facebook/6.0.0'
[TRACE] ld: warning: directory not found for option '-F6.0.0/platform'
[TRACE] ld: warning: directory not found for option '-F~/Library/Application Support/Titanium/modules/iphone/facebook/6.0.0'
[TRACE] ld: warning: directory not found for option '-F6.0.0/platform'
[TRACE] ld: warning: directory not found for option '-F/Users/jvennemann/Development/appc/global-test-classic/build/iphone/../../modules/iphone/facebook/6.0.0'
[TRACE] ld: warning: directory not found for option '-F6.0.0/platform'
[TRACE] ld: warning: directory not found for option '-F~/Library/Application Support/Titanium/modules/iphone/facebook/6.0.0'
[TRACE] ld: warning: directory not found for option '-F6.0.0/platform'
*Expected behavior*
No warnings are shown.
No comments