I am having a problem when trying to build to my device. I keep getting the error:
ld: file not found: /Users/Stephen/Library/Developer/Xcode/DerivedData/Tire_Hoops-buzmngpjbdxukpbanrmqlxpfbreg/Build/Products/Release-iphoneos/libkobold2d-ios.a
I saw on the kobold2d 1.0.4 release page in the comments that people were having this problem, and from what I could see it had to do with the these lines in the build settings.
FORCE_LOAD_COCOS2D = -force_load $(BUILT_PRODUCTS_DIR)/libcocos2d-ios.a FORCE_LOAD_KOBOLD2D = -force_load $(BUILT_PRODUCTS_DIR)/libkobold2d-ios.a FORCE_LOAD_COCOS3D = -force_load $(BUILT_PRODUCTS_DIR)/libcocos3d-ios.a
I am wondering if there is a fix for this, because I cannot build in release mode without fixing this.