NativeScript / plugins

@nativescript plugins to help with your developments.
https://docs.nativescript.org/plugins/index.html
Apache License 2.0
189 stars 107 forks source link

AnimatedCircle not working in vue3 beta #527

Closed ericuldall closed 12 months ago

ericuldall commented 12 months ago

When I install Animated Circle the app crashes and won't build.

registerElement(
  'AnimatedCircle',
  () => require('@nativescript/animated-circle').AnimatedCircle
)

Error:

error: Build input file cannot be found:  ~/node_modules/@nativescript-community/ui-canvas/platforms/ios/src/UIBezierPath+Elements.m'. Did you forget to declare this file as an output of a script phase or custom build rule which produces
 it? (in target 'app' from project 'app')
error: Build input file cannot be found: '~/node_modules/@nativescript-community/ui-canvas/platforms/ios/src/UIBezierPath+Text.m'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'app' from project 'app')
error: Build input file cannot be found: '~/node_modules/@nativescript-community/ui-canvas/platforms/ios/src/SKUBezierPath+SVG.m'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'app' from project 'app')
error: Build input file cannot be found: '~/node_modules/@nativescript-community/ui-canvas/platforms/ios/src/Utility.m'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'app' from project 'app'

Should this work in the vue3 beta?

ericuldall commented 12 months ago

nvm. Just head to run ns clean works great!