Hello, I keep getting the following issue when trying to run my game in xCode: ld: in /Users/ibrahim/Desktop/BuildBox/2021/StoryGame/StoryGameios/ios/BBPlayer/AdMobAdIntegrator.framework/AdMobAdIntegrator(AdIntegrator.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/ibrahim/Desktop/BuildBox/2021/StoryGame/StoryGameios/ios/BBPlayer/AdMobAdIntegrator.framework/AdMobAdIntegrator' for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) I need someone to help me to fix this please tnx
What do you mean “ run my game in xCode:” ?? If you are trying to run your game using Xcode simulators, you can’t. You have to be linked to a real device and then “run” your game from Xcode to the real device.