question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to configure on iOS??

See original GitHub issue

Hi, 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:closed
  • Created 7 years ago
  • Comments:8

github_iconTop GitHub Comments

2reactions
hoainamcrcommented, Nov 15, 2017

image 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

0reactions
r01010010commented, Aug 29, 2018

Have the same problem over here, I only can see libimageCropPicker.a instead RNImagePicker.a. In my case it builds successfully but when running I get a dyld: Library not loaded: @rpath/QBImagePicker.framework/QBImagePicker error

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found