Open MarkWatson16 opened 6 days ago
I also get this error with the PrivacyInfo when I don't import the framework into a file. Oddly I can use SPM to build it myself, it's just the release binary that seems to have this issue.
unable to read property list from privacy file: /Users/myusername/Library/Developer/Xcode/DerivedData/MyApp-gqgalfwffuowprdilppdimcgpgyv/Build/Products/Debug-iphonesimulator/MyApp.app/Frameworks/AmazonConnectChatIOS.framework/PrivacyInfo.xcprivacy: The operation couldn’t be completed. (XCBUtil.PropertyListConversionError error 2.)
Hi @mrajatttt and @mliao95, looks like I'm still facing the issue. I'll actually say what the specific error is this time 😅
So we’re having an issue using the pre-compiled framework that’s put on the release pages for the repo. It seems to be locked to specific compiler version so unless you use that exact version too, it won’t compile. Even with a more recent compiler.
I just tried adding the 1.0.2 xcframework from the release pages (1.0.2-public.zip) to a fresh sample project but I get this error.
I also tried to add it to our project and got the same issue. I had googled around was hoping that distribution setting would have fixed it but sadly hasn't.
I’m not sure of other solutions to fix it at this point, some suggest a potential issue with cocoapods but we’re not using that on our side. We’re using Xcode 16 as of last week but I had the issue with 15.2 as well.
I think it should possible to replicate it by creating the framework using a specific tool version, and then just trying to use that on a fresh sample project and with a different Xcode or tool version. Anything using a different tool set.