-
Notifications
You must be signed in to change notification settings - Fork 442
Closed
Labels
Description
The specifications are as follows
https://firebase.google.com/docs/unity/setup
Xcode 7.0 or later.
https://github.com/firebase/quickstart-unity/tree/master/messaging/testapp
Xcode 7.3 or higher (when developing for iOS).
However, it also has the following description.
https://github.com/firebase/quickstart-unity/tree/master/messaging/testapp
In the window that appears, scroll to UserNotifications.framework and click on that entry, then click on Add. This framework will only appear in Xcode version 8 and higher, required by this library.
Actually, when I use Xcode7 or Xcode8 without UserNotifications.framework, the following error will appear.
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_UNUserNotificationCenter", referenced from:
objc-class-ref in libMessaging.a
Is there no way to use firebase_unity_sdk_1.1.1 in Xcode 7.x?