You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing out your GestureKit package and I am having problems including more than one .gesturecomposer folder on my project. When I build I get these errors.
Multiple commands produce '/Users/e132740/Library/Developer/Xcode/DerivedData/MTReilly_Career_Day_2024-glkjbiksjvatqdeqfatfgopaogrm/Build/Products/Debug-xros/MTReilly Career Day 2024.app/Thumbnail.png'
Multiple commands produce '/Users/e132740/Library/Developer/Xcode/DerivedData/MTReilly_Career_Day_2024-glkjbiksjvatqdeqfatfgopaogrm/Build/Products/Debug-xros/MTReilly Career Day 2024.app/Preview.usdz'
Multiple commands produce '/Users/e132740/Library/Developer/Xcode/DerivedData/MTReilly_Career_Day_2024-glkjbiksjvatqdeqfatfgopaogrm/Build/Products/Debug-xros/MTReilly Career Day 2024.app/main.json'
What is the best way to bundle in multiple gesturecomposers?
Do you have an example VisionOS project using the GestureKit package? Showing the best way to organize and and access bundled gesturecomposers?
The text was updated successfully, but these errors were encountered:
I think I figured it out. Let me know if there is an easier way.
Had to Add Files with Create folders Group option.
Change Build Rules from Apply to Each File to Apply Once to Folder.
Manually add the folder to the Build Phase Copy Bundle Resources.
Then use Bundle.main.url(forResource: "018f53bc-5110-7d22-a844-a5a5a212825d" , withExtension: "gesturecomposer")! in the GestureDetectorConfiguration initializer.
I am testing out your GestureKit package and I am having problems including more than one .gesturecomposer folder on my project. When I build I get these errors.
What is the best way to bundle in multiple gesturecomposers?
Do you have an example VisionOS project using the GestureKit package? Showing the best way to organize and and access bundled gesturecomposers?
The text was updated successfully, but these errors were encountered: