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
Just tried a couple of projects I have not built for tvOS for a while and I'm getting:
CoronaBuilder: ERROR: Runtime error /Users/runner/work/corona/corona/platform/resources/tvosPackageApp.lua:984: attempt to call global 'generateXcprivacy' (a nil value) stack traceback: [C]: in function 'generateXcprivacy' /Users/runner/work/corona/corona/platform/resources/generateXcprivacy:984: in function 'generateFiles' /Users/runner/work/corona/corona/platform/resources/tvosPackageApp.lua:2011: in function </Users/runner/work/corona/corona/platform/resources/tvosPackageApp.lua:1750> CoronaBuilder: tvOS build failed (2) after 14 seconds
I've had a quick look at the file in question and it seems to me that in tvosPackageApp.lua, the function:
generateXcprivacy( options )
has been added at line 1012 which is after the line it gets called (984).
Just tried a couple of projects I have not built for tvOS for a while and I'm getting:
CoronaBuilder: ERROR: Runtime error /Users/runner/work/corona/corona/platform/resources/tvosPackageApp.lua:984: attempt to call global 'generateXcprivacy' (a nil value) stack traceback: [C]: in function 'generateXcprivacy' /Users/runner/work/corona/corona/platform/resources/generateXcprivacy:984: in function 'generateFiles' /Users/runner/work/corona/corona/platform/resources/tvosPackageApp.lua:2011: in function </Users/runner/work/corona/corona/platform/resources/tvosPackageApp.lua:1750> CoronaBuilder: tvOS build failed (2) after 14 seconds
I've had a quick look at the file in question and it seems to me that in tvosPackageApp.lua, the function:
generateXcprivacy( options )
has been added at line 1012 which is after the line it gets called (984).
In the other files iPhonePackageApp.lua & OSXPackageApp.lua the function was added before it is called.
Seems like it was added in this commit:
https://github.com/coronalabs/corona/pull/690/commits/192fd1ad15980afeec23e5b42673038efadd7e37
The text was updated successfully, but these errors were encountered: