I made a plugin with latest GameAnalytics framework for ios. When I install the game with this plugin on my phone, I get Xcode error: Failed to verify code signature of Find Differences.app/Frameworks/GameAnalytics.framework : 0xe8008029 (The code signature version is no longer supported.) My GA plugin code:
gameanalytics.zip (2.1 MB)
reproduce:
I took Corona/Native/Project Template/App. Added GameAnalytics.framework (the latest version from the official site) to EmbeddedFrameworks/ and wrote the code in Plugin/Source/. In Xcode I launch App on the iPhone device - my plugin app works on the phone and displays statistics. It also works on the Xcode simulator. I launch ./build.sh - everything is OK, in the resulting BuiltPlugin/iphone folder I see libplugin*.a, metadata.lua GameAnalytics.framework. I move the framework to resources/Frameworks. I launch tar -czf data.tgz ***. I move data.tgz to Solar2dPlugins/com…/iphone.
Now we can use data.tgz in your game.
In my game build setting [“plugin.gameanalytics_playza”], Corona simulator builds my game with Dev/Release provision, I get game.app/game.ipa and can’t install/upload to appstore it because of this error. I think GameAnalytics.Framework received after build.sh has no signature.
Xcode 16.2, ios 18.3, corona 3718