ios - Submitting apps for facebook app review -



ios - Submitting apps for facebook app review -

i want submit app facebook review. seek run command terminal:

xcodebuild -arch i386 -sdk iphonesimulator7.1

result:

compilec build/...\ ....build/release-iphonesimulator/.../objects-normal/i386/feedbackviewcontroller.o .../feedbackviewcontroller.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler

i can build app if run using armv7 architecture instead of i386, app rejected. idea? (xcodebuild -arch i386 -sdk iphonesimulator7.1 (build successfully, rejected facebook).

ios facebook-sdk-3.0

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -