fjoglar
01/05/2024, 3:12 PMembedAndSignAppleFrameworkForXcode
task. So, it fails when trying to build the app due to the framework is not found. However, it works perfectly fine locally.
• Another issue comes with the multiplatform module, here I have a problem when running the task allTests
to verify that everything is working fine. The android tests work fine but there is an issue with the iOS side where the linkDebugTestIosSimulatorArm64
task, but I don't know exactly why. Also when I try to rebuild my project locally an error regarding testClasses
does not allow the rebuild, but the app launches perfectly on the android devices.
Cannot locate tasks that match ':infra:database:testClasses' as task 'testClasses' not found in project ':infra:database'.
Info:
• Project and branch, and PR.
• Issue with `embedAndSignAppleFrameworkForXcode`.
• Issue with `allTests`.
Can anyone help me with this please?Jeff Lockhart
01/05/2024, 8:15 PMmacos-latest
, which is macos-12
. macos-13
is still beta. So not sure if that could also make a difference.fjoglar
01/05/2024, 8:26 PMfjoglar
01/15/2024, 8:23 AMJeff Lockhart
01/15/2024, 11:06 PM