how to add libc++.dylib to a Xcode project created by trigger.io forge -


how add libc++.dylib xcode project created trigger.io forge

i add libc++.dylib file xcode project "forgeinspector", removed when update website.

how can add libc++.dylib project file made trigger.io?

you can adding build step in module/ios/build_steps.json. see https://trigger.io/docs/current/api/native_modules/native_build_steps.html

for libc++.dylib file should contain following:

[     { "do": { "add_ios_system_framework": "libc++.dylib" } } ] 

Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -