lightbasenl / react-native-panorama-view

A simple component for displaying panoramic images in your React Native app.
MIT License
128 stars 48 forks source link

Module 'CTPanoramaView' not found #35

Open qaz7456 opened 4 years ago

qaz7456 commented 4 years ago

When I use Xcode build, the system message tells me Module'CTPanoramaView' not found in PanoramaView.h

I have followed these steps: https://github.com/lightbasenl/react-native-panorama-view#troubleshooting-ios but still did not solve the problem

and react-native link has been successfully

Environment Information (react-native info)

截圖 2020-07-22 上午10 13 56

Podfile

截圖 2020-07-22 上午11 20 23
stoneWeb commented 3 years ago

I also can't solve the problem.

songoten28 commented 3 years ago

Because this lib need https://github.com/lightbasenl/CTPanoramaView

I guess something wrong with your cocoapod. You should add lib (CTPanoramaView) manually. (don't forget Header search path )

cristianoccazinsp commented 3 years ago

This won't be an issue with v1.0.0. I suggest you try v1.0.0-canary.0. Make sure to clean your xcode build folder first!