Skip to content

Commit 54413dd

Browse files
committed
add note about static lib path handling to README
1 parent 338200a commit 54413dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ You may need to create a few of the directories on the way, as they don't all ex
1616

1717
The plugin can also be installed via the [Alcatraz](http://alcatraz.io/) Xcode package manager.
1818

19+
Known Issues
20+
============
21+
22+
When coming across static libs in addons, they will be added as absolute paths. This is due to a quirk in the Xcode API being used by OFPlugin. If you intend to share a project with other people, it is recommended that you re-add static libs yourself (by right-clicking in the project navigator and selecting "Add Files To (project name)...", for example). You can also edit the project's .pbxproj file yourself if you're feeling brave.
23+
1924
Troubleshooting
2025
===============
2126

0 commit comments

Comments
 (0)