Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Pod Error IOS installation #50

Open
chernandezq opened this issue Feb 27, 2021 · 8 comments
Open

Pod Error IOS installation #50

chernandezq opened this issue Feb 27, 2021 · 8 comments

Comments

@chernandezq
Copy link

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

@justcodejs
Copy link

I have the same issue....

@rodymolenaar
Copy link
Member

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

@chernandezq
Copy link
Author

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.

@justcodejs
Copy link

Same here...

image

@justcodejs
Copy link

justcodejs commented Mar 3, 2021

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
Copy link

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?)

@rodymolenaar
Copy link
Member

Have you tried setting enableTouchTracking to false?

@chernandezq
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants