-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error in linking #22
Comments
Getting the same error. Been trying to solve this for a while now. |
@amr33mohamd @dreson4 Do you have any solution for this one, guys? |
I've used webview |
I didnt find any solution so I stopped using this library. Instead I used webview with React-360 library, the web version I tried works well on both iOS and Android. |
@amr33mohamd @dreson4 how exactly did you guys use the react-360 library with WebView? Is it possible to have the entire rendering process done offline? |
OT: Hi guys, sorry for poor communication in the last year. I'm looking for maintainers Thank you all for reporting and helping here. |
Not a problem @tiero, thank you for writing this library! |
any update on this issue? Facing the same problem |
After I followed instructions to link via xcode I get that error (I tried (yarn install,update - pod install,update) but still the same error.
ld: warning: directory not found for option '-L/Users/amrmohamed/Library/Developer/Xcode/DerivedData/Rosnamah-bdhcsxwhxypgtnfrkuyzynqfnvom/Build/Products/Debug-iphonesimulator/React' ld: warning: ignoring file /Users/amrmohamed/Desktop/projects/RosnamahApp/ios/Pods/GVRSDK/GVRView/Libraries/libGVRView_arm.a, missing required architecture x86_64 in file /Users/amrmohamed/Desktop/projects/RosnamahApp/ios/Pods/GVRSDK/GVRView/Libraries/libGVRView_arm.a (2 slices) duplicate symbol __ZN3fLI9FLAGS_novE in: /Users/amrmohamed/Desktop/projects/RosnamahApp/ios/Pods/GVRSDK/GVRView/Libraries/libGVRView_x86.a(vlog_is_on.o) /Users/amrmohamed/Library/Developer/Xcode/DerivedData/Rosnamah-bdhcsxwhxypgtnfrkuyzynqfnvom/Build/Products/Debug-iphonesimulator/libReact.a(vlog_is_on.o) duplicate symbol __ZN3fLI7FLAGS_vE in: /Users/amrmohamed/Desktop/projects/RosnamahApp/ios/Pods/GVRSDK/GVRView/Libraries/libGVRView_x86.a(vlog_is_on.o) /Users/amrmohamed/Library/Developer/Xcode/DerivedData/Rosnamah-bdhcsxwhxypgtnfrkuyzynqfnvom/Build/Products/Debug-iphonesimulator/libReact.a(vlog_is_on.o) duplicate symbol __ZN6google13RemoveLogSinkEPNS_7LogSinkE in: /Users/amrmohamed/Desktop/projects/RosnamahApp/ios/Pods/GVRSDK/GVRView/Libraries/libGVRView_x86.a(logging.o) /Users/amrmohamed/Library/Developer/Xcode/DerivedData/Rosnamah-bdhcsxwhxypgtnfrkuyzynqfnvom/Build/Products/Debug-iphonesimulator/libReact.a(logging.o) duplicate symbol __ZN6google10AddLogSinkEPNS_7LogSinkE in: /Users/amrmohamed/Desktop/projects/RosnamahApp/ios/Pods/GVRSDK/GVRView/Libraries/libGVRView_x86.a(logging.o) /Users/amrmohamed/Library/Developer/Xcode/DerivedData/Rosnamah-bdhcsxwhxypgtnfrkuyzynqfnvom/Build/Products/Debug-iphonesimulator/libReact.a(logging.o) ld: 4 duplicate symbols for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: