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
gomobile: ios/arm64: go build -buildmode=c-archive -o /var/folders/cj/73zbb35j0qx5t4b6rnqq0__h0000gn/T/gomobile-work-1418555273/Mobile-ios-arm64.a ./gobind failed: exit status 1
# gobind/gobind
mobileebitenviewcontroller_ios.m:23:58: error: no type or protocol named 'EbitenmobileviewRenderer'
mobileebitenviewcontroller_ios.m:44:40: error: passing 'MobileEbitenViewController *__strong' to parameter of incompatible type 'id<EbitenmobileviewSetGameNotifier> _Nullable' [-Werror]
gobind/Ebitenmobileview.objc.h:41:105: note: passing argument to parameter 'setGameNotifier' here
mobileebitenviewcontroller_ios.m:54:40: error: passing 'MobileEbitenViewController *__strong' to parameter of incompatible type 'id<EbitenmobileviewSetGameNotifier> _Nullable' [-Werror]
gobind/Ebitenmobileview.objc.h:41:105: note: passing argument to parameter 'setGameNotifier' here
mobileebitenviewcontroller_ios.m:152:3: error: call to undeclared function 'EbitenmobileviewSetRenderer'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
Anything else you feel useful to add?
The compilation succeeds with Ebitengine 2.7.
The text was updated successfully, but these errors were encountered:
Ebitengine Version
df33bc3
Operating System
Go Version (
go version
)go version go1.22.6 darwin/arm64
What steps will reproduce the problem?
Install ebitenmobile
and in go-inovation, run
ebitenmobile bind -target ios -o ./mobile/ios/Mobile.xcframework ./mobile
What is the expected result?
The compilation succeeds
What happens instead?
The compilation fails
Anything else you feel useful to add?
The compilation succeeds with Ebitengine 2.7.
The text was updated successfully, but these errors were encountered: