2

I've got a library stack that is included in a project. The library is not a substack of the main stack, but is it possible to build for iOS without making it a substack?

start using stack "LC-Library"
LC_LIB_generate 30, true

I've tried using the 'Stacks' and 'Copy Files' panes in 'Standalone Application Settings'.

splash21
  • 799
  • 4
  • 10

1 Answers1

4

You can either include it as a substack or try using the full path. Files included in the 'copy files' pane are placed in the engine folder which can be accessed using:

specialFolderPath("engine")

Benjamin Beaumont
  • 910
  • 1
  • 6
  • 14