Post not yet marked as solved
Thank you! After reading the crash log and trying out a few things I managed to fix the crash
Thank you, this worked for me! Before this, I had two versions of Xcode, one for developing and the older version (10.3) for uploading 😐
Post not yet marked as solved
Thanks Quinn and Owen for your help and effort, I managed to fix it in the end, turns out I had a quiz level answer that contained 13 characters when the quiz only supports a maximum of 12 characters for any answer. I removed the offending answer and it worked like normal.Once again your help and thoughts were much appreciated! 🙂
Post not yet marked as solved
Here's the error code:Undefined symbols for architecture armv7: "_OBJC_CLASS_$_FYBSDKOptions", referenced from: objc-class-ref in AppDelegate.o "_OBJC_CLASS_$_FyberSDK", referenced from: objc-class-ref in GameViewController.o objc-class-ref in MenuViewController.o objc-class-ref in AppDelegate.o objc-class-ref in TipsViewController.o objc-class-ref in CoinsViewController.old: symbol(s) not found for architecture armv7clang: error: linker command failed with exit code 1 (use -v to see invocation)