In the example code:-
vc.changeElement(GCInputButtonA) {
I get the error. Value of type 'GCVirtualController?' has no member 'changeElement'
I thought the vc reference was view controller but this did not work.
Any help would be great.
Thanks in advance
Post
Replies
Boosts
Views
Activity
Hi All,
I am converting an iPad/iPhone/AppleTV app to Mac Catalyst. All seemed to go well until I access images from my image atlas.
I have this set of image files:-
bike@2x
bike@2x~ipad
bike~ipad
When I load the texture I get:-
<SKTexture> 'MissingResource.png' (128 x 128)
How do I solve this ???
Thanks in advance.
Steve
Hi All,After installing xcode 11.4 (11E146) my Objective C project has the error "Value for SWIFT_VERSION cannot be empty"Now I can`t build the project HELP