How to configure on iOS??
See original GitHub issueHi, dear authors,
I follow the steps you posted on README on iOS,
iOS
1.In the XCode's "Project navigator", right click on your project's Libraries folder ➜ Add Files to <...>
2.Go to node_modules ➜ react-native-image-picker ➜ ios ➜ select RNImagePicker.xcodeproj
3.Add RNImagePicker.a to Build Phases -> Link Binary With Libraries
4.Compile and have fun
I did as you posted, but, the first block is where the RNImagePicker.a
is,
I searched with full address, found the only similar one ios/build/Build/Products/Debug-iphonesimulator/libRNImagePicker.a
, I have to link it to build the source code.
When I ran with the example code you posted on README, there is an error that Cannnot read property 'showImagePicker'
of undefined`
Obviously, the configure on iOS has problems.
Could somebody tell me how to fix the configure issue. BTW, my react-native environment is 0.31.
Thank you in advance.
Issue Analytics
- State:
- Created 7 years ago
- Comments:8
Top Results From Across the Web
Turn on and set up iPhone - Apple Support
Turn on and set up your iPhone · Tap Set Up Manually, then follow the onscreen setup instructions. · If you have another...
Read more >App configuration for iOS and iPadOS - Miradore
Go to the Configurations tab of the Application page, and click Select configuration > Add configuration. After this, you will see an empty...
Read more >iOS Device Profiles - VMware Docs
Navigate to Resources > Profiles & Baselines > Profiles and select Add > Apple iOS > Device Profile. Configure the profile's General settings....
Read more >Just Install iOS 16? Here's What to Set Up First - MacRumors
To set up Focus Filters, open up the Settings app, select a Focus mode, scroll down, and then choose the "Add Filter" option...
Read more >How do I configure my iPhone settings? - Mint Mobile
If you do not receive a notification, you can trigger it at any time by going to Settings > General > About. Tap...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I don’t see any file name is RNImagePicker.a, i just see libRNImagePicker.a, have a error when I add libRNImagePicker.a, so please have any picture for tutorial 😦(((((, Thanks alll
Have the same problem over here, I only can see
libimageCropPicker.a
insteadRNImagePicker.a
. In my case it builds successfully but when running I get adyld: Library not loaded: @rpath/QBImagePicker.framework/QBImagePicker
error