spritebuilder / SpriteBuilder

Objective-C Game Development Suite
http://www.spritebuilder.com/
Other
740 stars 292 forks source link

Android game won't run with Xcode 6.3 and latest Android Indie plugin (SBAndroid-Indie-4f54d0f6) #1597

Closed akurani closed 9 years ago

akurani commented 9 years ago

The project compiles but fails to run. See this SpriteBuilder forum post for details:

http://forum.spritebuilder.com/t/game-wont-launch-with-xcode-6-3-latest-indie-plugin/17247/3

The game runs when built under Xcode 6.2.2 and the previous Indie plugin (SBAndroid-Indie-76dfc6fc).

Thank you.

akurani commented 9 years ago

Update: apparently, the latest Indie plugin (SBAndroid-Indie-4f54d0f6) rolled back changes that were required for the prior version (SBAndroid-Indie-76dfc6fc). To get working, remove this line from the AndroidManifest.xml:

android:name="com.apportable.BasicRuntimeApplication"

Not sure if this is needed -- Remove the "-lcxx" linker flag.