Jonathan Lu
Jonathan Lu
I just got a `createSymbolicLink: already exists (File exists)` error when integrating a package with `--use-xcframeworks`. They have a prebuilt [XCFramework](https://github.com/Adyen/adyen-3ds2-ios/tree/master/XCFramework/Dynamic/Adyen3DS2.xcframework) in their repo. The interesting thing about it is...
Just took a closer look at the log, and I think it's related to the old platform based cache folder structure ``` Found Adyen3DS2 in local cache at: /Users/joluv/Library/Caches/Rome/swiftlang-1300.0.47.5-clang-1300.0.29.30-XCFrameworks/adyen-3ds2-ios/iOS/Adyen3DS2.xcframework-2.2.4.zip Error:...
> > createSymbolicLink: already exists (File exists) > > Could this be solved by just forcing the zip deflating to overwrite symlinks? Yeah, that'll be enough for fixing our current...
I just tested locally with the master branch build and confirmed the `createSymbolicLink: already exists (File exists)` issue is fixed. Do we have a plan for a new release? 🙏
> I just tested locally with the master branch build and confirmed the `createSymbolicLink: already exists (File exists)` issue is fixed. Do we have a plan for a new release?...
I have the same issue today. It was working last week for me though. And I came across this post on Apple Developer Forum: https://developer.apple.com/forums/thread/680143. Indeed ASC API doc didn't...
@danl3v Thanks for the workaround! Just tried an works perfectly.