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
But always got a panic when I do the expect, is an Option so I don't have an error to read and to know what was wrong. I checked the examples, and reduced the examples to the minimum, using NSObject and extending it instead of using UIResponder, and it's the same result.
Am I missing something? (Testing on simulator).
Thanks!
The text was updated successfully, but these errors were encountered:
The class name has to be unique, there probably exists a class named AppDelegate somewhere already. Try MyAppDelegate, MyAppDelegate1, MyRustAppDelegate or similar names.
This is it. My fault. I was trying to reproduce the same code that I had on my xcode project from rust. Does make sense to change the option for an error telling the user that the name should be unique?
I may be dumb, however, I think that some extra info will be nice.
Hey hi!
I'm trying to do something simple, just declaring my AppDelegate like this
lib.rs
:And it's used on xcode as this
main.m
:But always got a panic when I do the expect, is an Option so I don't have an error to read and to know what was wrong. I checked the examples, and reduced the examples to the minimum, using
NSObject
and extending it instead of usingUIResponder
, and it's the same result.Am I missing something? (Testing on simulator).
Thanks!
The text was updated successfully, but these errors were encountered: