You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARC semantic issue ( No visible @interface for CCDirector declares the selector replaceScene) is observed when user runs an old project of 1.4.9. Spritebuilder on 2.0. Spritebuilder.
#1578
Open an old project which was built on 1.4.9. Spritebuilder.
Migrate and update the project.
Publish the project.
Open the project in XCode.
Run the project on iOS simulator.
-- Result: ARC semantic issue ( No visible @interface for CCDirector declares the selector replaceScene) is observed when user runs an old project of 1.4.9. Spritebuilder on 2.0. Spritebuilder.
Note: This issue occurs due to the statement of code comprises of function replaceScene which is now deprecated and the new function is pushScene.
Mac OS X: 10.10.1
XCode: 6.1.
Latest Develop branch SB Version (2.0)
SB Revision: 02eedd1
The text was updated successfully, but these errors were encountered:
Launch Spritebuilder.
Open an old project which was built on 1.4.9. Spritebuilder.
Migrate and update the project.
Publish the project.
Open the project in XCode.
Run the project on iOS simulator.
-- Result: ARC semantic issue ( No visible @interface for CCDirector declares the selector replaceScene) is observed when user runs an old project of 1.4.9. Spritebuilder on 2.0. Spritebuilder.
Note: This issue occurs due to the statement of code comprises of function replaceScene which is now deprecated and the new function is pushScene.
Mac OS X: 10.10.1
XCode: 6.1.
Latest Develop branch SB Version (2.0)
SB Revision: 02eedd1
The text was updated successfully, but these errors were encountered: