Sunset Lake Software - Comments for "App crashes on ios 4.3" http://www.sunsetlakesoftware.com/forum/app-crashes-ios-43 Comments for "App crashes on ios 4.3" en I have solved the problem. http://www.sunsetlakesoftware.com/forum/app-crashes-ios-43#comment-1364 <p>I have solved the problem. The problem was, I think in XCode, it didn't recognize -fobjc-arc flag in ad hoc tab. Thanks anyway and thanks a lot for your framework, great framework!!!</p> pubDate Mon, 07 May 2012 13:02:43 +0000 dc:creator nikita guid false comment 1364 at http://www.sunsetlakesoftware.com The Core Video weak linking http://www.sunsetlakesoftware.com/forum/app-crashes-ios-43#comment-1363 <p>The Core Video weak linking seemed to fix this crashing problem for myself and for everyone else that had this. Make sure that the weak linking is active for this application project and do a clean build. What do the crash logs from the users look like for these devices? What exceptions are they generating at the command line?</p> pubDate Sun, 06 May 2012 20:38:45 +0000 dc:creator Brad Larson guid false comment 1363 at http://www.sunsetlakesoftware.com and I did followed that http://www.sunsetlakesoftware.com/forum/app-crashes-ios-43#comment-1362 <p>and I did followed that instruction: "Also, if you need to deploy this to iOS 4.x, it appears that the current version of Xcode (4.3) requires that you weak-link the Core Video framework in your final application or you see crashes with the message "Symbol not found: _CVOpenGLESTextureCacheCreate" when you create an archive for upload to the App Store or for ad hoc distribution. To do this, go to your project's Build Phases tab, expand the Link Binary With Libraries group, and find CoreVideo.framework in the list. Change the setting for it in the far right of the list from Required to Optional.<br /> "</p> pubDate Sun, 06 May 2012 17:26:51 +0000 dc:creator nikita guid false comment 1362 at http://www.sunsetlakesoftware.com