react-native-panorama-view icon indicating copy to clipboard operation
react-native-panorama-view copied to clipboard

Pod Error IOS installation

Open chernandezq opened this issue 3 years ago • 8 comments

When I'm installing and execute "pod install", I have this error: [!] No podspec found for @lightbase in ../node_modules/@lightbase/react-native-panorama-view

I don't understand the Troubleshooting iOS please you can explain to me how I can run the project without errors

chernandezq avatar Feb 27 '21 14:02 chernandezq

I have the same issue....

justcodejs avatar Mar 02 '21 13:03 justcodejs

Could you try using 1.0.0-canary.1 and see if this issue is still happening for you?

rodymolenaar avatar Mar 02 '21 16:03 rodymolenaar

Could you try using 1.0.0-canary.1 and see if this issue is still happening for you?

I have this error in the console when execute command pod install [!] The react-native-panorama-view pod failed to validate due to 1 error: - ERROR | attributes: Missing required attribute homepage.

chernandezq avatar Mar 02 '21 23:03 chernandezq

Same here...

image

justcodejs avatar Mar 03 '21 01:03 justcodejs

I open the node_modules/@lightbase/react-native-panorama-view/react-native-panorama-view.podspec file and found that the s.homepage refer to the package.json in the same folder. When open the package.json file, I don't see any setting for homepage, therefore, I added "homepage": "https://github.com/lightbasenl/react-native-panorama-view" in the package.json file and run pod install again in the iOS folder the pod install complete without issue.

Test run the app and it is working fine :)

justcodejs avatar Mar 03 '21 02:03 justcodejs

Now my question is that is it possible to make the image move without user dragging it. Means that when the user move the phone, the image will moving accordingly based on the phone position (base on gyroscope sensor?)

justcodejs avatar Mar 03 '21 02:03 justcodejs

Have you tried setting enableTouchTracking to false?

rodymolenaar avatar Mar 03 '21 12:03 rodymolenaar

I open the node_modules/@lightbase/react-native-panorama-view/react-native-panorama-view.podspec file and found that the s.homepage refer to the package.json in the same folder. When open the package.json file, I don't see any setting for homepage, therefore, I added "homepage": "https://github.com/lightbasenl/react-native-panorama-view" in the package.json file and run pod install again in the iOS folder the pod install complete without issue.

Test run the app and it is working fine :)

When you tested the app run directly from xcode? Because When I run the app from xcode the log show me errors

chernandezq avatar Mar 04 '21 14:03 chernandezq