Jung un Kim

Results 7 comments of Jung un Kim

I think this will solve this problem as well. [#7865](https://github.com/openframeworks/openFrameworks/issues/7865)

@artificiel > @ofTheo yes, I just wanted to state the Xcode GUI behaviour I have is not the same — in @danoli3 's screenshot the entries are marked Rosetta, which...

@ofTheo I try to update iPhoneGuiExample using storyboard not nib. ` UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"MyGuiView" bundle:nil]; myGuiViewController = [storyboard instantiateViewControllerWithIdentifier:@"MyGuiView"];`

I'm currently trying to use iOS examples, but some of them are not working. UIActionSheet does not work in iosOrientationExample. So, I modified the example and used UIAlertController instead of...

I still have problems with using pugixml, something like xmlExample, svgExample, pugiXmlExample. I tried to delete --gc-sections from config.emscripten.default.mk, and then I got this error: error: expected top-level entity 1...

I downloaded the pugixml library and created a new .bc file with this command: `emcc -c pugixml.cpp -o pugixml.bc -emit-llvm` I also removed -Wl,--gc-sections from config.emscripten.default.mk, and it works now....

@Jonathhhan The '-WL' option only displayed a warning, but the '--gc-sections' option resulted in an error, so I removed it.