I am trying to send my app for review to facebook. I am following this link but i am stuck at the section of
Build the Simulator Package
I am setting this in console:
xcodebuild -arch i386 -sdk iphonesimulator8.1
And i am getting the next error:
clang: error: no such file or directory: '/Project/SDWebImage-3.7.1/build/Release-iphonesimulator/libSDWebImage.a'
I have been searching an it seems like a problem of architecture, here it is how i have muy tarjet build settings:
Any idea why the command xcodebuild
can't find the libSDWebImage.a
?
By the way, i am using xCode 6.1.1 and my app runs perfect on iPhone devices or simulator.