Open ale84 opened 10 years ago
Are you using Parse?
No I'm not using Parse. I added the library to my project following the instructions on the wiki.
Is it a fresh project?
Yes. I also tried to open the Tapku project alone outside my app and I get the same warning when compiling.
When you said you tried opening the Tapku project, are you referring to Demo.xcodeproj?
No I am referring to the TapkuLibrary.xcodeproj, the one that you need to import in your own project.
Are you able to open and run the demo.xcodeproj located in the demo folder?
Yes, the demo.xcodeproj open and runs fine, but I get the same compiler warning.
Alright, I misread and thought you had said error. I just looked at my project using Tapku and I also have that same warning as you do. It's running fine, I'm not sure how to get rid of it. Sorry!
Yes, my app also runs fine despite the warning. I discovered that the warning goes away if I remove the compiler flags -ObjC and -all_load under Other Linker Flags in the TapkuLibrary target build settings, but leave those flags in my app's own target. It seems to work fine but I am not sure this is the right solution. Anyway thank you for your time!
I get this warning when I build the library: