react-native-file-selector icon indicating copy to clipboard operation
react-native-file-selector copied to clipboard

does react-native-file-selector require actual account?

Open ghost opened this issue 7 years ago • 3 comments

I am working on Xcode as Personal Team. Now i need to use file selector but first i want to know do i need to have actual account for developer program and signing certificates? As in Linked framework and Libraries, "libRNFileSelector.a" is not in listing to add with home icon.

image

ghost avatar May 29 '18 10:05 ghost

Thanks @khushboogupta1 for raising the query. I personally have not tested it without account, however you can give a try and let us know in case you face any issues.

Thanks </ Pranav >

prscX avatar May 29 '18 11:05 prscX

@prscX project built successfully but then throwing error "the application bundle does not contain a valid identifier." and App is not getting installed. This was not happening before installing package.

ghost avatar May 29 '18 12:05 ghost

Hi @khushboogupta1, As per screenshot shared, looks like the native swift library in not properly added to your project.

Ideally in Embedded Binaries the FileBrowser library should not be blurred. You need to drag and drop native swift library to your project. Please refer below link in order to attach any native swift library:

react-native-app-tour

Let me know in case the issue is not resolved post doing the same.

Thanks </ Pranav >

prscX avatar May 30 '18 11:05 prscX