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
Post a Comment