react-native-create-library icon indicating copy to clipboard operation
react-native-create-library copied to clipboard

Would this still work with a Swift code?

Open Jonovono opened this issue 6 years ago • 1 comments

I created a bridge that contains swift files, a bridging header and some ObjC code. Would this still work? I keep getting an error like this when I try to build:

clang: error: no such file or directory: '/Users/jordan/Library/Developer/Xcode/DerivedData/Example-gkdwaunksvxpwadrlaeowlpftbms/Build/Products/Debug-iphonesimulator/libRNHotBox.a'

Jonovono avatar Jul 25 '17 00:07 Jonovono

@Jonovono Look at this answer: https://github.com/frostney/react-native-create-library/issues/30#issuecomment-366537650

Currently it is not possible to add Swift code to a static library. Therefore I think this issue could be closed cc @frostney

maicki avatar Feb 18 '18 18:02 maicki