• Windows version: 11
• Builder version: 3.70.3 (iOS Project builder for Unity)
• iOS SDK version: 18.2
When I start the build I get the following:
+ Checking for symlinks in source tree...
error: lstat('./builder/lib/swift/appletvos') failed (errno 2: No such file or directory)
Premere un tasto per continuare . . .
The build on xCode works fine.
The error seems to indicate that the builder is looking for the tvOS SDK which is not effectively present, but my application is only for iPad (no iPhone).
The file "iOS Project Builder for Unity\lib\swift\appletvos" points to "SDK\extra\appleTVOS" that does not exist. The "extra" folder contains only "apinotes" and "iphoneos".
Thank you for help.