IamKingWaiMark / FBP

Firebase Plugin for Unreal Engine
2 stars 0 forks source link

Problem with Building the Plugin on Mac (UE5.2) #15

Open wiSHFul97 opened 2 months ago

wiSHFul97 commented 2 months ago

Hello, I'm using FBP plugin in my UE5.2 project. I can open the project in windows with this plugin enabled without any problems but can't open the project in mac. When I try to build the project with Xcode I get so many warnings with same message as below and then a segmentation fault following these warning.

Warnings: /Users/U/Documents/UnrealEngine/ld:1:1: object file (/Users/U/Documents/UnrealProjects/Project/Plugins/FBP/Source/ThirdParty/firebase_cpp_sdk/libs/mac/universal/libfirebase_firestore.a[arm64]1138) was built for newer 'macOS' version (12.0) than being linked (11.0)

Error: /Users/U/Documents/UnrealEngine/clang:1:1: unable to execute command: Segmentation fault: 11 /Users/hussin/Documents/UnrealEngine/clang:1:1: linker command failed due to signal (use -v to see invocation)

I want to open the project on mac so I can package the project for iOS. Please help me to fix this issue. Thanks