I have included the TokBox framework in my project so we can do video SMS. The issue is that the framework along with some others they require will not let you compile or run the app in the simulator; they are not supported.
Is there a way to set a compiler flag to skip the TokBox and other frameworks when compiling to the simulator? The reason is I need to test our app on iPhone 4, 4s 5, 5s and whatever devices that come out Sept 9th. I don't own one of each type of phone.
Getting this error:
file was built for archive which is not the architecture being linked (i386)
I add this to my OTHER LINKER FLAGS for "Any iOS Simulator SKD" but still failing
"-ObjC -framework MobileCoreServices -framework SystemConfiguration -framework OpenTok"