hippogamesunity / SimpleSignIn

A set of assets for Unity to authenticate users on different platforms with OAuth 2.0
4 stars 0 forks source link

Can't build for IOS #6

Closed certilremy closed 1 month ago

certilremy commented 3 months ago

Guetting this error when build it for IOS Undefined symbol: _OBJC_CLASS_$_SFSafariViewController

hippogamesunity commented 3 months ago

Hello, make sure that SafariViewController.mm exists in Plugins/iOS. If not, reimport the latest asset version.

andyspeak1993 commented 2 months ago
Screenshot 2024-07-15 at 15 56 03

same issue here i can confirm SafariViewController.mm exists

hippogamesunity commented 2 months ago

I'll check the actual version with a new empty project asap.

andyspeak1993 commented 2 months ago

hey any update?

hippogamesunity commented 2 months ago

In Unity, make sure that Plugins/iOS/SafariViewController.mm exists. Select it, navigate to Rarely used frameworks and enable SafariServices. Rebuild your Xcode project.

I will add this to FAQ. Please let me know if the issue is now fixed.