Posts

Post not yet marked as solved
2 Replies
2.1k Views
Hello everyone I keep getting this error everytime I Build and run to a Simulator, running on a device works fine though. ld: framework not found FBLPromises clang: error: linker command failed with exit code 1 (use -v to see invocation) Xcode 12.0.1 running iOS 14 Using Cocoapods to integrate Ad networks Deployment target 10.0 Any help would be greatly appreciated. Thanks Abs
Posted Last updated
.
Post marked as solved
1 Replies
1.2k Views
Hi I'm finding it really difficult to integrate this tool in my Xcode project. The Fyber SKAdNetwork ID auto-updater is a tool for publishers to integrate into their build system and manage SKAdnetwork IDs into their Info.plist with each build job automatically. This will allow them to keep the Info.plist file up to date, even if some partners make changes to their IDs. Here's the link to the instructions: https://developer.fyber.com/hc/en-us/articles/360015298038-SKAdNetwork-ID-Auto-Updater I have installed the tool using Terminal but the rest is very confusing to me as I am not very familiar with some of the instructions/commands I'm being asked to do. Any help would be greatly appreciated - thank you so much in advance :) Ermes
Posted Last updated
.
Post not yet marked as solved
1 Replies
1.6k Views
Hello! I am having trouble with my quiz game - sometimes (not always) after completing a level, the screen darkens and the game becomes unresponsive. I am unable to click anywhere on the screen. I've been scratching my head about this issue for several weeks now and can't get to the bottom of it. I'd really appreciate some help/advice on the matter if anyone knows that's wrong. I've attached the error log as it was too long to add here. Many thanks, Ermes Error log:
Posted Last updated
.
Post not yet marked as solved
0 Replies
2.8k Views
I am running a game in Xcode 12.0.1 and have Ad mediation enabled for ads to show every 5 levels within the game. When the ad does eventually show it freezes on the first frame and none of the buttons on the ad (mute, close) work. The only way to proceed is to quit the app. The log keeps showing these warning messages: 2021-02-15 11:42:55.557528+0000 Guess the Flag[7006:13470968] [FairBid 3.12.0] Mediation: adapterDidShowAd: fyber 2021-02-15 11:43:01.184769+0000 Guess the Flag[7006:13470968] Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service 2021-02-15 11:43:01.188248+0000 Guess the Flag[7006:13470968] Could not signal service com.apple.WebKit.Networking: 113: Could not find specified service 2021-02-15 11:43:01.949417+0000 Guess the Flag[7006:13470968] Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service 2021-02-15 11:43:01.952297+0000 Guess the Flag[7006:13470968] Could not signal service com.apple.WebKit.Networking: 113: Could not find specified service I'm not sure what to do here, any help would be greatly appreciated. Many thanks
Posted Last updated
.
Post not yet marked as solved
2 Replies
5.5k Views
Hello I am having issues with this error when running my quiz game that has Fyber ad mediation, it keeps crashing the game when I tap on the level select button: libc++abi.dylib: terminating with uncaught exception of type NSException libc++abi.dylib: terminating with uncaught exception of type NSException** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[FYBInterstitial stopRequesting:]: unrecognized selector sent to class 0x10451c600' terminating with uncaught exception of type NSException Any help would be greatly appreciated. Thanks
Posted Last updated
.
Post not yet marked as solved
2 Replies
929 Views
Hello everyone,I have been scratching my head around this crash for the last few days and cannot be sure what the issue is here:2020-05-12 19:13:20.216755+0100 Guess the Cartoon Character[3928:259841] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[__NSCFArray replaceObjectAtIndex:withObject:]: mutating method sent to immutable object'*** First throw call stack:(0x1bb998164 0x1bb6acc1c 0x1bb9f13a8 0x1bb9fcec8 0x1bb9e0890 0x100f4821c 0x100f302b0 0x1bfae34c4 0x1bf4cdfe8 0x1bf4ce350 0x1bf4cd368 0x1bfb1e878 0x1bfb20060 0x1bfafb1cc 0x1bfb7de0c 0x1bfb80a14 0x1bfb78c88 0x1bb913860 0x1bb9137b4 0x1bb912f04 0x1bb90dca4 0x1bb90d660 0x1c5d1e604 0x1bfae215c 0x100f2b388 0x1bb7891ec)libc++abi.dylib: terminating with uncaught exception of type NSExceptionIf anyone can shed some light on this crash, that would be very helpful.Many thanks!
Posted Last updated
.