Phong Thai

Results 15 comments of Phong Thai

I've just bought a Macbook Pro M1 and disappointed to see this error when installing choosenim: ``` $ curl https://nim-lang.org/choosenim/init.sh -sSf | sh choosenim-init: Error: Sorry, your platform (macosx_arm) is...

I'm also encountering this `Unable to read GoogleService-Info.plist at path "...."` with Firebase 6.15.2 due to blank space in project path.

For my case, I had solved by removing blank space in the folder structure in my machine. Before: /Users/xxxxx/Unity Projects/MyGame/build_output/XCode After: /Users/xxxxx/UnityProjects/MyGame/build_output/XCode (I have a CLI build tool which export...

Looking forward to this (hopefully "soooon"). Thanks :)

I've just encountered this error when building for Android. Unity editor version: 2021.2.7f1 External Dependency Manager version: 1.2.170 In Player Settings -> Target API Level, I changed it from `Automatic...

Just want to report that I'm using Firebase 8.2.0 and encountering this same issue on Android. Unity 2019.4. . My game displays an in-app message . Tap on the button...

The Fastlane error message brought me to this link. I happened to encounter it today. Going to AppStoreConnect, I tried logging in and realize that my account was locked. I...

FYI. This "Access Forbidden" issue is gone but there's an issue that may be related: After unlocking the account, the uploading process (Fastlane using atool) showed this message: ``` Please...

I'm seeing the same problem. The workaround shared by @majidkh works for me, thanks!! But why does Facebook SDK make the current EventSystem stays under DontDestroyOnLoad? 🤨