Posts

Post not yet marked as solved
4 Replies
Try to add -Wl,-ld_classic to the OTHER_LDFLAGS build setting.
Post marked as solved
5 Replies
Thanks for your reply,I'm sure that I have created that property (an UIWindow object) and keep it in AppDelegate. When I run the project, every method defined in SceneDelegate is never to be called. It's so confusing. Ummm. Maybe something needs to change in my .project file or .workspace file? And my min deployment target is iOS 9. Do you have a clue?
Post marked as solved
5 Replies
Hi, Claude31I have the same question as you meet. But the difference is that I had added the Application Scene Manifest section. In a new app I created, everything is ok. When I add the same config in an existing app, it's not working. Just like you said, it seems that API not called. So I want to make sure that you just forget to add the Application Scene Manifest section in your info.plist?